From 67d9909bbe130125193498ed3091aa7a27fc244d Mon Sep 17 00:00:00 2001 From: Steve McIntyre <93sam@debian.org> Date: Thu, 21 Dec 2006 15:27:50 +0000 Subject: [PATCH] Make sure the mkisofs options file goes in the right place --- tools/boot/etch/boot-hppa | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/boot/etch/boot-hppa b/tools/boot/etch/boot-hppa index d455007d..3c3f3fe0 100755 --- a/tools/boot/etch/boot-hppa +++ b/tools/boot/etch/boot-hppa @@ -54,10 +54,10 @@ K32=$(ls $CDROOT/install/vmlinux-*-parisc|head -1 | sed 's?^.*/install/?install/ K64=$(ls $CDROOT/install/vmlinux-*-parisc64|head -1 | sed 's?^.*/install/?install/?g') RSIZE=$(expr $(zcat "$CDROOT/install/initrd.gz" | wc --bytes) / 1024) -add_mkisofs_opt $1.mkisofs_opts "-hppa-cmdline '0/vmlinux,root=/dev/ram,initrd=0/ramdisk,ramdisk_size=$RSIZE'" -add_mkisofs_opt $1.mkisofs_opts "-hppa-kernel-32 $K32" -add_mkisofs_opt $1.mkisofs_opts "-hppa-kernel-64 $K64" -add_mkisofs_opt $1.mkisofs_opts "-hppa-bootloader install/iplboot" -add_mkisofs_opt $1.mkisofs_opts "-hppa-ramdisk install/initrd.gz" +add_mkisofs_opt $CDROOT/../$1.mkisofs_opts "-hppa-cmdline '0/vmlinux,root=/dev/ram,initrd=0/ramdisk,ramdisk_size=$RSIZE'" +add_mkisofs_opt $CDROOT/../$1.mkisofs_opts "-hppa-kernel-32 $K32" +add_mkisofs_opt $CDROOT/../$1.mkisofs_opts "-hppa-kernel-64 $K64" +add_mkisofs_opt $CDROOT/../$1.mkisofs_opts "-hppa-bootloader install/iplboot" +add_mkisofs_opt $CDROOT/../$1.mkisofs_opts "-hppa-ramdisk install/initrd.gz" exit 0