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

my devpi config wasn't quite up to snuff... oh well, at least pip will search on pypi too :) N.B devpi makes this endeavour much more bearable pffuui ^^

Since Rpi Foundation introduced a userless OS. Some hard-coded paths can now changed (for example in the gui module). To fix this I am moving ``/home/pi/scripts to`` ``/opt/custompios/scripts``. I am...

Hey Thanks for your work on this. I am new to the custom Raspberry PI Image world and I might be missing something :) I have gotten the building process...

![CustomPiOS_new1](https://github.com/guysoft/CustomPiOS/assets/33793273/1c1c2cf7-859d-4606-8a55-f8155b305833) ![CustomPiOS_new2](https://github.com/guysoft/CustomPiOS/assets/33793273/031cbbeb-0ced-40f1-8d2d-f23c209bbf05) Couldn't decide if it looks better horizontal or vertical, so I made both for the vote. Credit where it's due to [tailorvj](https://github.com/tailorvj) for his hand in designing the...

Hey all, So I am working on the idea of having CustomPiOS get better support for other boards, and modules that are stored on other repositories. I still want to...

When using Debian 10 as the host to build a CustomPiOS, pulling the latest stable release of Raspbian (Buster) the build script fails when it gets to mounting the loop...

For the syncosync build, we have set up our own gitlab runners on kubernetes and run a docker inside it, which worked from time to time... now, there is a...

I would like to prepare an image with pi-boot-switch pre installed. Therefore it would be good to have a secondary root partition to switch to. Is this possible to add...

the `/src/custompios_path` generated by `src/make_custom_pi_os` holds the absolute path to the `CustomPiOS` sources (so all the scripts (and sourced scriptlets) can find the other scripts). this means, that it is...

Would it be possible to bind mount a directory on the host to make it visible on the target ? Right now I have a wrapper around `build_dist` that copies...