diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-10-06 16:48:40 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-10-06 16:48:40 +0000 |
commit | aeb260428f54d707d98fa99c26b7e2f5056163aa (patch) | |
tree | 4c3b9d6d51842b0ca50bf642e49cc405f25371a5 /etc/rc | |
parent | 2c24977edbed141561602d6987c88c29ce44635c (diff) | |
download | pfsense-aeb260428f54d707d98fa99c26b7e2f5056163aa.zip pfsense-aeb260428f54d707d98fa99c26b7e2f5056163aa.tar.gz |
Restore keyboard checker helper. It actually worked but is causing the inital menu from appearing.
Diffstat (limited to 'etc/rc')
-rwxr-xr-x | etc/rc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -171,6 +171,7 @@ fi echo -n "Starting USB... " /usr/sbin/usbd 2>>/tmp/bootup_messages +/usr/local/sbin/kbdcheck echo "done." # let the PHP-based configuration subsystem set up the system now |