Revert "Install optional product and updates packages (#1155228)"
This reverts commit 232451a4a2
.
Use --installpkgs instead.
This commit is contained in:
parent
d96ed99621
commit
58071fc935
@ -16,5 +16,6 @@ you would put your custom class here:
|
|||||||
|
|
||||||
/usr/share/lorax/product/run/install/product/pyanaconda/installclasses/custom.py
|
/usr/share/lorax/product/run/install/product/pyanaconda/installclasses/custom.py
|
||||||
|
|
||||||
If the repository that lorax uses contains packages with lorax-product-* and/or
|
If the packages containing the product/updates files are not included as part
|
||||||
lorax-updates-* provides it will add these packages to the image.
|
of normal dependencies you can add specific packages with the --installpkgs
|
||||||
|
command or the installpkgs paramater of RuntimeBuilder.
|
||||||
|
@ -45,12 +45,6 @@ installpkg grubby
|
|||||||
installpkg lsscsi s390utils-base s390utils-cmsfs-fuse
|
installpkg lsscsi s390utils-base s390utils-cmsfs-fuse
|
||||||
%endif
|
%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
|
## yay, plymouth
|
||||||
installpkg plymouth
|
installpkg plymouth
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user