Allow old 'initramfs' option instead of 'ramdisk' for compatability
authorAndrew Gaffney <agaffney@gentoo.org>
Tue, 23 Dec 2008 13:22:30 +0000 (07:22 -0600)
committerAndrew Gaffney <agaffney@gentoo.org>
Tue, 23 Dec 2008 13:22:30 +0000 (07:22 -0600)
ChangeLog
gen_cmdline.sh

index 2be89abe62c1394a337c3a24410f7bdaa8f56e55..37e1483c9a1238fab6c8a17f817fb7cf591b2844 100644 (file)
--- 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 <agaffney@gentoo.org> gen_cmdline.sh:
+  Allow old 'initramfs' option instead of 'ramdisk' for compatability
+
   17 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/linuxrc:
   Remove the use of 'env -i' when calling switch_root due to gentoo bug
   #248688
index 954112f4eedd662154ab3444a9d6a38adbe92d9d..dadf7404850c44f595dd2d6eb7901cbb9328a51b 100755 (executable)
@@ -524,7 +524,7 @@ parse_cmdline() {
                        BUILD_MODULES=1
                        BUILD_RAMDISK=1
                        ;;
-               ramdisk)
+               ramdisk|initramfs)
                        BUILD_RAMDISK=1
                        ;;
                kernel)