increased ESP size of laptops

This commit is contained in:
Gerg-L 2023-03-08 19:32:53 -05:00
parent 1d24af47c1
commit 8f75d166da
2 changed files with 6 additions and 6 deletions

View file

@ -10,8 +10,8 @@ _: {
{ {
type = "partition"; type = "partition";
name = "ESP"; name = "ESP";
start = "1049KB"; start = "1MiB";
end = "538MB"; end = "1GiB";
bootable = true; bootable = true;
content = { content = {
type = "filesystem"; type = "filesystem";
@ -22,7 +22,7 @@ _: {
{ {
name = "root"; name = "root";
type = "partition"; type = "partition";
start = "538MB"; start = "1GiB";
end = "100%"; end = "100%";
part-type = "primary"; part-type = "primary";
bootable = true; bootable = true;

View file

@ -10,8 +10,8 @@ _: {
{ {
type = "partition"; type = "partition";
name = "ESP"; name = "ESP";
start = "1049KB"; start = "1MiB";
end = "525MB"; end = "1GiB";
bootable = true; bootable = true;
content = { content = {
type = "filesystem"; type = "filesystem";
@ -22,7 +22,7 @@ _: {
{ {
name = "root"; name = "root";
type = "partition"; type = "partition";
start = "525MB"; start = "1GiB";
end = "100%"; end = "100%";
part-type = "primary"; part-type = "primary";
bootable = true; bootable = true;