# Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 30 Oct 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
+ generic/initrd.scripts, generic/linuxrc:
+ Made a few minor cleanups here and there.
+
12 Oct 2007; Andrew Gaffney <agaffney@gentoo.org> genkernel.8:
- update description for --initramfs-overlay in man page to match --help
+ Update description for --initramfs-overlay in man page to match --help.
05 Oct 2007; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh,
gen_initrd.sh:
- remove generic/modprobe and all supporting code, since busybox has modprobe
+ Remove generic/modprobe and all supporting code, since busybox has it now.
04 Oct 2007; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
- cd out of directory to be deleted for bug 194695. Thanks to Asmund
- Grammeltvedt <asmundg@big-oil.org> for pointing this out
+ We need to cd out of directory to be deleted for bug #194695. Thanks to Asmund
+ Grammeltvedt <asmundg@big-oil.org> for pointing this out.
18 Sep 2007; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh,
gen_initrd.sh:
- we don't ever want devfs in an initramfs
- check KERN_24 instead of DEVFS for 2.4 initrd generation
+ We don't ever want devfs in an initramfs, so check KERN_24 instead of DEVFS
+ for 2.4 initrd generation
17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
gen_compile.sh, gen_determineargs.sh, gen_funcs.sh, gen_initrd.sh,
17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
gen_configkernel.sh, genkernel:
- Some more generalcleanup and adding support for using a config file other
+ Some more general cleanup and adding support for using a config file other
than /etc/genkernel.conf to add flexibility.
17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org>
# Module no-loads
doload\=*)
MDOLIST=`parse_opt "${x}"`
- MDOLIST="`echo ${MDOLIST} | sed -e \"s/,/ /g\"`"
+ MDOLIST="`echo ${MDOLIST} | sed -e 's/,/ /g'`"
;;
nodetect)
NODETECT=1
;;
noload\=*)
MLIST=`parse_opt "${x}"`
- MLIST="`echo ${MLIST} | sed -e \"s/,/ /g\"`"
+ MLIST="`echo ${MLIST} | sed -e 's/,/ /g'`"
export MLIST
;;
# Redirect output to a specific tty
# Run debug shell if requested
rundebugshell
-#suspend_resume
suspend2_resume
if [ "${CDROOT}" -eq '1' ]