Allow old 'initramfs' option instead of 'ramdisk' for compatability

cleanup-cruft
Andrew Gaffney 16 years ago
parent 5f9a6b2749
commit 2032fa25bf

@ -2,6 +2,9 @@
# Copyright 1999-2008 Gentoo Foundation; 2008 Chris Gianelloni, Andrew Gaffney # Copyright 1999-2008 Gentoo Foundation; 2008 Chris Gianelloni, Andrew Gaffney
# Distributed under the GPL v2 # 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: 17 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/linuxrc:
Remove the use of 'env -i' when calling switch_root due to gentoo bug Remove the use of 'env -i' when calling switch_root due to gentoo bug
#248688 #248688

@ -524,7 +524,7 @@ parse_cmdline() {
BUILD_MODULES=1 BUILD_MODULES=1
BUILD_RAMDISK=1 BUILD_RAMDISK=1
;; ;;
ramdisk) ramdisk|initramfs)
BUILD_RAMDISK=1 BUILD_RAMDISK=1
;; ;;
kernel) kernel)

Loading…
Cancel
Save