mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
sdk: make install_key to work in target intel_mips as well.
This commit is contained in:
parent
c8ba32bc7d
commit
ae520f39fb
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ 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 "ttyS0::askfirst:/bin/ash --login" >>files/etc/inittab
|
||||
echo "console::askfirst:/bin/cttyhack /bin/ash --login" >>files/etc/inittab
|
||||
|
||||
echo Done
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue