CustomPiOS icon indicating copy to clipboard operation
CustomPiOS copied to clipboard

A Raspberry Pi and other ARM devices distribution builder

Results 42 CustomPiOS issues
Sort by recently updated
recently updated
newest added

Hi, as per the title I'd like define a variable in the GitHub worflow (and changing with something like strategy.matrix) and pass it down to the CustomPiOS scripts. While I...

When building with docker `docker run --privileged -t -v "$SCRIPTPATH/src":/distro --device /dev/loop-control guysoft/custompios:devel build` i always end up with the attached workspace tree. ![image](https://user-images.githubusercontent.com/12862103/107391517-0ea49480-6af9-11eb-96a2-0a8cc4d6e23a.png) The file `aptcache/archives/partial` is owned by...

Following https://github.com/guysoft/CustomPiOS/commit/e6057168d24cad01604db768323efe4f0da34993. It seems that /etc/octopi_commit does not work. Need to fix it.

I tried to build an Armbian image. As suggested by the `variants` directory, this is officially supported. Issues I noticed: * When picking a Debian image, there's dependencies missing which...

Currently strout is a total mess out bash command output, which is great for ``build.log``, but it should really display something like> building module Perhaps also add debug to only...

enhancement

While creating #8, I fixed some of the variable occurrences with improper escaping. The scripts should be revised, and the variables should be escaped appropriately. This is probably quite some...

Related issue #214 # Features In the docker container of CustomPiOS you can now use: ## Download flag ``` build -d ``` To download the latest tested image automatically. ##...

The "config.txt" has moved from `/boot/config.txt` to `/boot/firmware/config.txt` for bookworm based releases. The old file has been updated to reflect this: `cat /boot/config.txt` ``` DO NOT EDIT THIS FILE The...

In bookworm Raspberry Foundation/Ltd has removed wpa-suppilcant and switched to NetworkManger In the network module we add a way to headless configure wpa-supplicant. This is where its done in the...

Creates a file wifi.nmconnection in the boot folder if used, and lets you set up a NetworkManager connection. I kept it low level so people can put more exotic settings...