tinyramfs/config

46 lines
515 B
Plaintext
Raw Normal View History

2020-01-05 23:31:39 +05:30
#
# configuration
#
# parse fstab
#use_fstab=0
# root fs
2020-01-19 02:31:21 +05:30
root="UUID=28305682-0dfe-40a9-bf39-5df42123b749"
2020-01-05 23:31:39 +05:30
# root fs type
2020-01-19 02:31:21 +05:30
#rootfstype=""
2020-01-05 23:31:39 +05:30
# root fs mount options
2020-01-19 02:31:21 +05:30
#rootflags=""
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-19 02:31:21 +05:30
#binaries=""
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-19 02:31:21 +05:30
use_lvmconf=0
2020-01-05 23:31:39 +05:30
# LVM issue_discards
2020-01-19 02:31:21 +05:30
lvm_discard=0
2020-01-05 23:31:39 +05:30
# 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