tinyramfs/config

79 lines
1.2 KiB
Plaintext
Raw Normal View History

2020-01-05 21:01:39 +03:00
#
# configuration
#
2020-01-30 16:53:17 +03:00
# debug mode
2020-02-09 03:39:08 +03:00
#debug=1
2020-01-30 16:53:17 +03:00
# custom output name
#initramfs=""
2020-02-11 23:30:20 +03:00
# custom kernel version
#kernel=""
# custom compression program
#compress=""
2020-01-05 21:01:39 +03:00
# parse fstab
2020-02-14 20:12:45 +03:00
#fstab=0
2020-01-05 21:01:39 +03:00
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
# change this if you using busybox util-linux
2020-02-06 01:02:46 +03:00
root_type="ext4"
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
# 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
2020-02-14 20:12:45 +03:00
util_linux=1
2020-01-30 16:53:17 +03:00
# device manager ( mdev,mdevd,udev )
2020-01-30 18:34:33 +03:00
devmgr="mdev"
2020-01-28 18:13:42 +03:00
2020-02-05 16:35:17 +03:00
# hostonly mode
2020-02-05 21:03:23 +03:00
hostonly=1
2020-02-05 16:35:17 +03:00
# custom drivers
2020-01-19 00:01:21 +03:00
#drivers=""
2020-01-05 21:01:39 +03:00
# custom binaries
2020-02-09 03:39:08 +03:00
#binaries=""
2020-01-05 21:01:39 +03:00
# LVM support
2020-02-14 20:12:45 +03:00
lvm=1
2020-01-05 21:01:39 +03:00
# LVM include config
2020-02-08 23:05:03 +03:00
#lvm_conf=1
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-02-14 20:12:45 +03:00
luks=1
2020-01-05 21:01:39 +03:00
# parse crypttab
2020-02-14 20:12:45 +03:00
#crypttab=0
2020-01-05 21:01:39 +03:00
2020-01-25 14:27:02 +03:00
# LUKS encrypted root ( device,partuuid,uuid,label )
luks_root="PARTUUID=b04395be-f467-458b-8630-9a429b487600"
2020-02-19 10:12:37 +03:00
# luks mapper name ( /dev/mapper/<name>)
#luks_name=""
2020-01-25 14:27:02 +03:00
# 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=""