2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-09-03 16:58:24 +00:00

Revise the autoconsole dracut hook

It was trying to run before there was a screen to attach.
This commit is contained in:
Jarrod Johnson
2019-03-13 16:30:52 -04:00
parent 50298b5d92
commit 15866feb45

View File

@@ -1 +1 @@
python /usr/bin/autocons.py
(while ! /bin/screen -ls|/bin/grep console > /dev/null; do /bin/sleep 1; done; /bin/python /usr/bin/autocons.py) &