Compare commits
No commits in common. "3145d5a75c6df2705d80b27143c19e6cc956cf62" and "edbc2280f39f86e8a2cbcbd77b3060ba5770b0e7" have entirely different histories.
3145d5a75c
...
edbc2280f3
|
@ -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/mkdir -p /proc /run /dev/pts /dev/shm /sys
|
|
||||||
::sysinit:/bin/mount -t devpts devpts /dev/pts
|
::sysinit:/bin/mount -t devpts devpts /dev/pts
|
||||||
|
::sysinit:/bin/mkdir -p /proc /run /dev/pts /dev/shm /sys
|
||||||
::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 console
|
# Put a shell on serial and tmux on the console
|
||||||
console::respawn:-/bin/bash
|
console::respawn:-/bin/bash
|
||||||
ttyS0::respawn:-/bin/bash
|
ttyS0::respawn:-/bin/bash
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue