[f21/master] Install optional product and updates packages (#1155228)

Brian C. Lane bcl at redhat.com
Thu Nov 20 21:58:00 UTC 2014


To make it easier for users to add product and updates images look for
any packages that provide lorax-product-* or lorax-updates-*

Related: rhbz#1155228
---
 share/runtime-install.tmpl | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/share/runtime-install.tmpl b/share/runtime-install.tmpl
index cc3ec00..d9c678d 100644
--- a/share/runtime-install.tmpl
+++ b/share/runtime-install.tmpl
@@ -45,6 +45,12 @@ installpkg grubby
     installpkg lsscsi s390utils-base s390utils-cmsfs-fuse
 %endif
 
+## optional product.img or updates.img files
+log "Looking for extra lorax-product- packages..."
+-installpkg lorax-product-*
+log "Looking for extra lorax-updates- packages..."
+-installpkg lorax-updates-*
+
 ## yay, plymouth
 installpkg plymouth
 
-- 
1.9.3



More information about the anaconda-patches mailing list