Trisquel On A Sugar Toast: Difference between revisions
m →Main features Trisquel 3.0: (this section needs updating) |
|||
| Line 40: | Line 40: | ||
You can use TOAST live from a removable media, or perform a permanent install as you do with any GNU/Linux distro. You can select "Install Triquel" in the main boot menu to do so. If you already started a live session, you can manually launch the installer by running "ubiquity" in the terminal activity. | You can use TOAST live from a removable media, or perform a permanent install as you do with any GNU/Linux distro. You can select "Install Triquel" in the main boot menu to do so. If you already started a live session, you can manually launch the installer by running "ubiquity" in the terminal activity. | ||
==dd writable 2GB USB .img== | |||
====Download==== | |||
:'''http://people.sugarlabs.org/Tgillard/Trisquel_4-5-1a-sugar.img''' | |||
====dd write==== | |||
#(root terminal) | |||
dd if=Trisquel_4-5-1a-sugar.img of=/dev/sd(x) [1] | |||
dd: writing to `/dev/sdg': No space left on device [2] | |||
3907585+0 records in | |||
3907584+0 records out | |||
2000683008 bytes (2.0 GB) copied, 649.726 s, 3.1 MB/s | |||
:[1] (x)=your device name. type "mount" in terminal to see it | |||
::'''CAUTION Do not use /dev/sda''' | |||
[2] The .img file is smaller than 2.0 GB (1.9GB) so it will work | |||
::Disregard this message | |||
:::(USB was resized in gparted. before writing to .img) | |||
==Configure a Sugar-ltsp-server== | ==Configure a Sugar-ltsp-server== | ||