mom's laptop disko fix

This commit is contained in:
Gerg-L 2023-04-22 02:00:35 -04:00
parent 016a347d5e
commit 76fe743021

View file

@ -9,7 +9,6 @@
format = "gpt";
partitions = [
{
type = "partition";
name = "ESP";
start = "1MiB";
end = "1GiB";
@ -22,7 +21,6 @@
}
{
name = "root";
type = "partition";
start = "1GiB";
end = "100%";
part-type = "primary";