Short console flush prior to executing rcS

This commit is contained in:
Jeffrey Townsend
2016-03-29 18:23:43 +00:00
parent 425c6a4e51
commit e66f04f816

View File

@@ -15,4 +15,9 @@ for script in `ls /etc/boot.d/[0-9]* | sort`; do
$script
done
#
# Wait for console to flush prior to starting rc.S
#
sleep .1