We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b24da58 + 9b5ab35 commit aa31b3eCopy full SHA for aa31b3e
flatcar-postinst
@@ -229,6 +229,7 @@ for NAME in $(grep -h -o '^[^#]*' /etc/flatcar/enabled-sysext.conf /usr/share/fl
229
echo "Failed to download required OEM update payload" >&2
230
exit 1
231
fi
232
+ mkdir -p /etc/flatcar/sysext
233
mv "/var/lib/update_engine/flatcar-${NAME}.raw" "/etc/flatcar/sysext/flatcar-${NAME}-${NEXT_VERSION}.raw"
234
done
235
0 commit comments