Compare commits
2 Commits
edbc2280f3
...
3145d5a75c
Author | SHA1 | Date |
---|---|---|
|
3145d5a75c | |
|
e5d5ca37ec |
|
@ -9,8 +9,8 @@
|
||||||
|
|
||||||
# Startup the system
|
# Startup the system
|
||||||
::sysinit:/bin/mount -t devtmpfs devtmpfs /dev
|
::sysinit:/bin/mount -t devtmpfs devtmpfs /dev
|
||||||
::sysinit:/bin/mount -t devpts devpts /dev/pts
|
|
||||||
::sysinit:/bin/mkdir -p /proc /run /dev/pts /dev/shm /sys
|
::sysinit:/bin/mkdir -p /proc /run /dev/pts /dev/shm /sys
|
||||||
|
::sysinit:/bin/mount -t devpts devpts /dev/pts
|
||||||
::sysinit:/bin/mount -t sysfs sysfs /sys
|
::sysinit:/bin/mount -t sysfs sysfs /sys
|
||||||
::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 /
|
||||||
|
@ -22,7 +22,7 @@ null::sysinit:/bin/ln -sf /proc/self/fd/2 /dev/stderr
|
||||||
# now run any rc scripts
|
# now run any rc scripts
|
||||||
::sysinit:/etc/init.d/rcS
|
::sysinit:/etc/init.d/rcS
|
||||||
|
|
||||||
# Put a shell on serial and tmux on the console
|
# Put a shell on serial and console
|
||||||
console::respawn:-/bin/bash
|
console::respawn:-/bin/bash
|
||||||
ttyS0::respawn:-/bin/bash
|
ttyS0::respawn:-/bin/bash
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue