![]() |
2011-05-17
, 16:12
|
Posts: 805 |
Thanked: 1,605 times |
Joined on Feb 2010
@ Gdynia, Poland
|
#232
|
Thanks for the quick answer misiak.
I did an "mv bt5.img bt5.ext3" but it shows the same output, only with "fs type is ext3", but then the same than before error shows up :-/. Thanks anyways.
If someone more knows whats happening, just tell me.
EDIT:
BTW trying to qchroot in MyDocs's VFAT partition, it is ok?
deb http://all.repository.backtrack-linux.org revolution main microverse non-free testing deb http://source.repository.backtrack.linux.org revolution main microverse non-free testing deb http://armel.repository.backtrack-linux.org revolution main microverse non-free testing
![]() |
2011-05-17
, 17:03
|
Posts: 1,163 |
Thanked: 1,873 times |
Joined on Feb 2011
@ The Netherlands
|
#233
|
![]() |
2011-05-17
, 17:18
|
Posts: 805 |
Thanked: 1,605 times |
Joined on Feb 2010
@ Gdynia, Poland
|
#234
|
Misiak that would be nice too, I already was thinking of making a Backtrack version from Easy Debian. Didn't do anything yet, just some thinking
![]() |
2011-05-17
, 17:34
|
Posts: 1,163 |
Thanked: 1,873 times |
Joined on Feb 2011
@ The Netherlands
|
#235
|
![]() |
2011-05-17
, 23:51
|
|
Posts: 2,427 |
Thanked: 2,986 times |
Joined on Dec 2007
|
#237
|
deb http://repository.maemo.org/ fremantle/sdk free non-free deb http://repository.maemo.org/ fremantle/tools free non-free
sudo apt-get update sudo apt-get install file file <file path>
Linux rev 1.0 ext2 filesystem data (large files)
The Following User Says Thank You to daperl For This Useful Post: | ||
![]() |
2011-05-17
, 23:57
|
Posts: 805 |
Thanked: 1,605 times |
Joined on Feb 2010
@ Gdynia, Poland
|
#238
|
# n900 Maemo part sudo gainroot mount /path/to/img/file/or/partition /mnt/bt5 cd /mnt/bt5 tar -xf /path/to/downloaded/backtrackscripts.tar mount -o bind /dev /mnt/bt5/dev mount -o bind /proc /mnt/bt5/proc mount -t devpts none /mnt/bt5/dev/pts mount -o bind /tmp /mnt/bt5/tmp mount -o bind /var/tmp /mnt/bt5/var/tmp mount -o bind /dev/shm /mnt/bt5/dev/shm mount -o bind /sys /mnt/bt5/sys leafpad /mnt/bt5/etc/apt/sources.list # now uncomment (remove "#" from the beggining of) all lines beginning with "deb" # save the file, exit # so now into chroot chroot /mnt/bt5 apt-get update apt-get install xserver-xephyr wmctrl useradd -m misiak su -c xephwm5 misiak
The Following User Says Thank You to misiak For This Useful Post: | ||
![]() |
2011-05-18
, 01:01
|
|
Posts: 50 |
Thanked: 12 times |
Joined on Aug 2010
@ Greece
|
#239
|
![]() |
2011-05-18
, 01:55
|
Posts: 40 |
Thanked: 15 times |
Joined on May 2011
|
#240
|
@Sequel7
Post a reply with your script attached or the pastie link.Just to get my thanx and the credits you deserve
I've actually not been using the qchroot method, I've been using the bootbt script, modified as detailed on my blog - https://seventhoctober.net/2011/05/b...on-nokia-n900/
You might trying doing it that way. It shouldn't make any difference, but maybe it does.
I did an "mv bt5.img bt5.ext3" but it shows the same output, only with "fs type is ext3", but then the same than before error shows up :-/. Thanks anyways.
If someone more knows whats happening, just tell me.
EDIT:
BTW trying to qchroot in MyDocs's VFAT partition, it is ok?