index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-06-21 22:27:56 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-07-09 15:14:49 -0300 |
commit | 729e110eea73cb42bb98c64bfbbc53ece8656e97 (patch) | |
tree | a49bfeee5b43f6a7205c776b1ab0e42676777b5d /configs/releng/root-image/etc/rc.conf | |
parent | f769fed16c538020f798ccf6121c6ccd4c7d6df3 (diff) |
-rw-r--r-- | configs/releng/root-image/etc/rc.conf | 2 |
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=() |