really fix bootable CD problem. i hope

This commit is contained in:
Ethan Benson 2001-06-14 23:41:55 +00:00
parent 28d4a21d04
commit 9d4778026a
1 changed files with 1 additions and 1 deletions

View File

@ -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
;;
*)