tinyramfs/config

85 lines
1.2 KiB
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:09:37 +03:00
debug=1
2020-02-21 11:57:07 +03:00
# custom init
#init=""
2020-01-30 16:53:17 +03:00
# custom output name
#initramfs=""
2020-02-11 23:30:20 +03:00
# custom kernel version
#kernel=""
# custom compression program
#compress=""
2020-01-25 14:27:02 +03:00
# root fs ( device,partuuid,uuid,label )
2020-02-24 11:09:37 +03:00
root="UUID=07729c48-25d8-4096-acaf-ce5322915680"
2020-01-05 21:01:39 +03:00
2020-01-25 14:27:02 +03:00
# root type
# change this if you using busybox util-linux
2020-02-24 11:09:37 +03:00
root_type="ext4"
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
# 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 11:09:37 +03:00
util_linux=1
2020-01-30 16:53:17 +03:00
# device manager ( mdev,mdevd,udev )
2020-02-24 11:09:37 +03:00
devmgr="mdev"
2020-01-28 18:13:42 +03:00
2020-02-05 16:35:17 +03:00
# hostonly mode
2020-02-24 11:09:37 +03:00
hostonly=0
2020-02-05 16:35:17 +03:00
# custom drivers
2020-01-19 00:01:21 +03:00
#drivers=""
2020-01-05 21:01:39 +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:09:37 +03:00
lvm=1
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:09:37 +03:00
#lvm_conf=1
2020-01-05 21:01:39 +03:00
# LVM issue_discards
2020-02-24 11:09:37 +03:00
lvm_discard=1
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:09:37 +03:00
luks=1
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:09:37 +03:00
luks_root="PARTUUID=b04395be-f467-458b-8630-9a429b487600"
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:09:37 +03:00
luks_discard=1
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=""