mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
If a usb keyboard is detected, start installer with a cons25 console type
This commit is contained in:
parent
e393a4a86f
commit
c26023b4bb
@ -96,8 +96,12 @@ case ${opmode} in
|
||||
98)
|
||||
/etc/rc.initial.store_config_to_removable_device
|
||||
;;
|
||||
99)
|
||||
/scripts/lua_installer
|
||||
99)
|
||||
if [ -e /dev/ukbd0 ]; then
|
||||
env TERM=cons25 /scripts/lua_installer
|
||||
else
|
||||
/scripts/lua_installer
|
||||
fi
|
||||
;;
|
||||
100)
|
||||
if grep "$WORD" "$CONFIG"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user