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";
partitions = [
{
type = "partition";
name = "ESP";
start = "1MiB";
end = "100MiB";
@ -184,7 +183,6 @@ $ nix-channel --update
}
{
name = "root";
type = "partition";
start = "100MiB";
end = "100%";
part-type = "primary";