52 lines
700 B
Plaintext
52 lines
700 B
Plaintext
#
|
|
# configuration
|
|
#
|
|
|
|
# parse fstab
|
|
#use_fstab=0
|
|
|
|
# root fs ( device,partuuid,uuid,label )
|
|
root="UUID=07729c48-25d8-4096-acaf-ce5322915680"
|
|
|
|
# root type
|
|
#root_type=""
|
|
|
|
# root mount options
|
|
#root_args=""
|
|
|
|
# drivers
|
|
#drivers=""
|
|
|
|
# binaries
|
|
#binaries=""
|
|
|
|
# LVM support
|
|
use_lvm=1
|
|
|
|
# LVM include config
|
|
#use_lvmconf=0
|
|
|
|
# LVM issue_discards
|
|
lvm_discard=1
|
|
|
|
# LUKS support
|
|
use_luks=1
|
|
|
|
# parse crypttab
|
|
#use_crypttab=0
|
|
|
|
# LUKS encrypted root ( device,partuuid,uuid,label )
|
|
luks_root="PARTUUID=b04395be-f467-458b-8630-9a429b487600"
|
|
|
|
# LUKS detached header
|
|
#luks_header="/path/to/header"
|
|
|
|
# LUKS keyfile
|
|
#luks_keyfile="/path/to/keyfile"
|
|
|
|
# LUKS allow_discards
|
|
luks_discard=1
|
|
|
|
# LUKS unlock options
|
|
#luks_args=""
|