|
2009-06-01
, 21:54
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#692
|
|
2009-06-02
, 21:40
|
Posts: 33 |
Thanked: 5 times |
Joined on Feb 2009
|
#693
|
Hi Empire and D'ohboy:
Here is a new step-by-step, using the new scripts that I've written since that old how-to. These steps replace #2 to #5.
1. Gain root.
2. Mount your image file on /floppy (put the name of your image file in the command, if it is different than the one I use):Code:sudo su -
3. Mount your empty partition on /opt (use the correct partition here):Code:qmount /media/mmc2/debian-squeeze.img.ext2 /floppy
4. Copy all the files from your image file to the partition:Code:qmount /dev/mmcblk1p2 /opt
5. Unmount everything:Code:tar cf - -C /floppy . | tar xvf - -C /opt
You don't need to reboot anymore.Code:qumount /floppy qumount /opt
You still have to point your .chroot file to the new partition as in the howto above.
(EDIT: I'm just doing this procedure in reverse right now, for my new Easy Mer. I've set everything up in a partition, now I'm copying it all into an image file for distribution.)
|
2009-06-02
, 21:47
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#694
|
sudo closechroot sudo debian
The Following User Says Thank You to qole For This Useful Post: | ||
|
2009-06-02
, 22:09
|
Posts: 28 |
Thanked: 8 times |
Joined on Mar 2008
|
#695
|
Hmm. Looks like I do have
repository.maemo.org/ chinook free non-free
I wonder when that got added!
|
2009-06-02
, 22:17
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#696
|
|
2009-06-02
, 22:26
|
Posts: 33 |
Thanked: 5 times |
Joined on Feb 2009
|
#697
|
|
2009-06-02
, 23:35
|
Posts: 28 |
Thanked: 8 times |
Joined on Mar 2008
|
#698
|
|
2009-06-04
, 10:28
|
Posts: 1 |
Thanked: 0 times |
Joined on Jun 2009
|
#699
|
Easy Debian Without The Apps:
For those who want the only the basic Debian system, you can do things manually. "Easy Debian" without the "Easy"
Here is my minimum Debian file system: basic-debian-chroot-fs.tar.bz2 (54MB download)
This is the filesystem I used to build the current Easy Debian package on. It has all of the repositories and basic system packages in place.
You can either put this into a partition, or you can grab the empty image file, extract it to your SD card (eg, /media/mmc1), and then, as root, mount it like so (so you get the turbo speed):
Code:insmod /lib/modules/2.6.21-omap1/dm-mod.ko insmod /lib/modules/2.6.21-omap1/dm-loop.ko dmlosetup loop0 /media/mmc1/debian.img.ext2 mount -t ext2 /dev/dm-0 /debian -o noatime
Nokia-N810-43-7:/media/mmc1# mount -t ext2 /dev/dm-0 /debian -o noatime mount: mounting /dev/dm-0 on /debian failed
|
2009-06-04
, 16:25
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#700
|
qmount /media/mmc1/debian.img.ext2 /debian
repository.maemo.org/ chinook free non-free
I wonder when that got added!
I also have catalogue.tableteer.nokia.com/certified
and catalogue.tableteer.nokia.com/non-certified but I suspect the one above is where it downloaded it from.