summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-13 19:30:45 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-13 19:30:45 +0000
commite15abfedcb65fae481b882f9b404ef607a119459 (patch)
tree85e2a498905b2061807f6f0330b306f5f1384336 /etc/rc.initial
parent509a81958b68b6372b9a7bfcdda43217356af00c (diff)
downloadpfsense-e15abfedcb65fae481b882f9b404ef607a119459.zip
pfsense-e15abfedcb65fae481b882f9b404ef607a119459.tar.gz
Add option 13 to change keyboard mapping for our friends across the pond
Diffstat (limited to 'etc/rc.initial')
-rwxr-xr-xetc/rc.initial4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index 819806d..1e79e79 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -73,6 +73,7 @@ echo " 8) Shell"
echo " 9) PFtop"
echo "10) Filter Logs"
echo "11) Restart webConfigurator"
+echo "12) Change keyboard mapping"
if [ -f /var/db/pfi/capable_* ]; then
if [ ! -L /cf/conf ]; then
echo "98) Move configuration file to removable device"
@@ -126,6 +127,9 @@ case ${opmode} in
11)
/etc/rc.restart_webgui
;;
+12)
+ /usr/sbin/kbdmap
+ ;;
98)
if [ ! -f /tmp/config_moved ]; then
/etc/rc.initial.store_config_to_removable_device
OpenPOWER on IntegriCloud