tinyramfs/config

85 lines
1.2 KiB
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
# custom init
#init=""
2020-01-30 19:23:17 +05:30
# custom output name
#initramfs=""
2020-02-12 02:00:20 +05:30
# custom kernel version
#kernel=""
# custom compression program
#compress=""
2020-01-25 16:57:02 +05:30
# root fs ( device,partuuid,uuid,label )
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
# change this if you using busybox util-linux
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
# 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
2020-02-24 13:49:38 +05:30
#util_linux=0
2020-01-30 19:23:17 +05:30
# device manager ( mdev,mdevd,udev )
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
# custom drivers
2020-01-19 02:31:21 +05:30
#drivers=""
2020-01-05 23:31:39 +05:30
# custom 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-01-05 23:31:39 +05:30
# LVM include config
2020-02-24 13:49:38 +05:30
#lvm_conf=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-01-25 16:57:02 +05:30
# LUKS encrypted root ( device,partuuid,uuid,label )
2020-02-24 13:49:38 +05:30
#luks_root=""
2020-01-25 16:57:02 +05:30
2020-02-21 14:27:07 +05:30
# luks mapper name ( /dev/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=""