tinyramfs/config

94 lines
995 B
Plaintext
Raw Normal View History

2020-01-05 23:31:39 +05:30
#
# configuration
#
2020-01-30 19:23:17 +05:30
# debug mode
2020-02-24 13:49:38 +05:30
#debug=0
2020-02-21 14:27:07 +05:30
2020-03-08 05:58:00 +05:30
# overwrite initramfs
2020-03-01 19:12:57 +05:30
#force=0
2020-03-08 05:58:00 +05:30
# init
2020-02-21 14:27:07 +05:30
#init=""
2020-01-30 19:23:17 +05:30
2020-03-08 05:58:00 +05:30
# initramfs name
#initramfs=""
2020-03-09 00:07:19 +05:30
# monolithic kernel
#monolith=""
2020-03-08 05:58:00 +05:30
# drivers directory
2020-03-08 00:54:59 +05:30
#moddir=""
2020-03-08 05:58:00 +05:30
# kernel version
2020-02-12 02:00:20 +05:30
#kernel=""
2020-03-08 05:58:00 +05:30
# compression program
#compress=""
2020-03-08 05:58:00 +05:30
# root
2020-02-24 13:49:38 +05:30
#root=""
2020-01-05 23:31:39 +05:30
2020-01-25 16:57:02 +05:30
# root type
2020-02-24 13:49:38 +05:30
#root_type=""
2020-01-05 23:31:39 +05:30
2020-02-21 14:27:07 +05:30
# root options
#root_opts=""
2020-01-05 23:31:39 +05:30
2020-03-08 00:54:59 +05:30
# util-linux binaries
2020-02-24 13:49:38 +05:30
#util_linux=0
2020-03-08 05:58:00 +05:30
# device manager
2020-02-24 13:49:38 +05:30
#devmgr=""
2020-01-28 20:43:42 +05:30
2020-02-05 19:05:17 +05:30
# hostonly mode
2020-02-24 13:49:38 +05:30
#hostonly=0
2020-02-05 19:05:17 +05:30
2020-03-08 05:58:00 +05:30
# additional drivers
2020-01-19 02:31:21 +05:30
#drivers=""
2020-01-05 23:31:39 +05:30
2020-03-01 20:09:12 +05:30
# exclude drivers
#drivers_exclude=""
2020-03-08 05:58:00 +05:30
# additional binaries
2020-02-09 06:09:08 +05:30
#binaries=""
2020-01-05 23:31:39 +05:30
# LVM support
2020-02-24 13:49:38 +05:30
#lvm=0
2020-01-05 23:31:39 +05:30
2020-02-21 14:27:07 +05:30
# LVM logical volume name
#lvm_name=""
# LVM volume group name
#lvm_group=""
2020-03-08 05:58:00 +05:30
# LVM config
#lvm_config=0
2020-01-05 23:31:39 +05:30
# LVM issue_discards
2020-02-24 13:49:38 +05:30
#lvm_discard=0
2020-01-05 23:31:39 +05:30
2020-02-22 22:41:30 +05:30
# LVM options
2020-02-21 14:27:07 +05:30
#lvm_args=""
2020-01-05 23:31:39 +05:30
# LUKS support
2020-02-24 13:49:38 +05:30
#luks=0
2020-01-05 23:31:39 +05:30
2020-03-08 05:58:00 +05:30
# LUKS encrypted root
2020-02-24 13:49:38 +05:30
#luks_root=""
2020-01-25 16:57:02 +05:30
2020-03-08 05:58:00 +05:30
# LUKS mapper name
2020-02-19 12:42:37 +05:30
#luks_name=""
2020-01-25 16:57:02 +05:30
# LUKS detached header
#luks_header="/path/to/header"
2020-01-05 23:31:39 +05:30
# LUKS keyfile
2020-01-25 16:57:02 +05:30
#luks_keyfile="/path/to/keyfile"
2020-01-05 23:31:39 +05:30
# LUKS allow_discards
2020-02-24 13:49:38 +05:30
#luks_discard=0
2020-01-25 16:57:02 +05:30
2020-02-22 22:41:30 +05:30
# LUKS options
2020-01-25 16:57:02 +05:30
#luks_args=""