tinyramfs/config

94 lines
1.3 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-21 14:27:07 +05:30
shell_debug=1
# drop into shell after mnt_rootfs
#shell_break=0
# 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-05 23:31:39 +05:30
# parse fstab
2020-02-14 22:42:45 +05:30
#fstab=0
2020-01-05 23:31:39 +05:30
2020-01-25 16:57:02 +05:30
# root fs ( device,partuuid,uuid,label )
root="UUID=07729c48-25d8-4096-acaf-ce5322915680"
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-06 03:32:46 +05:30
root_type="ext4"
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-14 22:42:45 +05:30
util_linux=1
2020-01-30 19:23:17 +05:30
# device manager ( mdev,mdevd,udev )
2020-01-30 21:04:33 +05:30
devmgr="mdev"
2020-01-28 20:43:42 +05:30
2020-02-05 19:05:17 +05:30
# hostonly mode
2020-02-05 23:33:23 +05:30
hostonly=1
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-14 22:42:45 +05:30
lvm=1
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-09 01:35:03 +05:30
#lvm_conf=1
2020-01-05 23:31:39 +05:30
# LVM issue_discards
2020-01-25 16:57:02 +05:30
lvm_discard=1
2020-01-05 23:31:39 +05:30
2020-02-21 14:27:07 +05:30
# LVM parameters
#lvm_args=""
2020-01-05 23:31:39 +05:30
# LUKS support
2020-02-14 22:42:45 +05:30
luks=1
2020-01-05 23:31:39 +05:30
# parse crypttab
2020-02-14 22:42:45 +05:30
#crypttab=0
2020-01-05 23:31:39 +05:30
2020-01-25 16:57:02 +05:30
# LUKS encrypted root ( device,partuuid,uuid,label )
luks_root="PARTUUID=b04395be-f467-458b-8630-9a429b487600"
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-01-25 16:57:02 +05:30
luks_discard=1
2020-02-21 14:27:07 +05:30
# LUKS parameters
2020-01-25 16:57:02 +05:30
#luks_args=""