Add a misc var section and add unicode to it.
This commit is contained in:
parent
6d23d11a90
commit
68a42629d7
14
etc/rc.conf
14
etc/rc.conf
@ -41,9 +41,6 @@ rc_coldplug="YES"
|
|||||||
# This allows net.wlan and any service not matching net.* to be plugged.
|
# This allows net.wlan and any service not matching net.* to be plugged.
|
||||||
rc_plug_services=""
|
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
|
# 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
|
# shutdown process. For example, fsck will automatically be run or volumes
|
||||||
# remounted to create proper directory trees. This feature can be dangerous
|
# remounted to create proper directory trees. This feature can be dangerous
|
||||||
@ -55,6 +52,16 @@ rc_force_auto="NO"
|
|||||||
# /var/log/rc.log
|
# /var/log/rc.log
|
||||||
rc_logger="NO"
|
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
|
# SERVICE CONFIGURATION VARIABLES
|
||||||
# These variables are documented here, but should be configured in
|
# These variables are documented here, but should be configured in
|
||||||
@ -74,3 +81,4 @@ rc_logger="NO"
|
|||||||
#rc_use="net.eth0"
|
#rc_use="net.eth0"
|
||||||
#rc_after="clock"
|
#rc_after="clock"
|
||||||
#rc_before="local"
|
#rc_before="local"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user