change size of lemur disk
This commit is contained in:
parent
cae7b99424
commit
51f1d9c8fd
1 changed files with 13 additions and 13 deletions
|
|
@ -63,20 +63,8 @@
|
||||||
content = {
|
content = {
|
||||||
type = "gpt";
|
type = "gpt";
|
||||||
partitions = {
|
partitions = {
|
||||||
home = {
|
|
||||||
size = "50%";
|
|
||||||
content = {
|
|
||||||
type = "filesystem";
|
|
||||||
format = "ext4";
|
|
||||||
mountpoint = "/home";
|
|
||||||
extraArgs = [
|
|
||||||
"-L"
|
|
||||||
"HOME"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
data = {
|
data = {
|
||||||
size = "50%";
|
size = "1T";
|
||||||
content = {
|
content = {
|
||||||
type = "filesystem";
|
type = "filesystem";
|
||||||
format = "ext4";
|
format = "ext4";
|
||||||
|
|
@ -87,6 +75,18 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
home = {
|
||||||
|
size = "100%";
|
||||||
|
content = {
|
||||||
|
type = "filesystem";
|
||||||
|
format = "ext4";
|
||||||
|
mountpoint = "/home";
|
||||||
|
extraArgs = [
|
||||||
|
"-L"
|
||||||
|
"HOME"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue