From 9d4778026aca96431c07b2084fa3fd07fa19f53f Mon Sep 17 00:00:00 2001 From: Ethan Benson Date: Thu, 14 Jun 2001 23:41:55 +0000 Subject: [PATCH] really fix bootable CD problem. i hope --- tools/boot/potato/boot-powerpc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/boot/potato/boot-powerpc b/tools/boot/potato/boot-powerpc index 1e7e4b61..47fe98bf 100755 --- a/tools/boot/potato/boot-powerpc +++ b/tools/boot/potato/boot-powerpc @@ -38,7 +38,7 @@ case "$MKISOFS" in >> $N.mkisofs_opts ;; *mkisofs) - echo -n " -part -no-desktop -hfs-bless \$n/install/powermac -hfs-volid Debian/PowerPC_${CODENAME}" \ + echo -n " -part -no-desktop -hfs-bless CD$N/install/powermac -hfs-volid Debian/PowerPC_${CODENAME}" \ >> $N.mkisofs_opts ;; *)