User:Humitos/SugarOnAStick: Difference between revisions

Humitos (talk | contribs)
mNo edit summary
 
(7 intermediate revisions by one other user not shown)
Line 25: Line 25:
* Run the virtual machine
* Run the virtual machine


  qemu-kvm -m 1024 -k es -cdrom Fedora-17-x86_64-Live-SoaS.iso -boot d
  qemu-kvm -hda qcow2 sugar-on-a-stick.qcow2 -m 1024 -cdrom Fedora-17-x86_64-Live-SoaS.iso -boot d


= Installing Sugar on the hard drive =
= Installing Sugar on the hard drive =


* After running the last command and setting up your name you will be on Sugar itself
* After running the last command and setting up your name you will be on Sugar itself
* Open Terminal Activity
* Open Terminal Activity and click on the '''Become root''' icon or type ''su -''
* Run this command to lunch the installer
* Run this command to lunch the installer


Line 45: Line 45:


  sudo yum install git vim emacs
  sudo yum install git vim emacs
<div style="background-color:#a0ff93; border:1px solid #cdf; padding:6px 14px;">
''NOTE: add some information here about how to edit a file and create a patch, maybe downloading the git repo or the simplest case, editing the original activity directly. Add some useful links to code review o those kind of things''
</div>


= References =
= References =


* [[Sugar_Creation_Kit/sck/liveinst]]
* [[Tutorials/Installation/Install with liveinst]]
* [[Sugar_on_a_Stick/Downloads]]
* [[Sugar_on_a_Stick/Downloads]]
[[Category:Sugar_on_a_Stick]]
[[Category:Developer]]