Merge pull request #184 from numtide/part-align-fix

README: align boot partition to 512
This commit is contained in:
mergify[bot] 2023-08-21 11:08:16 +00:00 committed by GitHub
commit de6f5c757d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";