tinyramfs/config

46 lines
515 B
Plaintext
Raw Normal View History

2020-01-05 21:01:39 +03:00
#
# configuration
#
# parse fstab
#use_fstab=0
# root fs
2020-01-19 00:01:21 +03:00
root="UUID=28305682-0dfe-40a9-bf39-5df42123b749"
2020-01-05 21:01:39 +03:00
# root fs type
2020-01-19 00:01:21 +03:00
#rootfstype=""
2020-01-05 21:01:39 +03:00
# root fs mount options
2020-01-19 00:01:21 +03:00
#rootflags=""
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-19 00:01:21 +03:00
use_lvmconf=0
2020-01-05 21:01:39 +03:00
# LVM issue_discards
2020-01-19 00:01:21 +03:00
lvm_discard=0
2020-01-05 21:01:39 +03:00
# LUKS support
#use_luks=0
# parse crypttab
#use_crypttab=0
# LUKS header
#luks_header=/path/to/header
# LUKS keyfile
#luks_keyfile=/path/to/keyfile
# LUKS allow_discards
#luks_discard=0