Archived
This commit is contained in:
+15
-15
@@ -10,9 +10,22 @@
|
||||
type = "gpt";
|
||||
|
||||
partitions = {
|
||||
root = {
|
||||
swap = {
|
||||
priority = 1;
|
||||
size = "-8G";
|
||||
size = "8G";
|
||||
|
||||
content = {
|
||||
type = "swap";
|
||||
extraArgs = [
|
||||
"-L"
|
||||
"swap"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
root = {
|
||||
priority = 2;
|
||||
size = "100%";
|
||||
|
||||
content = {
|
||||
type = "filesystem";
|
||||
@@ -24,19 +37,6 @@
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
swap = {
|
||||
priority = 2;
|
||||
size = "100%";
|
||||
|
||||
content = {
|
||||
type = "swap";
|
||||
extraArgs = [
|
||||
"-L"
|
||||
"swap"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user