Line 1: |
Line 1: |
| <noinclude>{{TOCright}} | | <noinclude>{{TOCright}} |
| </noinclude> | | </noinclude> |
− | ==Persistent Home Directory== | + | ==Persistent home directory== |
| See [[LiveOS image]] for a discussion of storage options with the LiveOS images. | | See [[LiveOS image]] for a discussion of storage options with the LiveOS images. |
− | You may leave out the options for a separate persistent home | + | A bug somewhere in Fedora 12/Soas Blueberry prevents booting with a persistent home directory. You need to leave out the options for a separate persistent home in SoaS Blueberry installations. |
| *download the script:[http://download.sugarlabs.org/soas/releases/livecd-iso-to-disk.sh] | | *download the script:[http://download.sugarlabs.org/soas/releases/livecd-iso-to-disk.sh] |
| *Use this script in Terminal for soas-v2-Blueberry.iso: (/dev/sd(x)1 is your USB device) use partition manager to determine what it is. | | *Use this script in Terminal for soas-v2-Blueberry.iso: (/dev/sd(x)1 is your USB device) use partition manager to determine what it is. |
Line 9: |
Line 9: |
| {{Code|sudo ./livecd-iso-to-disk.sh --overlay-size-mb 400 soas-2-blueberry.iso /dev/sd(x)1}} | | {{Code|sudo ./livecd-iso-to-disk.sh --overlay-size-mb 400 soas-2-blueberry.iso /dev/sd(x)1}} |
| | | |
− | ==Sample Install to USB/SD Stick== | + | ==Sample install to USB/SD stick== |
| | | |
| # ./livecd-iso-to-disk.sh --overlay-size-mb 400 --delete-home ./soas-2-blueberry.iso /dev/sd(x)1 | | # ./livecd-iso-to-disk.sh --overlay-size-mb 400 --delete-home ./soas-2-blueberry.iso /dev/sd(x)1 |
Line 55: |
Line 55: |
| | | |
| | | |
− | ==Using boot helper disk with blueberry usb on Intel mac== | + | ==Using boot helper disk with blueberry usb on Intel Mac== |
| See [[Sugar on a Stick/Mac]]. | | See [[Sugar on a Stick/Mac]]. |
| | | |