guix-devel/guix/build
Ludovic Courtès 3c05b4bc25 linux-initrd: Check the root and other early file systems.
* gnu/system.scm (operating-system-derivation)[boot-file-systems]: Keep "/".
* gnu/system/linux-initrd.scm (file-system->spec): Keep the 'check?'
  flag.
  (qemu-initrd)[helper-packages]: New variable.  Pass it as #:to-copy.
  <gexp>: Add 'set-path-environment-variable' call.  Remove #:unionfs
  argument for 'boot-system'.
* gnu/system/vm.scm (%linux-vm-file-systems): Add 'check?' field/
  (virtualized-operating-system): Likewise for the "9p" file system.
* guix/build/linux-initrd.scm (mount-root-file-system): Change #:unionfs
  default.  Call 'check-file-system' before mounting ROOT, when
  VOLATILE-ROOT? is false.
  (check-file-system): New procedure.
  (mount-file-system): Honor 'check?' element in list; add
  'check-file-system' call.
  (boot-system): Remove #:root-fs-type and #:unionfs parameters.
  [root-mount-point?, root-fs-type]: New variables.
  Call 'mount-file-system' on all MOUNTS but "/".
2014-05-04 00:30:39 +02:00
..
activation.scm activation: Fix deletion of setuid programs. 2014-05-04 00:18:46 +02:00
cmake-build-system.scm guix: cmake: Add input and package libraries to the rpath, and adapt package 2014-04-27 11:35:26 +02:00
download.scm download: Improve progress report output. 2014-04-16 12:25:52 +02:00
git.scm Add (guix git-download). 2014-02-21 23:49:53 +01:00
gnome.scm gnu: gtk+: enable introspection. 2013-12-15 23:39:43 +01:00
gnu-build-system.scm build-system/gnu: Allow the source to be a directory. 2014-02-22 00:34:49 +01:00
gnu-dist.scm build-system/gnu: Add `dist-package'. 2013-08-24 17:30:31 +02:00
linux-initrd.scm linux-initrd: Check the root and other early file systems. 2014-05-04 00:30:39 +02:00
perl-build-system.scm packages: Add `native-search-paths' field and honor it. 2013-03-30 22:57:03 +01:00
pull.scm pull: Move build code to (guix build pull). 2013-12-16 23:26:48 +01:00
python-build-system.scm guix: python: Create module installation path and add it to PYTHONPATH during 2013-09-11 15:47:34 +02:00
rpath.scm Add (guix build rpath). 2013-05-08 23:45:02 +02:00
svn.scm Add (guix svn-download). 2014-03-27 00:21:44 +01:00
union.scm union: Ensure that the output is always a directory. 2014-04-03 18:35:16 -04:00
utils.scm Change default store values from /nix/store to /gnu/store. 2014-03-10 23:54:27 +01:00
vm.scm vm: Make root file system type a parameter, and default to ext4. 2014-05-03 12:16:23 +02:00