xoff
Joined: 13 Jul 2006 Posts: 1
|
Posted: Thu Jul 13, 2006 1:53 pm Post subject: 3.4 bug: mkubcd.sh error |
|
|
The mkubcd.sh script has a minor error. There needs to be a "-" in front of "o /ubcd34.iso".
Original:
| Code: |
| mkisofs -N -J -joliet-long -D -V "UBCD" o /ubcd34.iso -b boot/loader.bin -no-emul-boot -boot-load-size 4 . |
Corrected:
| Code: |
| 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 |
|