summaryrefslogtreecommitdiff
path: root/gnu-system.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-09-03 14:19:51 +0200
committerLudovic Courtès <ludo@gnu.org>2014-09-03 15:43:07 +0200
commite2f4b305d0b7cff1e19c7f67ea633ef8a971e712 (patch)
tree65302d216abc0b0811e4beb41179f586abe01a41 /gnu-system.am
parent8a9e21d1f719748213414343cd02ec113ebe90c1 (diff)
downloadpatches-e2f4b305d0b7cff1e19c7f67ea633ef8a971e712.tar
patches-e2f4b305d0b7cff1e19c7f67ea633ef8a971e712.tar.gz
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.
Diffstat (limited to 'gnu-system.am')
-rw-r--r--gnu-system.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am
index 8e7de7c622..d4f27314c2 100644
--- a/gnu-system.am
+++ b/gnu-system.am
@@ -280,6 +280,7 @@ GNU_SYSTEM_MODULES = \
gnu/system/vm.scm \
\
gnu/build/activation.scm \
+ gnu/build/file-systems.scm \
gnu/build/install.scm \
gnu/build/linux-boot.scm \
gnu/build/vm.scm