tinyramfs/config

58 lines
817 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
debug=1
2020-01-05 23:31:39 +05:30
# parse fstab
#use_fstab=0
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
#root_type=""
2020-01-05 23:31:39 +05:30
2020-01-25 16:57:02 +05:30
# root mount options
#root_args=""
2020-01-05 23:31:39 +05:30
2020-01-30 19:23:17 +05:30
# device manager ( mdev,mdevd,udev )
devmgr="mdev"
2020-01-28 20:43:42 +05:30
2020-01-05 23:31:39 +05:30
# drivers
2020-01-19 02:31:21 +05:30
#drivers=""
2020-01-05 23:31:39 +05:30
# binaries
2020-01-30 19:23:17 +05:30
binaries="./busybox findfs blkid mount modprobe umount"
2020-01-05 23:31:39 +05:30
# LVM support
2020-01-19 02:31:21 +05:30
use_lvm=1
2020-01-05 23:31:39 +05:30
# LVM include config
2020-01-25 16:57:02 +05:30
#use_lvmconf=0
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
# LUKS support
2020-01-25 16:57:02 +05:30
use_luks=1
2020-01-05 23:31:39 +05:30
# parse crypttab
#use_crypttab=0
2020-01-25 16:57:02 +05:30
# LUKS encrypted root ( device,partuuid,uuid,label )
luks_root="PARTUUID=b04395be-f467-458b-8630-9a429b487600"
# 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
# LUKS unlock options
#luks_args=""