FullPageOS
FullPageOS copied to clipboard
FullPageOS For x86
There are sevral issues that need to be addressed for this to happen:
- CustomPiOS uses chroot with qemu-arm-static to build. So in order to support x86 it will need to have an option to run qemu-x86_64-static or chroot without it in a x86_64 architecture (without qemu building form arm devices would not work).
- the x86 image that rpi provide is only the full system, there is no lite version.
- the ISO uses squishfs inside it which would require handling of that special case of mounting the iso, creating a new squishfs (because its read only). then closing it
So at the moment I have no intention of preforming this. Of course code contributions are welcome
juste you remove the package raspberrypi-ui-mods for remove the desktop and i like tested on pc/vm without raspberry pi hardware
Ok, that still leaves 1 and 3
It might be easier to solve 3 by using armbian which is supported in CustomPiOS: https://www.armbian.com/uefi-x86/
Related of duplicate: https://github.com/guysoft/FullPageOS/issues/427