Talk:F11 for XO-1
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?
After some discussion on support-gang@ a working solution is:
git checkout --track -b xo-1 origin/xo-1
Cheerfully proving everything I already believe about git.
Build fails early:
kernel-2.6.30-20090621.1.olpc.db92a09.i586 from olpc-kernel has depsolving problems --> Missing Dependency: dracut is needed by package kernel-2.6.30-20090621.1.olpc.db92a09.i586 (olpc-kernel) kernel-2.6.30-20090621.1.olpc.db92a09.i586 from olpc-kernel has depsolving problems --> Missing Dependency: dracut is needed by package kernel-2.6.30-20090621.1.olpc.db92a09.i586 (olpc-kernel) /usr/lib/python2.6/site-packages/imgcreate/errors.py:45: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 return unicode(self.message) Error creating Live CD : Failed to build transaction : Missing Dependency: dracut is needed by package kernel-2.6.30-20090621.1.olpc.db92a09.i586 (olpc-kernel) make: *** [os1.iso] Error 1
--Adricnet 00:12, 17 July 2009 (UTC)
- Fixed now - git pull and try again
git reset --hard HEAD git pull make ...
PS - you don't need the --track option any more unless you've changed the defaults.
MartinDengler 03:02, 17 July 2009 (UTC)