From: Eric Edgar Date: Tue, 2 Aug 2005 15:42:39 +0000 (+0000) Subject: Fix incorrect commit X-Git-Tag: v3.4.10.902~452 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0f513c234030c2a4eb3fc80a7073cd558a0c2db2;p=genkernel.git Fix incorrect commit git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@300 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- diff --git a/gen_cmdline.sh b/gen_cmdline.sh index 53f9229..d328970 100755 --- a/gen_cmdline.sh +++ b/gen_cmdline.sh @@ -423,6 +423,8 @@ parse_cmdline() { print_info 2 "CMD_LINUXRC: $CMD_LINUXRC" ;; --genzimage) + KERNEL_MAKE_DIRECTIVE_2='zImage.initrd' + KERNEL_BINARY_2='arch/ppc/boot/images/zImage.initrd.chrp' GENERATE_Z_IMAGE=1 print_info 2 "GENERATE_Z_IMAGE: $GENERATE_Z_IMAGE" ;; diff --git a/ppc/config.sh b/ppc/config.sh index a105102..3d36ee4 100644 --- a/ppc/config.sh +++ b/ppc/config.sh @@ -4,9 +4,6 @@ KERNEL_MAKE_DIRECTIVE="vmlinux" KERNEL_BINARY="vmlinux" -KERNEL_MAKE_DIRECTIVE_2='zImage.initrd' -KERNEL_BINARY_2='arch/ppc/boot/images/zImage.initrd.chrp' - # The dietlibc portion of busybox is commented out right now # other stuff seems to compile fine though USE_DIETLIBC=1 diff --git a/ppc64/config.sh b/ppc64/config.sh index a8ab729..4070d55 100644 --- a/ppc64/config.sh +++ b/ppc64/config.sh @@ -4,9 +4,6 @@ KERNEL_MAKE_DIRECTIVE="vmlinux" KERNEL_BINARY="vmlinux" -KERNEL_MAKE_DIRECTIVE_2='zImage.initrd' -KERNEL_BINARY_2='arch/ppc64/boot/images/zImage.initrd.chrp' - # The dietlibc portion of busybox is commented out right now # other stuff seems to compile fine though USE_DIETLIBC=1