mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
busybox: use /bin/sh anstead /bin/bash
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -31,5 +31,5 @@ echo "## ...... switch with ctrl-alt-f$TTY ...... ##"
|
||||
echo "###########################################"
|
||||
|
||||
while true; do
|
||||
exec /sbin/getty -n -l /bin/bash 38400 tty$TTY
|
||||
exec /sbin/getty -n -l /bin/sh 38400 tty$TTY
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user