Enable hybrid boot for disko module

This commit is contained in:
JuliusFreudenberger 2025-08-19 01:39:43 +02:00
parent c4ec22b380
commit a8f632ed50
2 changed files with 7 additions and 9 deletions

View file

@ -7,16 +7,21 @@
content = {
type = "gpt";
partitions = {
MBR = {
type = "EF02"; # for grub MBR
size = "1M";
priority = 1; # Needs to be first partition
};
ESP = {
priority = 1;
name = "ESP";
start = "1M";
end = "128M";
size = "500M";
type = "EF00";
content = {
type = "filesystem";
format = "vfat";
mountpoint = "/boot";
mountOptions = [ "umask=0077" ];
};
};
root = {