Project

General

Profile

« Previous | Next » 

Revision 49720ba5

Added by Scott Ullrich over 19 years ago

Do not output dmesg -a

View differences:

etc/rc
208 208
echo "Bootup complete"
209 209

  
210 210
if [ -e /dev/ukbd0 ]; then
211
	/usr/bin/clear
212 211
	# Allow VTY switching
213 212
        /usr/sbin/vidcontrol -S on
214 213
	# Turn off bloody mouse pointer.
......
221 220
	echo "Press ALT + F2 to switch to the pfSense menu."
222 221
	echo
223 222
        /etc/rc.initial 2>/dev/ttyv1 </dev/ttyv1 >/dev/ttyv1 &
224
        sleep 1
225 223
        /usr/sbin/vidcontrol -s 2
226
	/sbin/dmesg -a >/dev/ttyv1
227 224
	# Lock em into the menu
228 225
	/usr/sbin/vidcontrol -S off
229 226
fi

Also available in: Unified diff