Text only
07 Jun 2010
 
 
Tools: wrap/unwrap  
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
#!/bin/sh
umask 022
mount -n -t proc proc /proc
mount -n -t sysfs sysfs /sys
swapon -a
mount -n -o remount,rw /