ba09742a3f
Prevent an early load of the Astribank (xpp) drivers at initrd time, as they require some files from the root filesystem. This installs a file in the dracut configuration directory that will take effect the next time dracut generates an initrd image. This installs an configuration file for dracut which is ignored if dracut is not installed and is a no-op if xpp_usb is not loaded on your system. Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com>
6 lines
222 B
Plaintext
6 lines
222 B
Plaintext
# A dracut.conf(5) snippet
|
|
# Disable loading the Astribank (xpp_usb) drivers. This is because
|
|
# it relies on files in the root filesystem:
|
|
# See https://issues.asterisk.org/jira/browse/DAHLIN-352
|
|
omit_drivers+=" xpp_usb "
|