As /etc/sysconfig and /etc/rc.i386 is now, you can't modify the syscons

bell type on boot. Slightly annoying when your system doesn't have a speaker.
This adds a `keybell' frob for setting it.  Closes PR#2519

Submitted-By: Jonathan Mini <mini@hydrogen.nike.efn.org>
This commit is contained in:
jkh 1997-01-24 10:12:45 +00:00
parent 0fb36a0fa1
commit 4894a222c0
3 changed files with 13 additions and 0 deletions

View File

@ -44,6 +44,11 @@ if [ "X${keyrate}" != X"NO" ]; then
echo -n ' keyrate'; kbdcontrol <${kbddev} -r ${keyrate}
fi
# bell style
if [ "X${keybell}" != X"NO" ]; then
echo -n ' keybell'; kbdcontrol <${kbddev} -b ${keybell}
fi
# change function keys
if [ "X${keychange}" != X"NO" ]; then
echo -n " keychange"

View File

@ -44,6 +44,11 @@ if [ "X${keyrate}" != X"NO" ]; then
echo -n ' keyrate'; kbdcontrol <${kbddev} -r ${keyrate}
fi
# bell style
if [ "X${keybell}" != X"NO" ]; then
echo -n ' keybell'; kbdcontrol <${kbddev} -b ${keybell}
fi
# change function keys
if [ "X${keychange}" != X"NO" ]; then
echo -n " keychange"

View File

@ -28,6 +28,9 @@ keychange=NO
# Desired cursor type {normal|blink|destructive}, NO if no change
cursor=NO
# Desired cursor type {duration.pitch|normal|visual}, NO if no change
keybell=NO
# Choose screen map from /usr/share/syscons/scrnmaps/* (or NO for none)
scrnmap=NO