Fix wrong parameter in config.sh

This commit is contained in:
oddlama 2020-11-18 14:24:21 +01:00 committed by GitHub
parent e30956abf4
commit fa94a29d63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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,