
Today the desteny of WM5 is only to be replaced with Linux

Haret.. all you need is to press Run

Android on Loox N560

Installation of debian on Loox N560

Installation of debian on Loox N560





emsource --arch armel -b memtester
The command dpkg -l | grep zlib1g will show you:
dpkg-cross -a armel -i zlib1g-dev_1.2.3.3.dfsg-13em1_armel.deb
ii zlib1g-dev-armel-cross 1:1.2.3.3.dfsg-13em1
workingdir: /home/akshaal/.apt-cross-working-dir
dpkg-buildpackage -aarmel
cd /tmp;
mkdir grip/
sudo debootstrap --arch=arm --foreign lenny grip/ http://www.emdebian.org/grip/
cd grip/
sudo tar -czf /tmp/emdebian-grip-arm-debootstrap.tgz .
cfdisk /dev/sdX
mkfs.ext3 /dev/sdXy
mount /dev/sdXy /mnt
cd /mnt
tar zxpvf /tmp/emdebian-grip-arm-debootstrap.tgz
ln -s bin/sh init
cd /tmp
umount /mnt
cd /debootstrap
export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
run ./debootstrap --second-stage
dpkg --configure -a
rm /init
cd /
ln -s sbin/init init
echo 'nameserver 1.1.1.1' > /etc/resolv.conf
echo '127.0.0.1 localhost' > /etc/hosts
echo '172.16.0.2 myhost 172.16.0.2' >> /etc/hosts
echo 'myhost' > /etc/hostname
Make sure network is up and running. Then upgrade your installation:
ifconfig usb0 172.16.0.1 netmask 255.255.255.0
route add default gw 172.16.0.1
echo 'deb http://www.emdebian.org/grip/ sid main' > /etc/apt/sources.list
apt-get update
apt-get dist-upgrade
apt-get install ...whateveryoulike...
cat > /etc/network/interfaces
auto lo
iface lo inet loopback
allow-hotplug usb0
iface usb0 inet static
address 172.16.0.2
netmask 255.255.255.0
network 127.16.0.0
broadcast 172.16.0.255
gateway 172.16.0.1
dns-nameservers 1.1.1.1
dns-search your.domain