guix/gnu
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
..
bootloader
build build: Use overlayfs instead of unionfs. 2017-11-08 18:23:05 +01:00
packages gnu: miso: Use pypi-uri. 2017-11-08 17:41:08 +01:00
services
system build: Use overlayfs instead of unionfs. 2017-11-08 18:23:05 +01:00
tests
artwork.scm
bootloader.scm
local.mk
packages.scm
services.scm
system.scm
tests.scm