BASH
59
inst1
Guest on 29th April 2022 03:11:16 PM
#!/bin/sh
hwclock --hctosys --utc
mount -oremount,noatime /
# tskeys are buggy
killall tskeys
mv /usr/bin/tskeys /usr/bin/tskeys.dist
/etc/init.d/gpe-dm stop
swapon /home/swap
# fire wlan0 up manually. You MUST exit for your network.
prism2_srec -rp wlan0 /lib/firmware/rf010704.hex
killall wpa_supplicant
wpa_supplicant -B -i wlan0 -c ~/files/private/etc/wpa_supplicant.conf -D hostap
sleep 1
ifconfig wlan0 up
iwconfig wlan0 essid UTX
iwconfig wlan0 key off
iwconfig wlan0 power 300us
iwconfig wlan0 nick Zaurus
udhcpc -i wlan0