mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-10-21 11:29:15 +00:00
bug: Fix rpi initrd not being linked (#1309)
This commit is contained in:
@@ -350,7 +350,7 @@ base-image:
|
|||||||
END
|
END
|
||||||
|
|
||||||
|
|
||||||
IF [[ "$FLAVOR" =~ ^alpine.* ]] || [[ "$FLAVOR" =~ .*-arm-rpi$ ]]
|
IF [[ "$FLAVOR" =~ ^alpine.* ]]
|
||||||
# no dracut on those flavors, do nothing
|
# no dracut on those flavors, do nothing
|
||||||
ELSE
|
ELSE
|
||||||
# Regenerate initrd if necessary
|
# Regenerate initrd if necessary
|
||||||
|
Reference in New Issue
Block a user