mirror of
https://github.com/xcat2/confluent.git
synced 2026-08-03 16:07:00 +00:00
67e84f15f8
source_remote imageboot.sh is the last thing the diskless cmdline hook runs, so returning early on a failed extraction ended the hook and left dracut to time out. Falling through instead reaches the existing /sysroot/sbin/init guard, which reports the failure and holds the node so it stays reachable over ssh, as it did before extraction was checked.