README: align boot partition to 512

power of two usually aligns better in the computer world
This commit is contained in:
Jörg Thalheim 2023-08-21 13:07:03 +02:00
parent 7ff9f6d4cf
commit ba0c7195cf

View File

@ -110,7 +110,7 @@ Heres an example of a simple disk configuration:
type = "EF02"; # for grub MBR
};
ESP = {
size = "511M";
size = "512M";
content = {
type = "filesystem";
format = "vfat";