guix-play/gnu
Mathieu Othacehe 8423c2d309
build: image: Do not call make-essential-device-nodes by default.
Calling "mknod" without root permissions fails. Plus those device nodes do not
appear to be needed to boot.

* gnu/build/image.scm (initialize-root-partition): Do not use
make-essential-device-nodes as default make-device-nodes procedure.
2020-06-09 10:32:19 +02:00
..
bootloader bootloader: grub: Add support for multiboot. 2020-06-08 13:51:18 +02:00
build build: image: Do not call make-essential-device-nodes by default. 2020-06-09 10:32:19 +02:00
installer installer: final: Add some extra logging. 2020-06-05 09:04:23 +02:00
machine machine: ssh: Better report missing initrd modules. 2020-03-23 10:48:17 +01:00
packages gnu: znc: Update to 1.8.1. 2020-06-08 23:03:08 +02:00
services services: Add `hurd-getty-service-type'. 2020-06-08 14:26:14 +02:00
system system: vm: Add missing imported module. 2020-06-09 01:31:16 -04:00
tests image: Do not use VM to create disk-images. 2020-05-29 09:12:11 +02:00
artwork.scm
bootloader.scm bootloader: Extend `<menu-entry>' for multiboot. 2020-06-08 13:51:18 +02:00
ci.scm image: Do not use VM to create disk-images. 2020-05-29 09:12:11 +02:00
image.scm image: Add partition file-system options support. 2020-05-26 17:16:42 +02:00
installer.scm Merge branch 'master' into core-updates 2020-04-19 16:53:01 +02:00
local.mk hurd-boot: Further cleanup of "rc". 2020-06-08 14:26:14 +02:00
machine.scm
packages.scm
services.scm gnu: services: Add %hurd-startup-service. 2020-06-08 14:26:14 +02:00
system.scm system: Fix typo that breaks grub.cfg generation. 2020-06-09 01:28:18 -04:00
tests.scm