English keyboard has '/' in the '-' key, '-' on 'ß', and '|' on shift-'ä'. Also, 'y' and 'z' are switched.
mount /dev/mmcblk0p1 /mnt/sd mount /dev/mtdblock9 /mnt/mtd tar xzf /mnt/sd/extpart.tgz -C /mnt/mtd
wi-on:
#!/bin/sh modprobe rt3070sta sleep 2 wpa_supplicant -B -Dwext -ira0 -c /etc/wpa_supplicant.conf -P /var/run/wpa_supplicant.pid dhclient -pf /var/run/dhclient-ra0.pid ra0
wi-off:
#!/bin/sh kill `cat /var/run/dhclient-ra0.pid` kill `cat /var/run/wpa_supplicant.pid` ifconfig ra0 down sleep 1 rmmod rt3070sta
jaykeys-de.kmap.part:
keycode 12 = ssharp question backslash keycode 13 = udiaeresis Udiaeresis keycode 26 = acute grave keycode 27 = plus asterisk tilde keycode 39 = odiaeresis Odiaeresis keycode 40 = numbersign apostrophe keycode 43 = adiaeresis Adiaeresis keycode 127 = AltGr
mkdir /var/log/apt apt-get update # ignore GPG error about signatures that could not be verified. apt-get upgrade # confirm installation from unverifyable sources apt-get install console-setup console-tools locales keyboard-configuration localization-config info ssh less openssh-blacklist-extra subversion elinks gpm gcc g++ make patch autoconf automake libtool flex bison gdb gcc-doc binutils-doc manpages-dev autoconf-doc bison-doc gdb-doc libtool-doc make-doc perl-doc doc-base gcc-doc-base python2.6-doc libstdc++6-4.4-doc rsync rcs dpkg-reconfigure -a
gpg --allow-non-selfsigned-uid --recv-keys aed4b06f473041fa gpg --armor --export aed4b06f4730141fa | apt-key add -
