guix/gnu/build
Ludovic Courtès 01ed3c4fe5 linux-boot: Don't fail if /root/etc/mtab is a dangling symlink.
Reported Joshua Grant.
Patch suggested by Mark H Weaver.

* gnu/build/linux-boot.scm (mount-root-file-system): Use
  'false-if-exception' instead of 'when (file-exists? ...)' to account
  for dangling symlinks.
2015-01-28 21:32:58 +01:00
..
activation.scm activation: Copy the account skeletons when creating the 'root' account. 2014-12-13 22:31:08 +01:00
file-systems.scm linux-boot: Make /etc/mtab a symlink to /proc/self/mounts. 2015-01-05 22:24:00 +08:00
install.scm
linux-boot.scm linux-boot: Don't fail if /root/etc/mtab is a dangling symlink. 2015-01-28 21:32:58 +01:00
linux-initrd.scm
linux-modules.scm
vm.scm