guix/gnu
Hartmut Goebel d9565f7d87
install: Use overlayfs instead of unionfs.
I dediced to keep adding /tmp as tmpfs since I was not able to trigger bug
while still using unionfs, so I could not verify whether this mount is still
needed with overlayfs.  Mapping /tmp to tmpfs does not harm, so we are on the
save side.

* gnu/system/install.scm (make-cow-store): Mount /gnu/store without additional
  read-only bind-mount, since in overlayfs the "lower" level is always
  read-only. Add work-dir required by overlayfs. No need to sleep anymore
  since now using the mount syscall. [unionfs]: Remove now unused function.
  (%installation-services): Update comment.
  (installation-os)[file-systems]: Update comment.
2017-11-08 18:23:06 +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 services: gdm: Add environment variables. 2017-11-07 18:09:13 +01:00
system install: Use overlayfs instead of unionfs. 2017-11-08 18:23:06 +01:00
tests tests: ssh: Make sure we can run executables from PATH. 2017-11-01 20:29:32 +01:00
artwork.scm
bootloader.scm
local.mk gnu: gcc-4.7: Resurrect building with gcc-5.4.0. 2017-11-07 22:03:51 +01:00
packages.scm packages: 'fold-packages' takes #:select? parameter. 2017-11-07 00:12:10 +01:00
services.scm gexp: Add 'directory-union'. 2017-10-22 22:09:00 -07:00
system.scm system: operating-system-etc-service: Set XCURSOR_PATH. 2017-10-10 10:22:08 +02:00
tests.scm