[configs/releng] Remove old option from rc.conf
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
parent
f769fed16c
commit
729e110eea
@ -11,7 +11,6 @@ KEYMAP_DEFAULT="us"
|
||||
CONSOLEFONT_DEFAULT=
|
||||
CONSOLEMAP_DEFAULT=
|
||||
USECOLOR_DEFAULT="yes"
|
||||
VERBOSE_DEFAULT="3"
|
||||
|
||||
LOCALE="$(kernel_cmdline locale ${LOCALE_DEFAULT})"
|
||||
DAEMON_LOCALE="$(kernel_cmdline daemon_locale ${DAEMON_LOCALE_DEFAULT})"
|
||||
@ -21,7 +20,6 @@ KEYMAP="$(kernel_cmdline keymap ${KEYMAP_DEFAULT})"
|
||||
CONSOLEFONT="$(kernel_cmdline consolefont ${CONSOLEFONT_DEFAULT})"
|
||||
CONSOLEMAP="$(kernel_cmdline consolemap ${CONSOLEMAP_DEFAULT})"
|
||||
USECOLOR="$(kernel_cmdline usecolor ${USECOLOR_DEFAULT})"
|
||||
VERBOSE="$(kernel_cmdline verbose ${VERBOSE_DEFAULT})"
|
||||
|
||||
MODULES=()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user