diff options
author | Svante Signell <svante.signell@gmail.com> | 2014-10-22 14:25:00 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2014-10-23 13:00:24 -0500 |
commit | 203b754f843fe6af0a40e983d557a9cdbc89f84b (patch) | |
tree | bc2cfdb441feb21382143baf22d49d1e8850e92a /etc | |
parent | 89c8a62a1078e770e12c47f06c8dbc9c2924e771 (diff) |
add missing files for GNU/Hurd
Diffstat (limited to 'etc')
-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? |