From f0a3425a7b173701922e7959d8bfb136ef53aa54 Mon Sep 17 00:00:00 2001 From: Raphael Robatsch Date: Mon, 8 Jan 2024 18:59:37 +0100 Subject: [PATCH] docs: mention EF00 partition type in README.md Otherwise systemd-boot will refuse to install the bootloader. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 88d80a2..adcdbae 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ A simple disko configuration may look like this:    type = "gpt";    partitions = {     ESP = { + type = "EF00";      size = "500M";      content = {       type = "filesystem";