85 lines
1.2 KiB
Plaintext
85 lines
1.2 KiB
Plaintext
#
|
|
# configuration
|
|
#
|
|
|
|
# debug mode
|
|
#debug=0
|
|
|
|
# custom init
|
|
#init=""
|
|
|
|
# custom output name
|
|
#initramfs=""
|
|
|
|
# custom kernel version
|
|
#kernel=""
|
|
|
|
# custom compression program
|
|
#compress=""
|
|
|
|
# root fs ( device,partuuid,uuid,label )
|
|
#root=""
|
|
|
|
# root type
|
|
# change this if you using busybox util-linux
|
|
#root_type=""
|
|
|
|
# root options
|
|
#root_opts=""
|
|
|
|
# disable this if you want to get rid of util-linux
|
|
# NOTE busybox util-linux implemetation doesn't have
|
|
# PARTUUID support and proper filesystem type autodetection
|
|
#util_linux=0
|
|
|
|
# device manager ( mdev,mdevd,udev )
|
|
#devmgr=""
|
|
|
|
# hostonly mode
|
|
#hostonly=0
|
|
|
|
# custom drivers
|
|
#drivers=""
|
|
|
|
# custom binaries
|
|
#binaries=""
|
|
|
|
# LVM support
|
|
#lvm=0
|
|
|
|
# LVM logical volume name
|
|
#lvm_name=""
|
|
|
|
# LVM volume group name
|
|
#lvm_group=""
|
|
|
|
# LVM include config
|
|
#lvm_conf=0
|
|
|
|
# LVM issue_discards
|
|
#lvm_discard=0
|
|
|
|
# LVM options
|
|
#lvm_args=""
|
|
|
|
# LUKS support
|
|
#luks=0
|
|
|
|
# LUKS encrypted root ( device,partuuid,uuid,label )
|
|
#luks_root=""
|
|
|
|
# luks mapper name ( /dev/mapper/<name> )
|
|
#luks_name=""
|
|
|
|
# LUKS detached header
|
|
#luks_header="/path/to/header"
|
|
|
|
# LUKS keyfile
|
|
#luks_keyfile="/path/to/keyfile"
|
|
|
|
# LUKS allow_discards
|
|
#luks_discard=0
|
|
|
|
# LUKS options
|
|
#luks_args=""
|