#!/bin/ash mount -t proc proc /proc mount -t sysfs sys /sys mdev -s mkdir /dev/pts mount -t devpts -o gid=5,mode=620 /dev/pts /dev/pts mkdir /dev/input mknod /dev/input/mice c 13 63 rm -r /var/run/* crestmount #echo "SLEEPING BEFORE WE START NETWORKING!" #(totally makes no difference, really) #sleep 30 networking_start echo "Enabled networking for the internet" echo "Inserting VGA module" modprobe uvesafb mode_option=1024x768-32 mknod /dev/fb0 c 29 0 #modprobe vga16fb echo "Done with sys init"