unix/fiss-linux

etc/rc.conf in master
Repositories | Summary | Log | Files | LICENSE

rc.conf (1363B) download


 1# /etc/rc.conf - system configuration for void
 2
 3# Set the host name.
 4#
 5# NOTE: it's preferred to declare the hostname in /etc/hostname instead:
 6# 	- echo myhost > /etc/hostname
 7#
 8#HOSTNAME="void-live"
 9
10# Set RTC to UTC or localtime.
11#HARDWARECLOCK="UTC"
12
13# Set timezone, availables timezones can be found at /usr/share/zoneinfo.
14#
15# NOTE: it's preferred to set the timezone in /etc/localtime instead:
16#  - ln -sf /usr/share/zoneinfo/<timezone> /etc/localtime
17# Setting the timezone here requires a reboot to apply any changes/fixes
18# and read-write access to the filesystem.
19#
20#TIMEZONE="Europe/Madrid"
21
22# Keymap to load, see loadkeys(8).
23#KEYMAP="es"
24
25# Console font to load, see setfont(8).
26#FONT="lat9w-16"
27
28# Console map to load, see setfont(8).
29#FONT_MAP=
30
31# Font unimap to load, see setfont(8).
32#FONT_UNIMAP=
33
34# Amount of ttys which should be setup.
35#TTYS=
36
37# Set the mode for cgroup mounts.
38# hybrid: mount cgroup v1 under /sys/fs/cgroup and
39#         cgroup v2 under /sys/fs/cgroup/unified
40# legacy: mount cgroup v1 /sys/fs/cgroup
41# unified: mount cgroup v2 under /sys/fs/cgroup
42#CGROUP_MODE=hybrid
43
44# Set this to true only if you do not want seed files to actually credit the
45# RNG, for example if you plan to replicate this file system image and do not
46# have the wherewithal to first delete the contents of /var/lib/seedrng.
47#SEEDRNG_SKIP_CREDIT=false