2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-06-12 01:38:49 +00:00

Remove stray . from SUSE16 bootstrap

This commit is contained in:
Jarrod Johnson
2026-06-11 09:20:17 -04:00
parent 9ce0dd0d6c
commit 9ae1925e82
@@ -4,7 +4,7 @@ rm /etc/cmdline.d/10-liveroot.conf
if ! grep -q console= /proc/cmdline; then
autocons=$(/opt/confluent/bin/autocons)
if [ -n "$autocons" ]; then
echo console=$autocons | sed -e 's!/dev/!!' .> /tmp/01-autocons.conf
echo console=$autocons | sed -e 's!/dev/!!' > /tmp/01-autocons.conf
autocons=${autocons%,*}
echo $autocons > /tmp/01-autocons.devnode
echo Detected text console at $(cat /tmp/01-autocons.conf) > $autocons