Typo fix for gentoo bug #250875

cleanup-cruft
Andrew Gaffney 16 years ago
parent edd58ab59f
commit e0574e0e2b

@ -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
14 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> gen_cmdline.sh:
Typo fix for gentoo bug #250875
14 Dec 2008; Chris Gianelloni <wolf31o2@wolf31o2.org> 14 Dec 2008; Chris Gianelloni <wolf31o2@wolf31o2.org>
arch/alpha/config.sh, arch/arm/config.sh, arch/ia64/config.sh, arch/alpha/config.sh, arch/arm/config.sh, arch/ia64/config.sh,
arch/mips/config.sh, arch/parisc/config.sh, arch/parisc64/config.sh, arch/mips/config.sh, arch/parisc/config.sh, arch/parisc64/config.sh,

@ -381,7 +381,7 @@ parse_cmdline() {
print_info 2 "CMD_NOINSTALL: ${CMD_NOINSTALL}" print_info 2 "CMD_NOINSTALL: ${CMD_NOINSTALL}"
;; ;;
--no-ramdisk-modules) --no-ramdisk-modules)
CMD_NOiRAMDISKMODULES=1 CMD_NORAMDISKMODULES=1
print_info 2 "CMD_NORAMDISKMODULES: ${CMD_NORAMDISKMODULES}" print_info 2 "CMD_NORAMDISKMODULES: ${CMD_NORAMDISKMODULES}"
;; ;;
--all-ramdisk-modules) --all-ramdisk-modules)

Loading…
Cancel
Save