From 060238ae64dff916a95e4f55fb3eec542d5dc8a7 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 30 Jun 2014 20:56:45 +0200 Subject: linux-initrd: Rename 'qemu-initrd' to 'base-initrd'. * gnu/system/linux-initrd.scm (qemu-initrd): Rename to... (base-initrd): ... this. * gnu/system.scm ()[initrd]: Update accordingly. * gnu/system/vm.scm (expression->derivation-in-linux-vm, system-disk-image, virtualized-operating-system): Likewise. --- gnu/system.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/system.scm') 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) ; (initrd operating-system-initrd ; (list fs) -> M derivation - (default qemu-initrd)) + (default base-initrd)) (host-name operating-system-host-name) ; string -- cgit v1.2.3