guix/gnu/system
Ludovic Courtès cc0e575a94 linux-boot: Mount /dev as a devtmpfs from the start.
Suggested by Petter <petter@mykolab.ch>
and Mark H Weaver <mhw@netris.org>.
Reported by Duncan Keall <duncan@duncankeall.com>.

Partly fixes <http://bugs.gnu.org/19190> by populating /dev/mapper
early enough.

* gnu/build/linux-boot.scm (mount-essential-file-systems): Mount /dev as
  a devtmpfs.
  (move-essential-file-systems): Add /dev.
  (mount-root-file-system): Mount /rw-root/dev as a devtmpfs instead of
  calling 'make-essential-device-nodes'.
  (boot-system): Remove call to 'make-essential-device-nodes'.
* gnu/system/file-systems.scm (%devtmpfs-file-system): Remove.
* doc/guix.texi (File Systems): Adjust accordingly.
2015-09-20 22:05:36 +02:00
..
examples system: Define '%base-user-accounts'. 2015-05-25 21:34:23 +02:00
file-systems.scm linux-boot: Mount /dev as a devtmpfs from the start. 2015-09-20 22:05:36 +02:00
grub.scm artwork: Update to latest version. 2015-05-07 23:11:23 +02:00
install.scm gnu: wpa-supplicant-light: Rename to wpa-supplicant-minimal. 2015-09-06 12:14:57 +03:00
linux-container.scm gnu: system: Add Linux container module. 2015-09-14 08:30:46 -04:00
linux-initrd.scm gnu: Include (guix build syscalls) module in initrd/VM derivations. 2015-07-10 09:47:07 -04:00
linux.scm Revert "services: 'mingetty-service' no longer takes monadic values." 2015-09-13 12:04:55 +02:00
locale.scm doc: Mention the "normalized codeset" used in locale names. 2015-08-29 23:56:47 +02:00
nss.scm nss: Add '%mdns-host-lookup-nss'. 2015-05-08 16:35:32 +02:00
shadow.scm system: Fix typo in 'PS1' in skeleton '.bashrc'. 2015-07-17 00:20:08 +02:00
vm.scm vm: Make the list of partitions to build a parameter. 2015-07-26 00:57:44 +02:00