Page 1 of 1

Creating custom image step by step

Posted: 01 Aug 2021, 02:08
by volz
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:

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)


Re: Creating custom image step by step

Posted: 09 Aug 2021, 14:43
by p.rosenberger
Hi volz,

it is not sufficient to get the customize_image.sh script. You need to clone the whole git repo.

Best Regards
Philipp