
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


From version 5 of backtrack they use 10.04, Backtrack 4 used 9.04 if I recall correctly when I was using backtrack on my laptop some time ago
Then I got a N900 and stopped playing with backtrack but still dreaming to run it on the N900. Now its possible
| The Following User Says Thank You to SuperDumb For This Useful Post: | ||
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: | ||
)... Probably due to N900 out of RAM (it was reaching 100% at the moment of reboot), but I need to investigate further. What I did (if you want to follow, first download the backtrackscripts.tar file attached to this post, these are modified Easy Debian scripts):# 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: | ||
