aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/dmd.scm
Commit message (Expand)AuthorAge
* gnu: vm: Set the default networking route.•••* gnu/system/dmd.scm (static-networking-service): Add #:gateway parameter and honor it. * gnu/system/vm.scm (system-qemu-image): Pass #:gateway to 'static-networking-service'. Ludovic Courtès2013-09-27
* gnu: vm: Add nscd service.•••* gnu/system/dmd.scm (nscd-service): New procedure. * gnu/system/vm.scm (system-qemu-image): Use it. Make /var/run/nscd. Ludovic Courtès2013-09-26
* gnu: vm: Add 'networking' service.•••* gnu/system/vm.scm (system-qemu-image): Use 'static-networking-service'. Add /etc/resolv.conf. Add Inetutils to the profile. * gnu/system/dmd.scm (static-networking-service): New procedure. Ludovic Courtès2013-09-25
* gnu: vm: Add 'host-name' service.•••* gnu/system/dmd.scm (host-name-service): New procedure. (mingetty-service): Require the 'host-name' service. * gnu/system/vm.scm (system-qemu-image): Add the 'host-name' service. Set PS1 in /etc/bashrc to something sensible. Ludovic Courtès2013-09-25
* gnu: vm: Add a service for the Guix daemon.•••* gnu/system/dmd.scm (guix-service): New procedure. * gnu/system/vm.scm (system-qemu-image): Use it. Ludovic Courtès2013-09-24
* gnu: QEMU images boots into dmd.•••* gnu/system/dmd.scm: New file. * gnu/system/vm.scm (system-qemu-image): Define dmd services. [populate]: Make var/log and etc/group. [boot]: Execute dmd directly. Add dmd and etc-group as inputs; add the inputs of dmd services. * gnu-system.am (GNU_SYSTEM_MODULES): Add gnu/system/dmd.scm. Ludovic Courtès2013-09-21