|
@@ -16,8 +16,7 @@
|
|
# Startup the system
|
|
# Startup the system
|
|
::sysinit:/bin/mount -t proc proc /proc
|
|
::sysinit:/bin/mount -t proc proc /proc
|
|
::sysinit:/bin/mount -o remount,rw /
|
|
::sysinit:/bin/mount -o remount,rw /
|
|
-::sysinit:/bin/mkdir -p /dev/pts
|
|
|
|
-::sysinit:/bin/mkdir -p /dev/shm
|
|
|
|
|
|
+::sysinit:/bin/mkdir -p /dev/pts /dev/shm
|
|
::sysinit:/bin/mount -a
|
|
::sysinit:/bin/mount -a
|
|
::sysinit:/bin/hostname -F /etc/hostname
|
|
::sysinit:/bin/hostname -F /etc/hostname
|
|
# now run any rc scripts
|
|
# now run any rc scripts
|