Creating custom image step by step
Posted: 01 Aug 2021, 02:08
Hi All,
I'm trying to create a lite image from the image bakery using the read me with little success, is someone able to help provide a step-by-step description?
What I have tried so far:
I'm trying to create a lite image from the image bakery using the read me with little success, is someone able to help provide a step-by-step description?
What I have tried so far:
Code: Select all
curl -O https://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2021-03-25/2021-03-04-raspios-buster-armhf-lite.zip
unzip 2021-03-04-raspios-buster-armhf-lite.zip
curl -O https://github.com/RevolutionPi/imagebakery/blob/master/customize_image.sh
sudo ./customize_image.sh raspios_lite_armhf-2021-03-25/2021-03-04-raspios-buster-armhf-lite.img
(hitting issuse)