CustomPiOS
CustomPiOS copied to clipboard
A Raspberry Pi and other ARM devices distribution builder
i'm just starting with CustomPiOS, and i'm a bit stumped on how to use `qemu_boot`. 1. no help or whatsoever it would be really nice if starting `qemu_boot.sh` without any...
the modules are full of default-assignments like so: https://github.com/guysoft/CustomPiOS/blob/f6fea14adfe9febc288bd7c6db8466755a81825f/src/modules/base/config#L13 this is obviously not a bug, but i think the readability could be improved by using POSIX parameter expansion. the following...
Hi I'm about 90% of the way, implementing support for Rocky and CentOS (maybe RHEL in time) into CustomPiOS.. Is this something that you guys would be interested in me...
BTRFS works, but it does not resize yet correctly
```/chroot_script: line 118: /etc/ssh/sshd_config: No such file or directory``` After finally getting everything lined up for it to start building on DietPi, it fails at this line, shortly after adding...
I am having some problems with functionality that requires a user and a home folder in my distro. I am using the base module to add the user and set...
Hi, After building an image using `devel` branch, I saw that my images are not booting due to PARTUUID mismatch between `cmdline.txt` and `blkid`. The `/etc/fstab` entry is equal to...
Hi, I'm writing a module to build (and install) opencv from source. I'm not able to complete the installation step successfully, not with "make install" nor with "checkinstall" which returns...
Just a minor thing, but it could be a major help in some cases. What if we had a directory in the workspace that was mounted at /build_cache, and persisted...
https://github.com/OctoPrint/CustoPiZer/issues/1 This issue popped up last night on the CustoPiZer repository as I was trying to get that build method to work. When I switched to CustomPiOS (using latest OctoPi...