2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-12-25 04:32:11 +00:00

Add serial hint to console=ttyS users

This commit is contained in:
Jarrod Johnson 2020-08-12 09:35:24 -04:00
parent 823c9656ac
commit c02a482601
2 changed files with 6 additions and 0 deletions

View File

@ -11,5 +11,8 @@ if ! grep console= /proc/cmdline >& /dev/null; then
echo "Initializing auto detected console when installer starts" > $autocons
fi
fi
if grep console=ttyS /proc/cmdline >& /dev/null; then
echo "Serial console has been requested in the kernel arguments, the local video may not show progress" > /dev/tty1
fi
. /lib/anaconda-lib.sh
wait_for_kickstart

View File

@ -11,5 +11,8 @@ if ! grep console= /proc/cmdline >& /dev/null; then
echo "Initializing auto detected console when installer starts" > $autocons
fi
fi
if grep console=ttyS /proc/cmdline >& /dev/null; then
echo "Serial console has been requested in the kernel arguments, the local video may not show progress" > /dev/tty1
fi
. /lib/anaconda-lib.sh
wait_for_kickstart