2020-01-05 21:01:39 +03:00
|
|
|
#
|
|
|
|
# configuration
|
|
|
|
#
|
|
|
|
|
2020-01-30 16:53:17 +03:00
|
|
|
# debug mode
|
2020-02-24 11:19:38 +03:00
|
|
|
#debug=0
|
2020-02-21 11:57:07 +03:00
|
|
|
|
2020-03-01 16:42:57 +03:00
|
|
|
# overwrite existing initramfs image
|
|
|
|
#force=0
|
|
|
|
|
2020-02-21 11:57:07 +03:00
|
|
|
# custom init
|
|
|
|
#init=""
|
2020-01-30 16:53:17 +03:00
|
|
|
|
2020-02-14 03:03:24 +03:00
|
|
|
# custom output name
|
|
|
|
#initramfs=""
|
|
|
|
|
2020-03-07 22:24:59 +03:00
|
|
|
# custom drivers directory
|
|
|
|
#moddir=""
|
|
|
|
|
2020-02-11 23:30:20 +03:00
|
|
|
# custom kernel version
|
|
|
|
#kernel=""
|
|
|
|
|
2020-02-14 03:03:24 +03:00
|
|
|
# custom compression program
|
|
|
|
#compress=""
|
|
|
|
|
2020-01-25 14:27:02 +03:00
|
|
|
# root fs ( device,partuuid,uuid,label )
|
2020-02-24 11:19:38 +03:00
|
|
|
#root=""
|
2020-01-05 21:01:39 +03:00
|
|
|
|
2020-01-25 14:27:02 +03:00
|
|
|
# root type
|
2020-02-09 20:45:10 +03:00
|
|
|
# change this if you using busybox util-linux
|
2020-02-24 11:19:38 +03:00
|
|
|
#root_type=""
|
2020-01-05 21:01:39 +03:00
|
|
|
|
2020-02-21 11:57:07 +03:00
|
|
|
# root options
|
|
|
|
#root_opts=""
|
2020-01-05 21:01:39 +03:00
|
|
|
|
2020-03-07 22:24:59 +03:00
|
|
|
# util-linux binaries
|
2020-02-24 11:19:38 +03:00
|
|
|
#util_linux=0
|
2020-02-09 20:45:10 +03:00
|
|
|
|
2020-01-30 16:53:17 +03:00
|
|
|
# device manager ( mdev,mdevd,udev )
|
2020-02-24 11:19:38 +03:00
|
|
|
#devmgr=""
|
2020-01-28 18:13:42 +03:00
|
|
|
|
2020-02-05 16:35:17 +03:00
|
|
|
# hostonly mode
|
2020-02-24 11:19:38 +03:00
|
|
|
#hostonly=0
|
2020-02-05 16:35:17 +03:00
|
|
|
|
2020-02-09 20:45:10 +03:00
|
|
|
# custom drivers
|
2020-01-19 00:01:21 +03:00
|
|
|
#drivers=""
|
2020-01-05 21:01:39 +03:00
|
|
|
|
2020-03-01 17:39:12 +03:00
|
|
|
# exclude drivers
|
|
|
|
#drivers_exclude=""
|
|
|
|
|
2020-02-09 20:45:10 +03:00
|
|
|
# custom binaries
|
2020-02-09 03:39:08 +03:00
|
|
|
#binaries=""
|
2020-01-05 21:01:39 +03:00
|
|
|
|
|
|
|
# LVM support
|
2020-02-24 11:19:38 +03:00
|
|
|
#lvm=0
|
2020-01-05 21:01:39 +03:00
|
|
|
|
2020-02-21 11:57:07 +03:00
|
|
|
# LVM logical volume name
|
|
|
|
#lvm_name=""
|
|
|
|
|
|
|
|
# LVM volume group name
|
|
|
|
#lvm_group=""
|
|
|
|
|
2020-01-05 21:01:39 +03:00
|
|
|
# LVM include config
|
2020-02-24 11:19:38 +03:00
|
|
|
#lvm_conf=0
|
2020-01-05 21:01:39 +03:00
|
|
|
|
|
|
|
# LVM issue_discards
|
2020-02-24 11:19:38 +03:00
|
|
|
#lvm_discard=0
|
2020-01-05 21:01:39 +03:00
|
|
|
|
2020-02-22 20:11:30 +03:00
|
|
|
# LVM options
|
2020-02-21 11:57:07 +03:00
|
|
|
#lvm_args=""
|
|
|
|
|
2020-01-05 21:01:39 +03:00
|
|
|
# LUKS support
|
2020-02-24 11:19:38 +03:00
|
|
|
#luks=0
|
2020-01-05 21:01:39 +03:00
|
|
|
|
2020-01-25 14:27:02 +03:00
|
|
|
# LUKS encrypted root ( device,partuuid,uuid,label )
|
2020-02-24 11:19:38 +03:00
|
|
|
#luks_root=""
|
2020-01-25 14:27:02 +03:00
|
|
|
|
2020-02-21 11:57:07 +03:00
|
|
|
# luks mapper name ( /dev/mapper/<name> )
|
2020-02-19 10:12:37 +03:00
|
|
|
#luks_name=""
|
|
|
|
|
2020-01-25 14:27:02 +03:00
|
|
|
# LUKS detached header
|
|
|
|
#luks_header="/path/to/header"
|
2020-01-05 21:01:39 +03:00
|
|
|
|
|
|
|
# LUKS keyfile
|
2020-01-25 14:27:02 +03:00
|
|
|
#luks_keyfile="/path/to/keyfile"
|
2020-01-05 21:01:39 +03:00
|
|
|
|
|
|
|
# LUKS allow_discards
|
2020-02-24 11:19:38 +03:00
|
|
|
#luks_discard=0
|
2020-01-25 14:27:02 +03:00
|
|
|
|
2020-02-22 20:11:30 +03:00
|
|
|
# LUKS options
|
2020-01-25 14:27:02 +03:00
|
|
|
#luks_args=""
|