tinyramfs/config

52 lines
700 B
Plaintext
Raw Normal View History

2020-01-05 21:01:39 +03:00
#
# configuration
#
# parse fstab
#use_fstab=0
2020-01-25 14:27:02 +03:00
# root fs ( device,partuuid,uuid,label )
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
#root_type=""
2020-01-05 21:01:39 +03:00
2020-01-25 14:27:02 +03:00
# root mount options
#root_args=""
2020-01-05 21:01:39 +03:00
# drivers
2020-01-19 00:01:21 +03:00
#drivers=""
2020-01-05 21:01:39 +03:00
# binaries
2020-01-19 00:01:21 +03:00
#binaries=""
2020-01-05 21:01:39 +03:00
# LVM support
2020-01-19 00:01:21 +03:00
use_lvm=1
2020-01-05 21:01:39 +03:00
# LVM include config
2020-01-25 14:27:02 +03:00
#use_lvmconf=0
2020-01-05 21:01:39 +03:00
# LVM issue_discards
2020-01-25 14:27:02 +03:00
lvm_discard=1
2020-01-05 21:01:39 +03:00
# LUKS support
2020-01-25 14:27:02 +03:00
use_luks=1
2020-01-05 21:01:39 +03:00
# parse crypttab
#use_crypttab=0
2020-01-25 14:27:02 +03:00
# 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 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-01-25 14:27:02 +03:00
luks_discard=1
# LUKS unlock options
#luks_args=""