From 12f60f7718cd07ff5fa550da97b14c9a84f259df Mon Sep 17 00:00:00 2001 From: Stew Benedict Date: Fri, 23 Mar 2001 15:58:57 +0000 Subject: mods to create/move image, to /export for PPC, use vmlinux for PPC prepend of_dev to initrd stanza in yaboot.conf add 1-button mouse for PPC --- update_kernel | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'update_kernel') diff --git a/update_kernel b/update_kernel index 636efcabd..09d4cacc9 100755 --- a/update_kernel +++ b/update_kernel @@ -60,7 +60,11 @@ if [ "$ARCH" == "i386" ]; then rm -rf install_pcmcia_modules ; install -d install_pcmcia_modules else - cp -f "$KERNEL_BOOT_PATH"/boot/vmlinux.gz . + if [ "$ARCH" == "ppc" ]; then + cp -f "$KERNEL_BOOT_PATH"/boot/vmlinux . + else + cp -f "$KERNEL_BOOT_PATH"/boot/vmlinux.gz . + fi fi cp -f $KERNEL_BOOT_PATH/boot/System.map* System.map -- cgit v1.2.1