From ba0c7195cff725a962506649cef1c9d764d8dd29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 21 Aug 2023 13:07:03 +0200 Subject: [PATCH] README: align boot partition to 512 power of two usually aligns better in the computer world --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b20255..cd17c33 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ Here’s an example of a simple disk configuration: type = "EF02"; # for grub MBR }; ESP = { - size = "511M"; + size = "512M"; content = { type = "filesystem"; format = "vfat";