Fix wrong parameter in config.sh
This commit is contained in:
parent
e30956abf4
commit
fa94a29d63
|
@ -31,8 +31,8 @@ luks_getkeyfile() {
|
||||||
# Create default scheme (efi/boot, (optional swap), root)
|
# Create default scheme (efi/boot, (optional swap), root)
|
||||||
# To disable swap, set swap=false
|
# To disable swap, set swap=false
|
||||||
# To disable encryted root, set luks=false
|
# To disable encryted root, set luks=false
|
||||||
#create_default_disk_layout luks=true root_type=btrfs swap=8GiB /dev/sdX # EFI
|
#create_default_disk_layout luks=true root_fs=btrfs swap=8GiB /dev/sdX # EFI
|
||||||
#create_default_disk_layout luks=true root_type=btrfs swap=8GiB type=bios /dev/sdX # BIOS
|
#create_default_disk_layout luks=true root_fs=btrfs swap=8GiB type=bios /dev/sdX # BIOS
|
||||||
#create_default_disk_layout swap=8GiB /dev/sdX
|
#create_default_disk_layout swap=8GiB /dev/sdX
|
||||||
|
|
||||||
# Create default scheme from above on each given device,
|
# Create default scheme from above on each given device,
|
||||||
|
|
Loading…
Reference in New Issue