test
This commit is contained in:
parent
eb295b0060
commit
a582b5e7cc
1 changed files with 4 additions and 0 deletions
|
@ -81,6 +81,10 @@
|
||||||
content = {
|
content = {
|
||||||
type = "swap";
|
type = "swap";
|
||||||
resumeDevice = true; # Hibernation
|
resumeDevice = true; # Hibernation
|
||||||
|
settings = {
|
||||||
|
keyFile = "/mnt-root/etc/swap.key";
|
||||||
|
allowDiscards = true;
|
||||||
|
}; # content
|
||||||
}; # content.ontent
|
}; # content.ontent
|
||||||
};# content
|
};# content
|
||||||
} # partition 3 (SWAP)
|
} # partition 3 (SWAP)
|
||||||
|
|
Loading…
Reference in a new issue