Line 35: |
Line 35: |
| |valign=top| | | |valign=top| |
| # '''Download''' the latest [[Sugar on a Stick/Downloads | Sugar on a Stick]] .iso file.<br><br> | | # '''Download''' the latest [[Sugar on a Stick/Downloads | Sugar on a Stick]] .iso file.<br><br> |
− | # '''Prepare''': | + | # '''Prepare''': (with '''root''' user permissions) |
− | #* Create a mount point: {{Code|sudo mkdir /media/soas}} | + | #* Create a mount point directory: {{Code|mkdir /media/soas}} |
| #* Mount the .iso file as a disk: {{Code|mount '''/path/to/source'''.iso /media/soas/}} | | #* Mount the .iso file as a disk: {{Code|mount '''/path/to/source'''.iso /media/soas/}} |
| #* Insert a USB stick of 2 GB or greater capacity into your computer. | | #* Insert a USB stick of 2 GB or greater capacity into your computer. |
− | #* Use the {{Code|sudo blkid}} or {{Code|df}} command to get the USB device node name. | + | #* Use the {{Code|blkid}} or {{Code|df}} command to get the USB device node name. |
| + | #* Unmount the USB device filesystem:<br>{{Code|umount /run/media/MyAccount/MyUSBdiscMountPoint}} |
| #* (You should have the isomd5sum package installed so that the following installation script can verify the download.)<br><br> | | #* (You should have the isomd5sum package installed so that the following installation script can verify the download.)<br><br> |
| # '''Load''': Execute, as the '''root''' user in <u>one</u> command with arguments, the following:<br><div style="padding: 1em; border: 1px dashed #2F6FAB; background-color: #FBFBFB; margin: 1em 0px 1em 1.6em; font-family: Courier;">/media/soas/LiveOS/livecd-iso-to-disk --reset-mbr --overlay-size-mb '''500''' --home-size-mb '''900''' --delete-home --unencrypted-home '''/path/to/source'''.iso /dev/sd'''?'''1</div> | | # '''Load''': Execute, as the '''root''' user in <u>one</u> command with arguments, the following:<br><div style="padding: 1em; border: 1px dashed #2F6FAB; background-color: #FBFBFB; margin: 1em 0px 1em 1.6em; font-family: Courier;">/media/soas/LiveOS/livecd-iso-to-disk --reset-mbr --overlay-size-mb '''500''' --home-size-mb '''900''' --delete-home --unencrypted-home '''/path/to/source'''.iso /dev/sd'''?'''1</div> |
Line 45: |
Line 46: |
| # '''Boot''': Insert the USB stick into a bootable USB port on your computer. Set the option to "boot from USB" in your computer's <abbr title="Basic Input/Output System">BIOS</abbr> setup, and then start up the computer.<br><br> | | # '''Boot''': Insert the USB stick into a bootable USB port on your computer. Set the option to "boot from USB" in your computer's <abbr title="Basic Input/Output System">BIOS</abbr> setup, and then start up the computer.<br><br> |
| | | |
− | ::* You may create more Sugar Sticks on other 1 GB or greater USB or SD devices. In the Terminal Activity of a running ''Sugar on a Stick'', run this command as root:<br><div style="padding: 1em; border: 1px dashed #2F6FAB; background-color: #FBFBFB; margin: 1em 0px 1em 0em; font-family: Courier;">/run/initramfs/live/LiveOS/livecd-iso-to-disk --reset-mbr --overlay-size-mb '''300''' --home-size-mb '''175''' --delete-home --unencrypted-home /run/initramfs/livedev /dev/sd'''?'''1</div> | + | ::* You may create more Sugar Sticks on other 1 GB or greater USB or SD devices. In the Terminal Activity of a running ''Sugar on a Stick'', run this command as root:<br><div style="padding: 1em; border: 1px dashed #2F6FAB; background-color: #FBFBFB; margin: 1em 0px 1em 0em; font-family: Courier;">/run/initramfs/live/LiveOS/livecd-iso-to-disk --reset-mbr --overlay-size-mb '''200''' --home-size-mb '''150''' --delete-home --unencrypted-home /run/initramfs/livedev /dev/sd'''?'''1</div> |
| |} | | |} |
| | | |