Creating custom image step by step

Topics about the Software of Revolution Pi
Post Reply
volz
Posts: 30
Joined: 22 May 2018, 12:27
Answers: 0

Creating custom image step by step

Post 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)

Attachments
Screenshot 2021-08-01 100643.png
Screenshot 2021-08-01 100643.png (7.51 KiB) Viewed 1705 times
User avatar
p.rosenberger
KUNBUS
Posts: 89
Joined: 03 Jul 2020, 11:07
Answers: 1

Re: Creating custom image step by step

Post 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
Post Reply