Line 98: |
Line 98: |
| :::*Sugar [login] | | :::*Sugar [login] |
| *Select Sugar and [[Tutorials/Introduction_to_the_Sugar_Interface| '''SoaS''']] will start. | | *Select Sugar and [[Tutorials/Introduction_to_the_Sugar_Interface| '''SoaS''']] will start. |
| + | ====Soas-f19-img file==== |
| + | *Install with liveinst - "Custom formatting of USB" |
| + | ::'''4 GB EMTEC USB''' |
| + | : / ext4 3 GB + swap 500 MB |
| + | :Root password=sugarroot |
| + | :user=sugar; password=sugaruser |
| + | * Sugar name and color not set |
| + | |
| + | =====Make '''.img file''' with dd===== |
| + | '''NOTE''' Use mount command to confirm device name for mounted USB eg: /dev/sdb; /devsdc; /dev/sdd...etc |
| + | :'''This is very imporant as you can distroy your hard disk if you use the wrong device name.''' |
| + | dd if=/dev/sdb of=Soas-f19-i686.img bs=2M |
| + | 1850+1 records in |
| + | 1850+1 records out |
| + | 3880452096 bytes (3.9 GB) copied, 230.609 s, 16.8 MB/s |
| + | |
| + | =====Write '''.img file''' with dd===== |
| + | :This can be repeated as many times as needed for multiple duplication of USB's |
| + | dd if=Soas-f19-i686.img of=/dev/sdb bs=2M |
| + | =====Download===== |
| + | :http://people.sugarlabs.org/Tgillard/Soas-f19-i686.img |
| + | |
| ====[[File:VirtualBox.png|30px]]SoaS VirtualBox Appliance==== | | ====[[File:VirtualBox.png|30px]]SoaS VirtualBox Appliance==== |
| *Download and import this file into VirtualBox: | | *Download and import this file into VirtualBox: |