Talk:F11 for XO-1

From OLPC
Revision as of 19:34, 16 July 2009 by Adricnet (talk | contribs) (S'not working)
Jump to: navigation, search

Interesting How To...

Not sure I'm up to doing it/ taking it on. but nice to know it's available for keeping those with older hardware in the loop...

I've been calling the XO 1.5 a Fat XO in the Mac tradition, same form factor / box, but different... Maybe Prodigy XO? It's same kid size, but smarter ;-/

danceswithcars 16:53, 14 July 2009 (UTC)


git checkout xo-1 FAILS, no joy ;-( ...

danceswithcars 17:42, 14 July 2009 (UTC)

more specifically, fails in the following way:

git checkout xo-1
fatal: Not a git repository (or any of the parent directories): .git

danceswithcars 23:19, 14 July 2009 (UTC)

S'not working?

At Seth's suggestion, this worked, I think?

 [hatman@efeleven ~]$ cd fedora-xo/
 [hatman@efeleven fedora-xo]$ git reset 53b659b19e5d763452dc95d2d845be36b679c7ca
 Makefile: locally modified
 livecd-iso-to-xo.sh: locally modified
 olpc-base.ks: locally modified
 olpc-desktop.ks: locally modified
 [hatman@efeleven fedora-xo]$ git reset --hard
 HEAD is now at 53b659b disable pulseaudio (#9365)
 [hatman@efeleven fedora-xo]$ git branch xo-1
 [hatman@efeleven fedora-xo]$ git checkout xo-1
 Switched to branch 'xo-1'
 [hatman@efeleven fedora-xo]$ ls
 build                Makefile      olpc-desktop.ks  olpc-xfce.ks
 livecd-iso-to-xo.sh  olpc-base.ks  olpc-lxde.ks 
 [hatman@efeleven fedora-xo]$ git branch
   master
 * xo-1

--Adricnet 23:34, 16 July 2009 (UTC)