updated partition sizes

This commit is contained in:
Steven 2023-03-25 23:05:48 -04:00
parent 90483529a1
commit 80a1ed2050

View file

@ -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";