#!/bin/bash #echo "now making framebuffer node" #mknod /dev/fb0 c 29 0 #mkdir #echo "making temp filesystem for brwoserey stuff" #mount -t tmpfs tmpfs /.qws/share/data/Trolltech/demobrowser #echo "remounting root read-write" #mount /dev/sdb1 / -o remount,rw #echo "now comes browsing..maybe..." #/bin/bash /bin/browser -qws > /tmp/browseout.txt /bin/bash /bin/sync