Add prefixdevname support to the boot.iso
Resolves: rhbz#1623000
This commit is contained in:
parent
281a005799
commit
551474ac8d
@ -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
|
||||
|
@ -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"):
|
||||
|
Loading…
Reference in New Issue
Block a user