2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-01-23 08:04:09 +00:00

Fix diskless autocons message

This commit is contained in:
Jarrod Johnson 2023-11-08 10:22:51 -05:00
parent e90f2829ab
commit 2cd75ef425

View File

@ -1,4 +1,5 @@
if ! grep console= /proc/cmdline > /dev/null; then
mkdir -p /custom-installation
/opt/confluent/bin/autocons > /custom-installation/autocons.info
cons=$(cat /custom-installation/autocons.info)
if [ ! -z "$cons" ]; then