mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
Merge pull request #204 from nomeata/patch-1
Improve example code in README
This commit is contained in:
commit
6b0eebc6b6
1 changed files with 0 additions and 2 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue