aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2007-11-07 20:44:02 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2007-11-07 20:44:02 +0000
commitd0667a6beb51c1a4ef0cdb9560e4d58f050444bb (patch)
tree3a2f519f45123f77da1f229dee8964a669f647ae /gen_cmdline.sh
parentAdded a simple patch from Andrew Gaffney <agaffney@gentoo.org> to ensure that... (diff)
downloadgenkernel-d0667a6beb51c1a4ef0cdb9560e4d58f050444bb.tar.gz
genkernel-d0667a6beb51c1a4ef0cdb9560e4d58f050444bb.tar.bz2
genkernel-d0667a6beb51c1a4ef0cdb9560e4d58f050444bb.zip
Added a patch from Joshua Kinard <kumba@gentoo.org> to clean up the Pegasos hacks in genkernel. This is from bug #193826. This is genkernel 3.4.9_pre7 for testing.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@554 67a159dc-881f-0410-a524-ba9dfbe2cb84
Diffstat (limited to 'gen_cmdline.sh')
-rwxr-xr-xgen_cmdline.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/gen_cmdline.sh b/gen_cmdline.sh
index 60e78d0a..86f3d33f 100755
--- a/gen_cmdline.sh
+++ b/gen_cmdline.sh
@@ -464,8 +464,8 @@ parse_cmdline() {
--genzimage)
KERNEL_MAKE_DIRECTIVE_2='zImage.initrd'
KERNEL_BINARY_2='arch/powerpc/boot/zImage.initrd'
- GENERATE_Z_IMAGE=1
- print_info 2 "GENERATE_Z_IMAGE: ${GENERATE_Z_IMAGE}"
+ ENABLE_PEGASOS_HACKS="yes"
+ print_info 2 "ENABLE_PEGASOS_HACKS: ${ENABLE_PEGASOS_HACKS}"
;;
--disklabel)
CMD_DISKLABEL=1