guix-devel/gnu/build
Hartmut Goebel c828969036
build: Use overlayfs instead of unionfs.
Overlayfs is part of the kernel, while unionfs needs FUSE.  This also reduces
the size of the initrd by ca. 4.3% (487K).

* gnu/build/linux-boot.scm (mount-root-file-system): Remove optional parameter
  "unionfs"; mount using overlayfs instead of unionfs; new directory layout
  requied by overlayfs; update documentation.
  [mark-as-not-killable]: Remove now unused function

* gnu/system/linux-initrd.scm (file-system-packages): Remove now unused
  packages "unionfs-fuse/static" and thus unused related 'if'.
  (linux-modules): Replace "fuse" by "overlay".
2017-11-08 18:23:05 +01:00
..
activation.scm activation: Do not create setuid binaries in the store [security fix]. 2017-10-08 21:27:48 +02:00
cross-toolchain.scm gnu: cross-base: Move phases to (gnu build cross-toolchain). 2016-12-07 21:52:26 +01:00
file-systems.scm file-systems: Add support for FAT16. 2017-10-11 11:12:33 +02:00
install.scm bootloader: Adapt vm to new bootloader API. 2017-05-16 14:41:01 +02:00
linux-boot.scm build: Use overlayfs instead of unionfs. 2017-11-08 18:23:05 +01:00
linux-container.scm file-systems: 'mount-file-system' now takes a <file-system> object. 2017-10-11 11:12:33 +02:00
linux-initrd.scm linux-initrd: Compress cpio archives deterministically. 2015-09-09 23:27:10 +02:00
linux-modules.scm build: Fix compilation warnings. 2017-04-11 11:13:26 +02:00
marionette.scm marionette: 'wait-for-file' can be passed a read procedure. 2017-09-08 00:11:21 +02:00
shepherd.scm Add (gnu build shepherd). 2017-02-07 00:08:11 +01:00
svg.scm gnu: Switch guile-cairo and dependents to Guile 2.2 again. 2017-07-02 22:52:30 +02:00
vm.scm build: Do not store two copies of the ISO-9660 superblock anymore. 2017-09-22 04:03:52 +02:00