gnu: Add net-base. * gnu/packages/system.scm (net-base): New variable.
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'.
gnu: Add net-tools. * gnu/packages/linux.scm (net-tools): New variable.
gnu: dmd: Download from alpha.gnu.org. * gnu/packages/system.scm (dmd): Use the alpha.gnu.org URL.
gnu: harfbuzz: Update to 0.9.21. * gnu/packages/gtk.scm (harfbuzz): Update to 0.9.21.
gnu: Add dvdisaster. * gnu/packages/cdrom.scm (dvdisaster): New variable.
gnu: xf86-input-joystick: Fix installation path. * gnu/packages/xorg.scm (xf86-input-joystick): Fix installation path.
gnu: xf86-input-vmmouse: Fix installation path. * gnu/packages/xorg.scm (xf86-input-vmmouse): Fix installation path.
gnu: xf86-input-synaptics: Fix installation paths. * gnu/packages/xorg.scm (xf86-input-synaptics): Fix installation paths.
gnu: zile: Fix references to /bin/sh. * gnu/packages/zile.scm (zile): Add 'patch-/bin/sh' phase. Move Perl and help2man to 'native-inputs'.
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.
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.
gnu: vm: Register the profile as a GC root. * gnu/system/vm.scm (system-qemu-image): Register PROFILE as a GC root.
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.
gnu: vm: Add /etc/issue and a motd. * gnu/system/vm.scm (system-qemu-image): Build a 'motd' and an 'issue' file. Pass 'unix-pam-service' that motd. Have /etc/issue point to the 'issue' file.
gnu: vm: Change #:populate to a list of directives. * gnu/system/vm.scm (qemu-image): Change 'populate' parameter to be a list of directives. (system-qemu-image): Adjust accordingly.
gnu: vm: Add more ttys. * gnu/system/vm.scm (system-qemu-image): Add more ttys.
gnu: vm: Change GRUB label. * gnu/system/vm.scm (system-qemu-image): Change GRUB label.
gnu: vm: Make a union of the visible packages; add /etc/profile. * gnu/system/vm.scm (qemu-image): Add Guix as an input when INITIALIZE-STORE?. (union): New procedure. (system-qemu-image): Use it. Build /etc/profile. Pass PROFILE among #:inputs-to-copy instead of listing all the individual profiles. Remove explicit 'build-derivations' call.
gnu: vm: Support derivation objects as inputs. * gnu/system/vm.scm (expression->derivation-in-linux-vm)[input-alist]: Add case for derivation? objects. Same for #:inputs values. (qemu-image)[input->name+derivation]: Likewise.