tinyramfs/config

46 lines
558 B
Plaintext
Raw Normal View History

2020-01-05 23:31:39 +05:30
#
# configuration
#
# parse fstab
#use_fstab=0
# root fs
root="/dev/sda1"
# root fs type
rootfstype="ext4"
# root fs mount options
rootflags=""
# drivers
2020-01-07 03:09:15 +05:30
drivers="ext4 virtio-scsi virtio-pci sd-mod"
2020-01-05 23:31:39 +05:30
# binaries
2020-01-12 22:13:16 +05:30
binaries="./busybox findfs mount modprobe umount"
2020-01-05 23:31:39 +05:30
# LVM support
#use_lvm=0
# LVM include config
#use_lvmconf=0
# LVM issue_discards
#lvm_discard=0
# 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