|
|
@ -8,9 +8,6 @@ SHOWINFO "start" |
|
|
|
|
|
|
|
mount -t proc proc /proc |
|
|
|
|
|
|
|
# update |
|
|
|
# FIXME |
|
|
|
|
|
|
|
# init system |
|
|
|
SHOWINFO "creating and mounting system directories..." |
|
|
|
mount -t sysfs sys /sys |
|
|
@ -52,9 +49,6 @@ if [ -e /var/backup_flash.tar.gz ]; then |
|
|
|
/bin/restore_flash.sh |
|
|
|
fi |
|
|
|
|
|
|
|
# update system |
|
|
|
# FIXME |
|
|
|
|
|
|
|
service hostname start |
|
|
|
|
|
|
|
# logging as much as possible |
|
|
|