Add prefixdevname support to the boot.iso

Resolves: rhbz#1623000
This commit is contained in:
Brian C. Lane 2018-09-04 16:05:13 -07:00
parent 281a005799
commit 551474ac8d
2 changed files with 2 additions and 1 deletions

View File

@ -63,6 +63,7 @@ installpkg plymouth
## extra dracut modules
installpkg anaconda-dracut dracut-network dracut-config-generic dracut-fips
installpkg prefixdevname
## import-state.service for switchroot
installpkg initscripts

View File

@ -355,7 +355,7 @@ class Lorax(BaseLoraxClass):
for arg in user_dracut_args:
dracut_args += arg.split(" ", 1)
anaconda_args = dracut_args + ["--add", "anaconda pollcdrom qemu qemu-net"]
anaconda_args = dracut_args + ["--add", "anaconda pollcdrom qemu qemu-net prefixdevname-tools"]
# ppc64 cannot boot an initrd > 32MiB so remove some drivers
if self.arch.basearch in ("ppc64", "ppc64le"):