User:Walter/Get Sugar: Difference between revisions
→GNU/Linux: Don't include --format in livecd-iso-to-disk as that will destroy any existing content on the device (livecd-iso-to-disk is advertised as a non-destructive installation) |
|||
| Line 30: | Line 30: | ||
|- | |- | ||
|[[File:USB flash drive.jpg|156px]]||valign=top|'''(3) Burn''': Execute, as the root user, in <u>one</u> command with arguments, the following:<br> | |[[File:USB flash drive.jpg|156px]]||valign=top|'''(3) Burn''': Execute, as the root user, in <u>one</u> command with arguments, the following:<br> | ||
{{Code|./livecd-iso-to-disk.sh | {{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> | ||
: 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. | ||
|- | |- | ||