V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 41s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 41s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -37,15 +37,16 @@ recipe:
|
||||
member: 4
|
||||
spare: 1
|
||||
level: 6 # Only Level "1", "5", "6" and "10" are supported.
|
||||
meta: 1.2 # Metadata Format. Default to '1.2'.
|
||||
table: "gpt" # MUST be "gpt" for "UEFI" || "msdos":
|
||||
syntax: true # This is set to "false" by default, otherwise if the recipe is tested by the authors to "true".
|
||||
### Version of the specific recipe.
|
||||
version: "1.1.4"
|
||||
version: "1.1.5"
|
||||
dev:
|
||||
sda:
|
||||
1:
|
||||
begin: "2MiB"
|
||||
end: "512MiB"
|
||||
end: "1024MiB"
|
||||
bootable: false
|
||||
encryption:
|
||||
enable: false # MUST be "false" for "/boot/efi"
|
||||
@@ -78,7 +79,7 @@ recipe:
|
||||
path: "/boot/efi"
|
||||
primary: primary
|
||||
2:
|
||||
begin: "512MiB"
|
||||
begin: "1024MiB"
|
||||
end: "2GiB"
|
||||
bootable: false
|
||||
encryption:
|
||||
@@ -113,7 +114,7 @@ recipe:
|
||||
primary: primary
|
||||
3:
|
||||
begin: "2GiB"
|
||||
end: "6GiB"
|
||||
end: "10GiB"
|
||||
bootable: false
|
||||
encryption:
|
||||
enable: true
|
||||
@@ -146,8 +147,8 @@ recipe:
|
||||
path: "/recovery"
|
||||
primary: primary
|
||||
4:
|
||||
begin: "6GiB"
|
||||
end: "8GiB"
|
||||
begin: "10GiB"
|
||||
end: "14GiB"
|
||||
bootable: false
|
||||
encryption:
|
||||
enable: true # MUST be "true" for ephemeral "SWAP"
|
||||
@@ -180,8 +181,8 @@ recipe:
|
||||
path: "SWAP"
|
||||
primary: primary
|
||||
5:
|
||||
begin: "8GiB"
|
||||
end: "10GiB"
|
||||
begin: "14GiB"
|
||||
end: "18GiB"
|
||||
bootable: false
|
||||
encryption:
|
||||
enable: true # MUST be "true" for ephemeral "/tmp"
|
||||
@@ -214,7 +215,7 @@ recipe:
|
||||
path: "/tmp"
|
||||
primary: primary
|
||||
6:
|
||||
begin: "10GiB"
|
||||
begin: "18GiB"
|
||||
end: "42GiB"
|
||||
bootable: false
|
||||
encryption:
|
||||
@@ -453,7 +454,7 @@ recipe:
|
||||
primary: primary
|
||||
13:
|
||||
begin: "238GiB"
|
||||
end: "-1"
|
||||
end: "-1" # The last 16 MiB will be reserved for GPT metadata.
|
||||
bootable: false
|
||||
encryption:
|
||||
enable: true
|
||||
|
||||
Reference in New Issue
Block a user