|
@@ -14,12 +14,12 @@
|
|
|
# process == program to run
|
|
|
|
|
|
# Startup the system
|
|
|
-null::sysinit:/bin/mount -t proc proc /proc
|
|
|
-null::sysinit:/bin/mount -o remount,rw /
|
|
|
-null::sysinit:/bin/mkdir -p /dev/pts
|
|
|
-null::sysinit:/bin/mkdir -p /dev/shm
|
|
|
-null::sysinit:/bin/mount -a
|
|
|
-null::sysinit:/bin/hostname -F /etc/hostname
|
|
|
+::sysinit:/bin/mount -t proc proc /proc
|
|
|
+::sysinit:/bin/mount -o remount,rw /
|
|
|
+::sysinit:/bin/mkdir -p /dev/pts
|
|
|
+::sysinit:/bin/mkdir -p /dev/shm
|
|
|
+::sysinit:/bin/mount -a
|
|
|
+::sysinit:/bin/hostname -F /etc/hostname
|
|
|
# now run any rc scripts
|
|
|
::sysinit:/etc/init.d/rcS
|
|
|
|