3.4 bug: mkubcd.sh error

Report new bugs here, or look at known issues of current and previous releases of UBCD.

Moderators: Icecube, StopSpazzing

Locked
Message
Author
xoff
Posts: 1
Joined: Thu Jul 13, 2006 1:46 pm

3.4 bug: mkubcd.sh error

#1 Post by xoff » Thu Jul 13, 2006 1:53 pm

The mkubcd.sh script has a minor error. There needs to be a "-" in front of "o /ubcd34.iso".

Original:

Code: Select all

mkisofs -N -J -joliet-long -D -V "UBCD" o /ubcd34.iso -b boot/loader.bin -no-emul-boot -boot-load-size 4  .
Corrected:

Code: Select all

mkisofs -N -J -joliet-long -D -V "UBCD" -o /ubcd34.iso -b boot/loader.bin -no-emul-boot -boot-load-size 4  .
Other than that, I love this CD, and use it regularly!

...Xoff

Victor Chew
Posts: 1368
Joined: Mon Feb 21, 2005 10:59 pm
Contact:

#2 Post by Victor Chew » Fri Jul 14, 2006 5:38 am

Thanks! I will add this to Bugs and Workarounds with a patch file.

Locked