V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 43s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 43s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -18,6 +18,12 @@ recipe:
|
||||
# f=fixed size || a=automatic size (yet not supported)
|
||||
# x256=size of device in GiB
|
||||
# r=rescue partition || n=no rescue partition
|
||||
#######################################
|
||||
# EFI System Partition | EF00 | UEFI Bootloader (ESP, FAT32) | filesystem.version: fat32
|
||||
# BIOS Boot Partition | EF02 | BIOS Bootloader area (GRUB) | filesystem.version: BIOS
|
||||
# Linux SWAP | 8200 | Linux Swap | filesystem.version: SWAP
|
||||
# Linux ext4/btrfs | 8300 | Linux Filesystem (root, home)| filesystem.version: ext4 || btrfs
|
||||
#######################################
|
||||
active: true # Choose this recipe.
|
||||
control:
|
||||
description: "CISS 2025 - GPT - BTRFS - Ephemeral - non RAID - 256GiB - rescue"
|
||||
@@ -34,7 +40,7 @@ recipe:
|
||||
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.2"
|
||||
version: "1.1.3"
|
||||
dev:
|
||||
sda:
|
||||
1:
|
||||
@@ -276,8 +282,8 @@ recipe:
|
||||
path: "/home"
|
||||
primary: primary
|
||||
8:
|
||||
begin: "42GiB"
|
||||
end: "84GiB"
|
||||
begin: "84GiB"
|
||||
end: "126GiB"
|
||||
bootable: false
|
||||
encryption:
|
||||
enable: true
|
||||
|
||||
Reference in New Issue
Block a user