Move part of (gnu build linux-boot) to (gnu build file-systems).
authorLudovic Courtès <ludo@gnu.org>
Wed, 3 Sep 2014 12:19:51 +0000 (14:19 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 3 Sep 2014 13:43:07 +0000 (15:43 +0200)
commite2f4b305d0b7cff1e19c7f67ea633ef8a971e712
tree65302d216abc0b0811e4beb41179f586abe01a41
parent8a9e21d1f719748213414343cd02ec113ebe90c1
Move part of (gnu build linux-boot) to (gnu build file-systems).

* gnu/build/linux-boot.scm (%ext2-endianness, %ext2-sblock-magic,
  %ext2-sblock-creator-os, %ext2-sblock-uuid, %ext2-sblock-volume-name,
  read-ext2-superblock, ext2-superblock-uuid,
  ext2-superblock-volume-name, disk-partitions,
  partition-label-predicate, find-partition-by-label,
  canonicalize-device-spec, MS_RDONLY, MS_NOSUID, MS_NODEV, MS_NOEXEC,
  MS_BIND, MS_MOVE, bind-mount, check-file-system,
  mount-flags->bit-mask, mount-file-system): Move to...
* gnu/build/file-systems.scm: ... here.  New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu/services/base.scm: Use (gnu build file-systems).
* gnu/services/dmd.scm (dmd-configuration-file): Likewise.
* gnu/system.scm (operating-system-activation-script): Likewise.
* gnu/system/linux-initrd.scm (base-initrd): Likewise.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Likewise.
gnu-system.am
gnu/build/file-systems.scm [new file with mode: 0644]
gnu/build/linux-boot.scm
gnu/services/base.scm
gnu/services/dmd.scm
gnu/system.scm
gnu/system/linux-initrd.scm
gnu/system/vm.scm