76 lines
1.1 KiB
Plaintext
76 lines
1.1 KiB
Plaintext
#
|
|
# configuration
|
|
#
|
|
|
|
# debug mode
|
|
#debug=1
|
|
|
|
# custom output name
|
|
#initramfs=""
|
|
|
|
# custom kernel version
|
|
#kernel=""
|
|
|
|
# custom compression program
|
|
#compress=""
|
|
|
|
# parse fstab
|
|
#fstab=0
|
|
|
|
# root fs ( device,partuuid,uuid,label )
|
|
root="UUID=07729c48-25d8-4096-acaf-ce5322915680"
|
|
|
|
# root type
|
|
# change this if you using busybox util-linux
|
|
root_type="ext4"
|
|
|
|
# root mount options
|
|
#root_args=""
|
|
|
|
# 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=1
|
|
|
|
# device manager ( mdev,mdevd,udev )
|
|
devmgr="mdev"
|
|
|
|
# hostonly mode
|
|
hostonly=1
|
|
|
|
# custom drivers
|
|
#drivers=""
|
|
|
|
# custom binaries
|
|
#binaries=""
|
|
|
|
# LVM support
|
|
lvm=1
|
|
|
|
# LVM include config
|
|
#lvm_conf=1
|
|
|
|
# LVM issue_discards
|
|
lvm_discard=1
|
|
|
|
# LUKS support
|
|
luks=1
|
|
|
|
# parse crypttab
|
|
#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=""
|