docs: mention EF00 partition type in README.md

Otherwise systemd-boot will refuse to install the bootloader.
This commit is contained in:
Raphael Robatsch 2024-01-08 18:59:37 +01:00 committed by mergify[bot]
parent 8a9e89d466
commit f0a3425a7b

View File

@ -68,6 +68,7 @@ A simple disko configuration may look like this:
   type = "gpt";
   partitions = {
    ESP = {
type = "EF00";
     size = "500M";
     content = {
      type = "filesystem";