Revision 509a8195
Added by Scott Ullrich about 19 years ago
etc/inc/config.inc | ||
---|---|---|
1013 | 1013 |
} |
1014 | 1014 |
} |
1015 | 1015 |
|
1016 |
if(file_exists("/usr/sbin/kbdmap")) { |
|
1017 |
echo "Would you like to change the keyboard mapping [n]? "; |
|
1018 |
if (strcasecmp(chop(fgets($fp)), "y") == 0) |
|
1019 |
exec("/usr/sbin/kbdmap"); |
|
1020 |
} |
|
1021 |
|
|
1016 | 1022 |
echo <<<EOD |
1017 | 1023 |
|
1018 | 1024 |
Do you want to set up VLANs first? |
Also available in: Unified diff
Add ability to change keyboard mapping for all the users across the big pond.