#!/bin/sh
mount -o remount,rw /
cd /usr/bin
wget http://archlinuxarm.org/os/tp2/fw_printenv
chmod +x fw_printenv
ln -s fw_printenv fw_setenv
wget http://archlinuxarm.org/os/tp2/fw_env.config -O /etc/fw_env.config
cd /tmp
mount -o remount,ro /
