#
# Make backup of initramfs. Current /boot/initramfs.gz will be renamed
# to /boot/initramfs.gz.old
#
MAKEBACKUP=yes

#
# How should initramfs be compressed. Values of gzip, bzip2, lzma and xz
# are supported. If unset or kernel/bootloader does not support configured
# compression, gzip is used.
#
COMPRESS=

#
# This defines if initram will be used always (=yes), never (=disabled)
# or if required (=no). initramfs is required if you're running ZFS, F2FS
# or NFS as root fs (if ethernet network driver not compiled in kernel),
# or root partition has been defined as iSCSI=, UUID= or LABEL=, or last
# but not least cnet= parameter has been given in kernels cmdline
#
# Recommended value: no
#
FORCEINITRAM=no

#
# This defines if LVM stuff should be included into initramfs. This applies only
# if lvm package has been already installed
#
LVM=no

#
# Include VNC server into initramfs. If variable is set to 'yes', it will be
# included always, if set to 'auto', if will be included if vnc string is found
# in /boot/cmdline.txt or /boot/boot.scr.txt. 'no' disables it at all
#
VNC=auto

#
# Include iSCSI stuff into initramfs. If variable is set to 'yes', it will be
# included always, if set to 'auto', it will be included if root=iSCSI= string
# is found in /boot/cmdline.txt or /boot/boot.scr.txt.
#
# Recommended value: auto
#
iSCSI=auto

#
# Include (W)LAN stuff into initramfs. If included, using root fs on NFS is possible
# by WLAN connections. If variable is set to 'yes', it will be included always,
# if set to 'auto', it will be included if 'wlan[0-9]', 'ra[0-9]', 'br[0-9]',
# 'bond[0-9]' or 'cnet' string is found in /boot/cmdline.txt or /boot/boot.scr.txt.
#
# Recommended value: auto
#
LAN=auto

#
# Include EXTFS tools into initramfs. If variable is set to 'yes', it will be
# included always, if set to 'auto', it will be included if current root fs is
# ext2, ext3 or ext4 or undefined.
#
# Recommended value: auto
#
EXTFS=auto

#
# Include BTRFS tools into initramfs. If variable is set to 'yes', it will be
# included always, if set to 'auto', it will be included if current root fs is
# btrfs or undefined.
#
# Recommended value: auto
#
BTRFS=auto

#
# Include ZFS stuff into initramfs. If variable is set to 'yes', it will be
# included always, if set to 'auto', it will be included if current root fs is
# zfs or root=ZFS= string is found in /boot/cmdline.txt or /boot/boot.scr.txt.
#
# Recommended value: auto
#
ZFS=auto

#
# Include Video driver stuff into initramfs. If variable is set to 'yes', it will
# be included always, if set to 'auto', it will be included if the initramfs
# is used anyway
#
# Recommended value: auto
#
VIDEO=auto

#
# This variable specifies the files which should be included into initramfs. Usually
# used for firmware files, but all others are possible though. Wildcards are
# supported
#
INCLUDEFILES=''

#
# This variable specifies the modules which should be included into initramfs.
# Please note that these modules are not necessarily loaded during booting.
#
INCLUDEMODULES=''
