about summary refs log tree commit diff stats
path: root/core/ports/dracut/dracut.conf
blob: a216be705b153ae990477e87d8f23f988478fc2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# PUT YOUR CONFIG IN separate files
# in /etc/dracut.conf.d named "<name>.conf"

# Equivalent to -H
hostonly="yes"

# Equivalent to -m "module module module"
dracutmodules+="dash kernel-modules rootfs-block udev-rules usrmount base fs-lib shutdown"

# Equivalent to -a "module"
add_dracutmodules+="caps debug"

# Equivalent to -o "module"
#omit_dracutmodules+="systemd systemd-bootchart systemd-networkd systemd-initrd"

# SEE man dracut.conf(5) for options