tinyramfs/config

91 lines
961 B
Plaintext
Raw Normal View History

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-08 03:28:00 +03:00
# overwrite initramfs
2020-03-01 16:42:57 +03:00
#force=0
2020-03-08 03:28:00 +03:00
# init
2020-02-21 11:57:07 +03:00
#init=""
2020-01-30 16:53:17 +03:00
2020-03-08 03:28:00 +03:00
# initramfs name
#initramfs=""
2020-03-08 03:28:00 +03:00
# drivers directory
2020-03-07 22:24:59 +03:00
#moddir=""
2020-03-08 03:28:00 +03:00
# kernel version
2020-02-11 23:30:20 +03:00
#kernel=""
2020-03-08 03:28:00 +03:00
# compression program
#compress=""
2020-03-08 03:28:00 +03:00
# root
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-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-03-08 03:28:00 +03:00
# device manager
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-03-08 03:28:00 +03:00
# additional 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-03-08 03:28:00 +03:00
# additional 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-03-08 03:28:00 +03:00
# LVM config
#lvm_config=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-03-08 03:28:00 +03:00
# LUKS encrypted root
2020-02-24 11:19:38 +03:00
#luks_root=""
2020-01-25 14:27:02 +03:00
2020-03-08 03:28:00 +03:00
# LUKS 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=""