Changes

m
Line 87: Line 87:  
{{:{{PAGENAME}}/Testing}}
 
{{:{{PAGENAME}}/Testing}}
 
*1-) Burn .iso to CD and boot from CD
 
*1-) Burn .iso to CD and boot from CD
*2-)''' Install to HD with zyx-liveinstaller''' NOTE: Depriciated as zyx-livinstaller has not worked so far. (Fills up file system on build) still testing
+
*2-)''' Install to HD with zyx-liveinstaller''' (Icon is on desktop)
: in terminal: "zyx-liveinstaller"
+
 
 
*use partitioner (button at top of zyx-liveinstaller window) to partition HD
 
*use partitioner (button at top of zyx-liveinstaller window) to partition HD
 
:: /boot 500 ext4
 
:: /boot 500 ext4
Line 99: Line 99:     
*3-)'''Reboot to HD when installer completes.'''
 
*3-)'''Reboot to HD when installer completes.'''
 +
:make a new directory on the Desktop "spin-kickstarts"
 +
open terminal and enter this command:
 +
 +
cp /usr/share/spin-kickstarts/*.ks /home/(user)/Desktop/spin-kickstarts
 +
 
: Follow instructions on wiki:http://wiki.sugarlabs.org/go/Talk:Features/Soas_V4/Remixability#Build_Your_Own_Remix
 
: Follow instructions on wiki:http://wiki.sugarlabs.org/go/Talk:Features/Soas_V4/Remixability#Build_Your_Own_Remix
*4-) Create your own Remix.iso with one of the .ks files in the spin-kickstarts folder on your SCS Desktop
+
*4-) Create your own Remix.iso with one of the .ks files in the Desktop spin-kickstarts folder  
: edit the .ks file to add programs etc; save with new name in spin-kickstarts folder
+
: edit with gedit the .ks file to add programs etc; save with new name in spin-kickstarts folder
: Edit command to build to use new name of .ks and the label for the CD.
+
: '''save-as''' to use new name of your .ks and then copy that name inot the following commands in a new gedit file:
 +
 
 
  livecd-creator \
 
  livecd-creator \
 
  --config=/home/(user)/Desktop/spin-kickstarts/fedora-livecd-soas.ks \
 
  --config=/home/(user)/Desktop/spin-kickstarts/fedora-livecd-soas.ks \
  --fslabel=SCS-v(2-3-4)-dd/mm/year-Remix --cache=/var/cache/live --verbose
+
  --fslabel=SCS-v(2-3-4)-dd/mm/year-Remix --cache=/var/cache/live
: Run Build with livecd-to-disk and your .ks
+
:copy-paste the above edited command to a root terminal:
 +
cd Desktop
 +
# Desktop
 +
connect to internet and hit return and Build should begin..(up to 1 hr to finish )
 +
 
 
::Burn .iso to CD
 
::Burn .iso to CD
 
::Boot from new Remix
 
::Boot from new Remix
12,355

edits