mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
board/mender/x86_64/post-image-efi.sh: re-arrange write rootfs-image args
Put the write rootfs-image argument before the compression argument. This change makes the logic easier to follow. Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
6ecab31fad
commit
b2e6cff38f
@@ -45,8 +45,8 @@ make_data_partition() {
|
||||
generate_mender_image() {
|
||||
echo "Creating ${BINARIES_DIR}/${DEVICE_TYPE}-${ARTIFACT_NAME}.mender"
|
||||
"${HOST_DIR}/bin/mender-artifact" \
|
||||
--compression lzma \
|
||||
write rootfs-image \
|
||||
--compression lzma \
|
||||
-t "${DEVICE_TYPE}" \
|
||||
-n "${BR2_VERSION}" \
|
||||
-f "${BINARIES_DIR}/rootfs.ext2" \
|
||||
|
||||
Reference in New Issue
Block a user