From: Andrew Gaffney Date: Tue, 23 Dec 2008 13:22:30 +0000 (-0600) Subject: Allow old 'initramfs' option instead of 'ramdisk' for compatability X-Git-Tag: v3.4.10.903~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2032fa25bfc3e5cf785729aa2ac10f62a7361a74;p=genkernel.git Allow old 'initramfs' option instead of 'ramdisk' for compatability --- diff --git a/ChangeLog b/ChangeLog index 2be89ab..37e1483 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2008 Gentoo Foundation; 2008 Chris Gianelloni, Andrew Gaffney # Distributed under the GPL v2 + 23 Dec 2008; Andrew Gaffney gen_cmdline.sh: + Allow old 'initramfs' option instead of 'ramdisk' for compatability + 17 Dec 2008; Andrew Gaffney defaults/linuxrc: Remove the use of 'env -i' when calling switch_root due to gentoo bug #248688 diff --git a/gen_cmdline.sh b/gen_cmdline.sh index 954112f..dadf740 100755 --- a/gen_cmdline.sh +++ b/gen_cmdline.sh @@ -524,7 +524,7 @@ parse_cmdline() { BUILD_MODULES=1 BUILD_RAMDISK=1 ;; - ramdisk) + ramdisk|initramfs) BUILD_RAMDISK=1 ;; kernel)