2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-06-16 00:27:37 +00:00

Preserve a breadcrumb to indicate autocons results to live env

This commit is contained in:
Jarrod Johnson
2026-06-12 08:10:32 -04:00
parent 1042404a38
commit 1fc1f47e00
@@ -241,6 +241,8 @@ if [ "$textconsole" = "true" ] && ! grep console= /proc/cmdline > /dev/null; the
echo Auto-configuring installed system to use text console > $autocons
/opt/confluent/bin/autocons -c > /dev/null
cp /tmp/01-autocons.conf /etc/cmdline.d/
mkdir -p /run/confluent
cp /tmp/01-autocons.conf /run/confluent/
else
echo "Unable to automatically detect requested text console"
fi