From 729e110eea73cb42bb98c64bfbbc53ece8656e97 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Tue, 21 Jun 2011 22:27:56 -0300 Subject: [configs/releng] Remove old option from rc.conf Signed-off-by: Gerardo Exequiel Pozzi --- configs/releng/root-image/etc/rc.conf | 2 -- 1 file changed, 2 deletions(-) (limited to 'configs/releng/root-image') diff --git a/configs/releng/root-image/etc/rc.conf b/configs/releng/root-image/etc/rc.conf index 92236a2..42084f6 100644 --- a/configs/releng/root-image/etc/rc.conf +++ b/configs/releng/root-image/etc/rc.conf @@ -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=() -- cgit v1.2.3-54-g00ecf