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

When building a Pi image, if you're already on an arm64/aarch64 system, there's no need to try to install/use `qemu-arm-static` binary for the build.

The docker image is missing on [docker hub](https://hub.docker.com/r/guysoft/custompios/). Hopefully not intended ...

Currently camera_auto_detect=0. This disables finding cameras, setting this to 1 to enable cameras to get picked up.

May not be merged, see talk in #240

This pull request addresses two things: - Fixed the architecture mismatch in #239 by adding a statement to read the basic config in before generating the board-related configuration - A...

This PR fix the generate `EXTRA_BOARD_CONFIG`, because this was generated before CustomPiOS reads the config file. This is needed to build images which are not armhf, because `generate_board_config.py` has a...

This PR just add a condition before adding base meta modules. It just checks if the module exists, before adding it.

There is obsolete code in `modules/network` that tries to force-mangle iptables for NTP purposes. This adds an option to enable that behavior if desired.

Something in the last month or so is making the value set of `BASE_ARCH` skew from what is set in the configuration. Given the following config: ``` export DIST_NAME=AllStarLink3 export...

#### What were you doing? I forked a repository for some specific usage. When I finished setup everything and push to GitHub, the action starts to run. #### What did...