diff options
-rw-r--r-- | ROADMAP | 2 | ||||
-rw-r--r-- | build-aux/hydra/demo-os.scm | 2 | ||||
-rw-r--r-- | gnu/build/install.scm | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -77,6 +77,6 @@ Freenode! + build containers like guix-daemon does + provide a Plash-like interface in Bash - daemon rewritten in Guile - - more dmd integration + - more shepherd integration + monitor network interfaces and start/stop events based on that + include a DHCP client written in Scheme diff --git a/build-aux/hydra/demo-os.scm b/build-aux/hydra/demo-os.scm index c6e05ef8e2..d933bc8b25 100644 --- a/build-aux/hydra/demo-os.scm +++ b/build-aux/hydra/demo-os.scm @@ -57,7 +57,7 @@ This is an alpha preview of the GNU system. Welcome. This image features the GNU Guix package manager, which was used to build it (http://www.gnu.org/software/guix/). The init system is -GNU dmd (http://www.gnu.org/software/dmd/). +the GNU Shepherd (http://www.gnu.org/software/shepherd/). You can log in as 'guest' or 'root' with no password. ") diff --git a/gnu/build/install.scm b/gnu/build/install.scm index 9085e22e09..9785b6d81b 100644 --- a/gnu/build/install.scm +++ b/gnu/build/install.scm @@ -103,7 +103,7 @@ STORE." (directory ,store 0 30000 #o1775) (directory "/etc") - (directory "/var/log") ; for dmd + (directory "/var/log") ; for shepherd (directory "/var/guix/gcroots") (directory "/var/empty") ; for no-login accounts (directory "/var/db") ; for dhclient, etc. |