don't add the boot partition

This commit is contained in:
Noa Aarts 2025-11-12 09:07:04 +01:00
parent e5ceced84f
commit 191a412742
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -8,11 +8,6 @@
content = { content = {
type = "gpt"; type = "gpt";
partitions = { partitions = {
boot = {
name = "boot";
size = "1M";
type = "EF02";
};
esp = { esp = {
priority = 1; priority = 1;
name = "ESP"; name = "ESP";