tinyramfs/config

70 lines
1.1 KiB
Plaintext
Raw Normal View History

2020-01-05 23:31:39 +05:30
#
# configuration
#
2020-01-30 19:23:17 +05:30
# debug mode
2020-02-09 06:09:08 +05:30
#debug=1
2020-01-30 19:23:17 +05:30
2020-02-12 02:00:20 +05:30
# custom kernel version
#kernel=""
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
# change this if you using busybox util-linux
2020-02-06 03:32:46 +05:30
root_type="ext4"
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
# disable this if you want to get rid of util-linux
# NOTE busybox util-linux implemetation doesn't have
# PARTUUID support and proper filesystem type autodetection
use_util_linux=1
2020-01-30 19:23:17 +05:30
# device manager ( mdev,mdevd,udev )
2020-01-30 21:04:33 +05:30
devmgr="mdev"
2020-01-28 20:43:42 +05:30
2020-02-05 19:05:17 +05:30
# hostonly mode
2020-02-05 23:33:23 +05:30
hostonly=1
2020-02-05 19:05:17 +05:30
# custom drivers
2020-01-19 02:31:21 +05:30
#drivers=""
2020-01-05 23:31:39 +05:30
# custom binaries
2020-02-09 06:09:08 +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-02-09 01:35:03 +05:30
#lvm_conf=1
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=""