View Single Post
b-man's Avatar
Posts: 549 | Thanked: 502 times | Joined on Feb 2008 @ Bowling Green Ohio (united states)
#198
Originally Posted by www.rzr.online.fr View Post
what about ubuntu karmic ? anyone tested it on nit ? any .img is welcome
I'll look into making a port of Ubuntu karmic once i get my N900

at the moment, i don't have any practical way of creating new rootstrap images of ubuntu - and trying to bootstrap an arm system on an i686 machine is a huge pain in the a** - even with an emulated arm environment with scratchbox and qemu

but until then, i'd suggest that you use the first post of this thread as a reference to get you started

update:

here's the command necessary for bootstraping ubuntu karmic (where as $ROOT is the location of your mounted rootfs partition - e.g: /mnt/karmic)

Code:
debootstrap --include="language-pack-en,language-pack-en-base,dmsetup,cryptsetup,hashalot,nano,sudo" --components=main,multiverse,universe,restricted --verbose --arch=armel karmic $ROOT http://ports.ubuntu.com/ /usr/share/debootstrap/scripts/karmic
__________________
I'm an advanced user and a bit of a modder.
----------------------------------------------
I am involved with Mer, Deblet, and NITdroid.
My ports/creations/hacks: GNOME (for Deblet), Cdeb2», Ubuntu, playable flash games in the "Get Started" app, DBS, ect...


enhanced fedora port has been canceled in favor of NITDebian (TBA)

Last edited by b-man; 2009-10-17 at 02:07.