Page 1 of 1

Spelling errors in ubcd2usb

Posted: Thu May 30, 2013 4:55 pm
by Explorer09
In "ubcd/tools/linux/ubcd2usb/readme.txt":
5. Mount the partition of your USB drive
You can use the GUI mounting utility of your distribution.
If your distribution mounts USB drives automaticly, you can remove and replug your USB thumb drive.

6. Copy all files of the extracted UBCD iso to your USB thumb drive.

7. Install syslinux to the partition of your USB thumb drive.

First make sure that ./ubcd/tools/linux/ubcd2usb/syslinux is executable, if not, run:

chmod a+x ./ubcd/tools/linux/ubcd2usb/syslinux (adapt the path if nessecary)
There are 2 spelling errors and should be corrected to:
5. Mount the partition of your USB drive
You can use the GUI mounting utility of your distribution.
If your distribution mounts USB drives automatically, you can remove and replug your USB thumb drive.

6. Copy all files of the extracted UBCD iso to your USB thumb drive.

7. Install syslinux to the partition of your USB thumb drive.

First make sure that ./ubcd/tools/linux/ubcd2usb/syslinux is executable, if not, run:

chmod a+x ./ubcd/tools/linux/ubcd2usb/syslinux (adapt the path if necessary)

Re: Spelling errors in ubcd2usb

Posted: Fri May 31, 2013 5:14 pm
by Victor Chew
Thanks! Both spelling errors fixed.