mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
Improve example code in README
It seems the type is not needed anymore.
This commit is contained in:
parent
0ac7f6e536
commit
67e9c88cd5
1 changed files with 0 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue