Sugar Creation Kit/sck/Installation test Cases: Difference between revisions
mNo edit summary |
|||
| Line 40: | Line 40: | ||
# Firstboot | # Firstboot | ||
# Does Sugar start? | # Does Sugar start? | ||
==tools_livecd-iso-to-disk install Fedora-17-Beta-TC2-i686-Live-Soas== | |||
::Download link:http://dl.fedoraproject.org/pub/alt/stage/17-Beta.TC2/Live/i686/Fedora-17-Beta-TC2-i686-Live-SoaS.iso | |||
* TC2 Live Desktop is not available--[[User:Satellit|Satellit]] 04:45, 21 March 2012 (EDT) | |||
*Set the '''tools_livecd-iso-to-disk.sh''' script as executable (Properties) | |||
::Download link: http://bit.ly/livecd-iso-to-disk | |||
====Prepare USB Stick==== | |||
*4 GB | |||
:'''Fat 16; boot flag set''' | |||
:NOTE: use diskutility to unmount /dev/sdg1 | |||
*'''DO NOT TRY TO UPDATE''' Update is too large and will fill up disk | |||
====Terminal Command==== | |||
*/dev/sd(x)1 '''(x)''' is the device name: enter mount in terminal to what it is. eg: /dev/sdb1 /dev/sdc1 /dev/sdd1 /dev/sdg1 '''be sure to add the partition number (1) to command''' | |||
*Type "mount" in terminal to see device name | |||
sudo ./tools_livecd-iso-to-disk.sh --reset-mbr --overlay-size-mb 500 --home-size-mb 700 --delete-home --unencrypted-home Fedora-17-Beta-TC2-i686-Live-SoaS.iso /dev/sd(x)1 | |||