rpi-img-builder icon indicating copy to clipboard operation
rpi-img-builder copied to clipboard

Scripts to create custom images for RaspberryPi

Results 11 rpi-img-builder issues
Sort by recently updated
recently updated
newest added

I used a VirtualBox to build the image. Debian version: 10.8 Linux raspberry-pi 4.19.0-14-amd64 #1 SMP Debian 4.19.171-2 (2021-01-30) x86_64 GNU/Linux ----- Welcome to fdisk (util-linux 2.33.1). Changes will remain...

the rsync is required -> Processing conffiles for util-linux I: Extracting zlib1g_1%3a1.2.8.dfsg-5_armhf.deb... I: Unpacking complete. I: Tidying up apt cache and list data. I: Tidying up apt cache and list...

Hello I'm trying to build image following all the instructions but I get this error, gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is...

Tried to flash image to usb and enabled rpi 3 to boot from usb using [this guide](https://www.raspberrypi.org/documentation/hardware/raspberrypi/bootmodes/msd.md) with no success. Do you know how to be able to boot the...

Hi, I tried to enable ssh by default from a custom plugin, so I added this in my postinst script : ~~~bash touch /boot/ssh ~~~ But after write image on...

Just a very small fix to the readme about the wifi-cfg call.

Having this error just now. Sorry I don't have a clue how to fix this. Any hint? ```sh ::: Something went wrong please review multistrap.err to figure out what. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=...

It is no longer building for me (post commit 645f78d904503ef02767664beba59268dbb11cfa). ``` #make REPOS='Raspbian' Adding group `systemd-journal' (GID 101) ... Done. Setting up systemd-sysv (232-25+deb9u1) ... Setting up init (1.48) ......

When running `sudo make DIST=testing REPO=Debian RPI=2` with https://github.com/TheSin-/rpi-img-builder/commit/645f78d904503ef02767664beba59268dbb11cfa checked out, the following lines of the `postinstall` script fail: https://github.com/TheSin-/rpi-img-builder/blob/728790f8ec04818ffad4460163ca1c2b37bf638d/postinstall#L64-L69 Specifically line 67 `apt-key --keyring /etc/apt/trusted.gpg.d/${i%.*}.gpg add ${i}` is running...

Hello, Got this error while cloning the repository Error in GnuTLS initialization: Failed to acquire random data. fatal: curl_global_init failed Is it because of the new update? Naveen