File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ function platform_image() {
360
360
local image_name=" ${image_base} .img"
361
361
local image_file=" $dest /$image_name "
362
362
363
- rp_callModule image create " $image_file "
363
+ rp_callModule image create " $image_file " " $md_build / $dist "
364
364
[[ " $make_bb " -eq 1 ]] && rp_callModule image create_bb " $dest /${image_base} -berryboot.img256"
365
365
366
366
printMsgs " console" " Compressing ${image_name} ..."
Original file line number Diff line number Diff line change 1
1
name =" bullseye"
2
2
version =" 11"
3
- url =" https://downloads.raspberrypi.org/raspios_lite_armhf_latest "
3
+ url =" https://downloads.raspberrypi.org/raspios_oldstable_lite_armhf/images/raspios_oldstable_lite_armhf-2023-10-10/2023-05-03-raspios-bullseye-armhf-lite.img.xz "
4
4
format =" xz"
5
5
platforms =" rpi1 rpi2 rpi3 rpi4"
6
6
file_rpi1 =" rpi1_zero"
Original file line number Diff line number Diff line change 1
1
name =" buster"
2
2
version =" 10"
3
- url =" https://downloads.raspberrypi.org/raspios_oldstable_lite_armhf_latest "
3
+ url =" https://downloads.raspberrypi.org/raspios_oldstable_lite_armhf/images/raspios_oldstable_lite_armhf-2023-05-03/2023-05-03-raspios-buster-armhf-lite.img.xz "
4
4
format =" xz"
5
5
platforms =" rpi1 rpi2 rpi4"
6
6
file_rpi1 =" rpi1_zero"
You can’t perform that action at this time.
0 commit comments