Update SWAP space
This commit is contained in:
parent
55a5097c21
commit
8a123c01a4
1 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@
|
||||||
{
|
{
|
||||||
name = "LUKS";
|
name = "LUKS";
|
||||||
start = "550MiB";
|
start = "550MiB";
|
||||||
end = "-64GiB";
|
end = "-128GiB";
|
||||||
content = {
|
content = {
|
||||||
type = "luks";
|
type = "luks";
|
||||||
name = "ROOT";
|
name = "ROOT";
|
||||||
|
@ -53,7 +53,7 @@
|
||||||
} # partition 2 (/ BTRFS)
|
} # partition 2 (/ BTRFS)
|
||||||
{
|
{
|
||||||
name = "SWAP";
|
name = "SWAP";
|
||||||
start = "-64GiB";
|
start = "-128GiB";
|
||||||
end = "100%";
|
end = "100%";
|
||||||
content = {
|
content = {
|
||||||
type = "swap";
|
type = "swap";
|
||||||
|
|
Loading…
Reference in a new issue