summaryrefslogtreecommitdiff
path: root/gnu/system.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-06-30 20:56:45 +0200
committerLudovic Courtès <ludo@gnu.org>2014-07-01 09:23:32 +0200
commit060238ae64dff916a95e4f55fb3eec542d5dc8a7 (patch)
treefd82f6fae5510f6d3cdd87fa81ea0a1d1aced729 /gnu/system.scm
parent4fc96187b926f757980d433d417cafe74dcf6b12 (diff)
downloadpatches-060238ae64dff916a95e4f55fb3eec542d5dc8a7.tar
patches-060238ae64dff916a95e4f55fb3eec542d5dc8a7.tar.gz
linux-initrd: Rename 'qemu-initrd' to 'base-initrd'.
* gnu/system/linux-initrd.scm (qemu-initrd): Rename to... (base-initrd): ... this. * gnu/system.scm (<operating-system>)[initrd]: Update accordingly. * gnu/system/vm.scm (expression->derivation-in-linux-vm, system-disk-image, virtualized-operating-system): Likewise.
Diffstat (limited to 'gnu/system.scm')
-rw-r--r--gnu/system.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system.scm b/gnu/system.scm
index 812d7c5d56..a365fb57e4 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -83,7 +83,7 @@
(bootloader operating-system-bootloader) ; <grub-configuration>
(initrd operating-system-initrd ; (list fs) -> M derivation
- (default qemu-initrd))
+ (default base-initrd))
(host-name operating-system-host-name) ; string