|
2013-06-30
, 21:57
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#2952
|
mkdir /tmp/debian-temp mount /home/user/MyDocs/your-easy-debian-image-file.ext3 /tmp/debian-temp mount /dev/mmcblk1p1 /.debian cp -a /tmp/debian-temp/* /.debian/ #after copying ends umount /.debian umount /tmp/debian-temp #be careful with typos in next command! rm -r /tmp/debian-temp
|
2013-07-01
, 07:01
|
|
Posts: 584 |
Thanked: 700 times |
Joined on Jan 2010
|
#2953
|
The Following User Says Thank You to fw190 For This Useful Post: | ||
|
2013-07-01
, 07:03
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#2954
|
That one is quite self-explanatory - it seems like you don't have (under Maemo) directory /.debian. Create it.
*If* it still doesn't work after that (and error about /.debian/var/run/pulse not existing still shows up), check, if you have /var/run/pule in the package you've downloaded. If not, there is something wrong with it.
Frankly, I have no clue what this debian-5-chroot-rootfs.tar.bz2 thing is - for sure, ti wasn't created by me. I don't know if you, accidentally, haven't decided to try some qole's unfinished WIP chroot content, not meant for end-users.
You should rather try one of provided images (*.ext3 or *.ext2 files), mount it, and extract it content to your partition.
/Estel
|
2013-07-01
, 11:49
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#2955
|
The Following User Says Thank You to marmistrz For This Useful Post: | ||
|
2013-07-01
, 11:55
|
|
Posts: 584 |
Thanked: 700 times |
Joined on Jan 2010
|
#2956
|
usyBox v1.10.2 (Debian 3:1.10.2.legal-1osso31+0cssu0) built-in shell (ash) Enter 'help' for a list of built-in commands. Nokia-N900:~# mount /home/user/MyDocs/debian-m5-estel.img.ext3 mount: can't find /home/user/MyDocs/debian-m5-estel.img.ext3 in /etc/fstab Nokia-N900:~# /tmp/debian-temp -sh: /tmp/debian-temp: Permission denied Nokia-N900:~#
|
2013-07-01
, 12:04
|
|
Posts: 6,447 |
Thanked: 20,981 times |
Joined on Sep 2012
@ UK
|
#2957
|
The Following User Says Thank You to pichlo For This Useful Post: | ||
|
2013-07-01
, 12:46
|
|
Posts: 584 |
Thanked: 700 times |
Joined on Jan 2010
|
#2958
|
|
2013-07-01
, 13:10
|
Posts: 432 |
Thanked: 917 times |
Joined on Jun 2011
|
#2959
|
|
2013-07-01
, 13:30
|
|
Posts: 584 |
Thanked: 700 times |
Joined on Jan 2010
|
#2960
|
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso31+0cssu0) built-in shell (ash) Enter 'help' for a list of built-in commands. Nokia-N900:~# mount -t ext3 /home/user/MyDocs/debian-m5-estel.img.ext3 /tmp/debian-temp mount: mounting /dev/loop0 on /tmp/debian-temp failed: Device or resource busy Nokia-N900:~#
The Following User Says Thank You to fw190 For This Useful Post: | ||
Tags |
beta, debian, easy debian, extras-devel, fremantle, i <3 qole, squeeze |
Thread Tools | |
|
Estel - if I understand it corect I should download the image, put it in MyDocs and then remove unwanted software to shrink it? Should I do it with provided synaptics? Which packages to remove to shrink it to about 2,1GB? Libre and Chromium are must. Gimp would be nice If I uninstall the software how to extract everything from the image so I can put it into the partition on sd? Should I do it on my lubuntu with some archive manager?
per ardua ad astra
Last edited by fw190; 2013-06-30 at 20:59.