Merge pull request #204 from nomeata/patch-1

Improve example code in README
This commit is contained in:
Lassulus 2023-04-16 15:17:36 +02:00 committed by GitHub
commit 6b0eebc6b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -171,7 +171,6 @@ $ nix-channel --update
format = "gpt"; format = "gpt";
partitions = [ partitions = [
{ {
type = "partition";
name = "ESP"; name = "ESP";
start = "1MiB"; start = "1MiB";
end = "100MiB"; end = "100MiB";
@ -184,7 +183,6 @@ $ nix-channel --update
} }
{ {
name = "root"; name = "root";
type = "partition";
start = "100MiB"; start = "100MiB";
end = "100%"; end = "100%";
part-type = "primary"; part-type = "primary";