mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-12 16:10:03 +01:00
examples: cleanup a bit
This commit is contained in:
parent
192f9cc416
commit
12c7e608ed
2 changed files with 1 additions and 5 deletions
|
|
@ -25,7 +25,6 @@
|
|||
start = "100MiB";
|
||||
end = "-1G";
|
||||
part-type = "primary";
|
||||
bootable = true;
|
||||
content = {
|
||||
type = "filesystem";
|
||||
format = "ext4";
|
||||
|
|
@ -33,12 +32,11 @@
|
|||
};
|
||||
}
|
||||
{
|
||||
name = "root";
|
||||
name = "swap";
|
||||
type = "partition";
|
||||
start = "-1G";
|
||||
end = "100%";
|
||||
part-type = "primary";
|
||||
bootable = true;
|
||||
content = {
|
||||
type = "swap";
|
||||
randomEncryption = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue