updated partition sizes
This commit is contained in:
parent
90483529a1
commit
80a1ed2050
1 changed files with 4 additions and 4 deletions
|
|
@ -11,7 +11,7 @@
|
|||
type = "partition";
|
||||
name = "ESP";
|
||||
start = "1MiB";
|
||||
end = "100MiB";
|
||||
end = "2g";
|
||||
bootable = true;
|
||||
content = {
|
||||
type = "filesystem";
|
||||
|
|
@ -25,8 +25,8 @@
|
|||
{
|
||||
name = "swap";
|
||||
type = "partition";
|
||||
start = "101MiB";
|
||||
end = "40960MiB";
|
||||
start = "2G";
|
||||
end = "40G";
|
||||
part-type = "primary";
|
||||
content = {
|
||||
type = "swap";
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
{
|
||||
type = "partition";
|
||||
name = "luks";
|
||||
start = "40960MiB";
|
||||
start = "40G";
|
||||
end = "100%";
|
||||
content = {
|
||||
type = "luks";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue