diff options
Diffstat (limited to 'etc/rc.conf.Linux')
-rw-r--r-- | etc/rc.conf.Linux | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.conf.Linux b/etc/rc.conf.Linux index 9a6e1ab2..9b5859a0 100644 --- a/etc/rc.conf.Linux +++ b/etc/rc.conf.Linux @@ -1,3 +1,6 @@ +############################################################################## +# LINUX SPECIFIC OPTIONS + # This is the subsystem type. Valid options on Linux: # "" - nothing special # "lxc" - Linux Containers @@ -15,9 +18,6 @@ # PRESENTLY in, not the virtualization the environment is capable of. rc_sys="@RC_SYS_DEFAULT@" -############################################################################## -# LINUX SPECIFIC OPTIONS - # This is the number of tty's used in most of the rc-scripts (like # consolefont, numlock, etc ...) rc_tty_number=12 |