diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-04-17 17:53:20 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-04-18 01:24:06 +0200 |
commit | 060d62a740fc1932a3be505534feff099b59ac9f (patch) | |
tree | 1b085f9a0f2c7581365f2ce79fe4fa24657d1d16 /gnu-system.am | |
parent | fac34dfe2a576907bf9f612d8ed8f4e9dee826be (diff) | |
download | guix-060d62a740fc1932a3be505534feff099b59ac9f.tar guix-060d62a740fc1932a3be505534feff099b59ac9f.tar.gz |
system: Add (gnu system mapped-devices).
* gnu/system/file-systems.scm (<mapped-device>, <mapped-device-type>):
Move to...
* gnu/system/mapped-devices.scm: ... here. New file.
* gnu/system.scm, gnu/services/base.scm,
gnu/system/linux-initrd.scm: Use it.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu.scm (%public-modules): Add it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 2ec0000f2a..2b4c71d11f 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -383,6 +383,7 @@ GNU_SYSTEM_MODULES = \ gnu/system/linux-container.scm \ gnu/system/linux-initrd.scm \ gnu/system/locale.scm \ + gnu/system/mapped-devices.scm \ gnu/system/nss.scm \ gnu/system/pam.scm \ gnu/system/shadow.scm \ |