127: README: remove deprecated partition type r=phaer a=Lassulus



Co-authored-by: lassulus <git@lassul.us>
This commit is contained in:
bors[bot] 2023-06-04 07:19:09 +00:00 committed by GitHub
commit e40a033d66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,13 +106,11 @@ Heres an example of a simple disk configuration:
partitions = [
{
name = "boot";
type = "partition";
start = "0";
end = "1M";
flags = [ "bios_grub" ];
}
{
type = "partition";
name = "ESP";
start = "1M";
end = "512M";
@ -124,7 +122,6 @@ Heres an example of a simple disk configuration:
};
}
{
type = "partition";
name = "root";
start = "512M";
end = "100%";