Skip to content

Commit

Permalink
Add prefixdevname support to the boot.iso
Browse files Browse the repository at this point in the history
Resolves: rhbz#2267227
  • Loading branch information
rvykydal authored and bcl committed Mar 11, 2024
1 parent b656a59 commit ffba307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions share/templates.d/99-generic/runtime-install.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ installpkg tigervnc-server-module
installpkg net-tools
installpkg bridge-utils
installpkg nmap-ncat
installpkg prefixdevname

## hardware utilities/libraries
installpkg pciutils usbutils ipmitool
Expand Down
2 changes: 1 addition & 1 deletion src/pylorax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ def run(self, dbo, product, version, release, variant="", bugurl="",
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"]

logger.info("dracut args = %s", dracut_args)
logger.info("anaconda args = %s", anaconda_args)
Expand Down

0 comments on commit ffba307

Please sign in to comment.