This reverts commit 232451a4a23af2ac38155c63f54b6d6d7eb0d86c.
Use --installpkgs instead. --- README.product | 5 +++-- share/runtime-install.tmpl | 6 ------ 2 files changed, 3 insertions(+), 8 deletions(-)
diff --git a/README.product b/README.product index 190f6c5..d1c974d 100644 --- a/README.product +++ b/README.product @@ -16,5 +16,6 @@ you would put your custom class here:
/usr/share/lorax/product/run/install/product/pyanaconda/installclasses/custom.py
-If the repository that lorax uses contains packages with lorax-product-* and/or -lorax-updates-* provides it will add these packages to the image. +If the packages containing the product/updates files are not included as part +of normal dependencies you can add specific packages with the --installpkgs +command or the installpkgs paramater of RuntimeBuilder. diff --git a/share/runtime-install.tmpl b/share/runtime-install.tmpl index d480384..a3f3004 100644 --- a/share/runtime-install.tmpl +++ b/share/runtime-install.tmpl @@ -45,12 +45,6 @@ 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
anaconda-patches@lists.fedorahosted.org