diff options
Diffstat (limited to 'etc/rc.conf.GNU')
-rw-r--r-- | etc/rc.conf.GNU | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/rc.conf.GNU b/etc/rc.conf.GNU new file mode 100644 index 00000000..a9f054ae --- /dev/null +++ b/etc/rc.conf.GNU @@ -0,0 +1,14 @@ +############################################################################## +# GNU/Hurd SPECIFIC OPTIONS + +# This is the subsystem type. Valid options on GNU/Hurd: +# "" - nothing special +# "subhurd" - Hurd subhurds (to be checked) +# If this is commented out, automatic detection will be used. +# +# This should be set to the value representing the environment this file is +# PRESENTLY in, not the virtualization the environment is capable of. +#rc_sys="" +# This is the number of tty's used in most of the rc-scripts (like +# consolefont, numlock, etc ...) +#rc_tty_number=6? |