-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add mkosi.precompress #3522
Comments
I think we should implement MBR support in systemd-repart instead of adding precompress scripts to support this use case. |
What's the use case for MBR? Don't we want to focus on modern formats like GPT? |
Older Raspberry Pi models, Pi Zero, Pi 3, the bootloader only support MBR partitioned disk. As a workaround, GPT disk can be made as Hybrid MBR. |
Aren't there new models being sold by now which are fully UEFI? |
For UEFI I think one has to install uboot (which e.g. Fedora does) but they definitely support GPT PS: There is also https://github.com/pftf/RPi4 though I have not used it yet |
I want to create Hybrid MBR disk image, currently I use
CompressOutput=no
andmkosi.postoutput
for this. It would be nice if users could do something to the disk image before being compressed.The text was updated successfully, but these errors were encountered: