disko esp size fix
This commit is contained in:
@@ -29,7 +29,7 @@ let
|
|||||||
ESP = {
|
ESP = {
|
||||||
name = "ESP";
|
name = "ESP";
|
||||||
label = "BOOT";
|
label = "BOOT";
|
||||||
size = "1024MiB";
|
size = "1G";
|
||||||
type = "EF00";
|
type = "EF00";
|
||||||
content = {
|
content = {
|
||||||
type = "filesystem";
|
type = "filesystem";
|
||||||
@@ -42,7 +42,7 @@ let
|
|||||||
swap = {
|
swap = {
|
||||||
name = "swap";
|
name = "swap";
|
||||||
label = "swap";
|
label = "swap";
|
||||||
size = "34GiB";
|
size = "34G";
|
||||||
content = {
|
content = {
|
||||||
type = "swap";
|
type = "swap";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user