mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
sdk: Delay serial console login prompt until boot has finished.
This commit is contained in:
parent
a2932315c3
commit
0bdd4644e5
1 changed files with 2 additions and 2 deletions
|
|
@ -9,8 +9,8 @@ function install_key {
|
|||
|
||||
echo "::sysinit:/etc/init.d/rcS S boot" >files/etc/inittab
|
||||
echo "::shutdown:/etc/init.d/rcS K shutdown" >>files/etc/inittab
|
||||
echo "tty/0::askfirst:/bin/ash --login" >>files/etc/inittab
|
||||
echo "console::askfirst:/bin/cttyhack /bin/ash --login" >>files/etc/inittab
|
||||
echo "tty/0::askconsolelate:/bin/ash --login" >>files/etc/inittab
|
||||
echo "console::askconsolelate:/bin/cttyhack /bin/ash --login" >>files/etc/inittab
|
||||
|
||||
echo Done
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue