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.
1 parent d3cc391 commit 22276dcCopy full SHA for 22276dc
device-provisioner/provisioner.sh
@@ -371,7 +371,7 @@ if [[ -z $(check_file_is_expected "${RPI_SB_WORKDIR}"/bootfs-temporary.img "img"
371
announce_stop "config.txt modification"
372
373
announce_start "boot.img creation"
374
- cp /usr/share/rpi-sb-provisioner/boot_ramdisk_config.txt "${TMP_DIR}"/config.txt
+ cp "$(get_fastboot_config_file)" "${TMP_DIR}"/config.txt
375
376
make-boot-image -b "pi${RPI_DEVICE_FAMILY}" -d "${TMP_DIR}"/rpi-boot-img-mount -o "${TMP_DIR}"/boot.img
377
announce_stop "boot.img creation"
0 commit comments