bug: Fix rpi initrd not being linked (#1309)

This commit is contained in:
Itxaka
2023-04-17 13:11:15 +02:00
parent 3aa5ec4899
commit d08fda2f21

View File

@@ -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