Don't announce that rc.${MACHINE_ARCH} is doing the syscons configuration

as the previous line already tells us we are in rc.${MACHINE_ARCH}.  This
also allows more syscons configuration messages during startup to fit on
one line.

Reviewed by:	dougb
This commit is contained in:
John Baldwin 2001-01-07 01:11:44 +00:00
parent dceab8ea63
commit a2ef1c8726
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70737
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ echo '.'
kbddev=/dev/ttyv0
viddev=/dev/ttyv0
echo -n 'rc.alpha configuring syscons:'
echo -n 'Configuring syscons:'
# keymap
#

View File

@ -62,7 +62,7 @@ echo '.'
kbddev=/dev/ttyv0
viddev=/dev/ttyv0
echo -n 'rc.i386 configuring syscons:'
echo -n 'Configuring syscons:'
# keymap
#

View File

@ -62,7 +62,7 @@ echo '.'
kbddev=/dev/ttyv0
viddev=/dev/ttyv0
echo -n 'rc.i386 configuring syscons:'
echo -n 'Configuring syscons:'
# keymap
#