From 46f282657d86c81381588ecac3818ecab057d24c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 17 Sep 2005 17:05:27 +0000 Subject: [PATCH] second half of sven's patch --- tools/boot/etch/boot-powerpc | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/tools/boot/etch/boot-powerpc b/tools/boot/etch/boot-powerpc index 063f163b..c01b85fa 100755 --- a/tools/boot/etch/boot-powerpc +++ b/tools/boot/etch/boot-powerpc @@ -35,7 +35,7 @@ fi install_languages $CDDIR -echo -n "--chrp-boot --netatalk -hfs -probe -map $BASEDIR/data/hfs.map" \ +echo -n " --iso-level 2 --chrp-boot --netatalk -hfs -probe -map $BASEDIR/data/hfs.map" \ > $N.mkisofs_opts # We are still missing this for prep echo -n " -prep-boot install/powerpc/vmlinuz-prep.initrd" >> $N.mkisofs_opts @@ -94,15 +94,6 @@ do if [ ! "$DI_DIR" ];then DI_DIR="$MIRROR/dists/$DI_DIST/main/installer-$ARCH/current/images" fi - cp -a "$DI_DIR/$subarch/cdrom" "$subarch" - if [ "$subarch" = "powerpc" ]; then - cp -a "$DI_DIR/$subarch/cdrom-minimal" "$subarch/minimal" || true - else - # Supported for netboot only on POWER3 and POWER4. - rm -rf "$subarch/2.4" - # POWER3 and POWER4 PReP machines do not exist. - rm -f "$subarch/vmlinuz-prep.initrd" - fi else wget -r -nd --no-parent --level=1 -P "$subarch" -R 'index*' "$DI_WWW_HOME/$subarch/cdrom/" fi