Add a misc var section and add unicode to it.

This commit is contained in:
Roy Marples 2007-12-27 16:54:10 +00:00
parent 6d23d11a90
commit 68a42629d7

View File

@ -41,9 +41,6 @@ rc_coldplug="YES"
# This allows net.wlan and any service not matching net.* to be plugged.
rc_plug_services=""
# Define network fstypes. Below is the default.
net_fs_list="afs cifs coda davfs fuse gfs ncpfs nfs nfs4 ocfs2 shfs smbfs"
# rc_force_auto tries its best to prevent user interaction during the boot and
# shutdown process. For example, fsck will automatically be run or volumes
# remounted to create proper directory trees. This feature can be dangerous
@ -55,6 +52,16 @@ rc_force_auto="NO"
# /var/log/rc.log
rc_logger="NO"
##############################################################################
# MISC CONFIGURATION VARIABLES
# There variables are shared between many init scripts
# Set unicode to YES to turn on unicode support for keyboards and screens.
unicode="NO"
# Network fstypes. Below is the default.
net_fs_list="afs cifs coda davfs fuse gfs ncpfs nfs nfs4 ocfs2 shfs smbfs"
##############################################################################
# SERVICE CONFIGURATION VARIABLES
# These variables are documented here, but should be configured in
@ -74,3 +81,4 @@ rc_logger="NO"
#rc_use="net.eth0"
#rc_after="clock"
#rc_before="local"