Skip to content

Commit 22276dc

Browse files
roliver-rpitdewey-rpi
authored andcommitted
provisioner: Use get_fastboot_config_file
Signed-off-by: Richard Oliver <[email protected]>
1 parent d3cc391 commit 22276dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

device-provisioner/provisioner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ if [[ -z $(check_file_is_expected "${RPI_SB_WORKDIR}"/bootfs-temporary.img "img"
371371
announce_stop "config.txt modification"
372372

373373
announce_start "boot.img creation"
374-
cp /usr/share/rpi-sb-provisioner/boot_ramdisk_config.txt "${TMP_DIR}"/config.txt
374+
cp "$(get_fastboot_config_file)" "${TMP_DIR}"/config.txt
375375

376376
make-boot-image -b "pi${RPI_DEVICE_FAMILY}" -d "${TMP_DIR}"/rpi-boot-img-mount -o "${TMP_DIR}"/boot.img
377377
announce_stop "boot.img creation"

0 commit comments

Comments
 (0)