User:Walter/Get Sugar: Difference between revisions
| Line 29: | Line 29: | ||
|- | |- | ||
|width: 160px;|[[File:USB flash drive.jpg|156px]]||'''(3) Burn''': Execute, as the root user, in <u>one</u> command with arguments, the following:<br> | |width: 160px;|[[File:USB flash drive.jpg|156px]]||'''(3) Burn''': Execute, as the root user, in <u>one</u> command with arguments, the following:<br> | ||
{{Code|./livecd-iso-to-disk.sh --reset-mbr --overlay-size-mb 200 --home-size-mb 200 --delete-home --unencrypted-home /path/to/source.iso /dev/sd'''?'''1}}<br> | {{Code|./livecd-iso-to-disk.sh --format --reset-mbr --overlay-size-mb 200 --home-size-mb 200 --delete-home --unencrypted-home /path/to/source.iso /dev/sd'''?'''1}}<br> | ||
: where '{{Code|'''?'''}}' in the final parameter represents the target bootable device node, such as {{Code|sdb1}} or {{Code|sdc1}}, etc. | : where '{{Code|'''?'''}}' in the final parameter represents the target bootable device node, such as {{Code|sdb1}} or {{Code|sdc1}}, etc. | ||
|- | |- | ||