mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-19 22:43:22 +01:00
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:
parent
dceab8ea63
commit
a2ef1c8726
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70737
@ -27,7 +27,7 @@ echo '.'
|
||||
kbddev=/dev/ttyv0
|
||||
viddev=/dev/ttyv0
|
||||
|
||||
echo -n 'rc.alpha configuring syscons:'
|
||||
echo -n 'Configuring syscons:'
|
||||
|
||||
# keymap
|
||||
#
|
||||
|
@ -62,7 +62,7 @@ echo '.'
|
||||
kbddev=/dev/ttyv0
|
||||
viddev=/dev/ttyv0
|
||||
|
||||
echo -n 'rc.i386 configuring syscons:'
|
||||
echo -n 'Configuring syscons:'
|
||||
|
||||
# keymap
|
||||
#
|
||||
|
@ -62,7 +62,7 @@ echo '.'
|
||||
kbddev=/dev/ttyv0
|
||||
viddev=/dev/ttyv0
|
||||
|
||||
echo -n 'rc.i386 configuring syscons:'
|
||||
echo -n 'Configuring syscons:'
|
||||
|
||||
# keymap
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user