c4dd0e7 Add support for --installpkgs

3 files Authored by bcl 9 years ago, Committed by ausil 9 years ago,
    Add support for --installpkgs
    
    This allows the user to add specific packages, or package globs, to the
    installer's root via lorax. For example, to build a server product with
    the correct product.img you would pass --installpkgs
    fedora-productimg-server
    
    This removes the need for the kickstart to use --exclude on the repo
    lines and makes it more explicit as to what is being built. This command
    mirrors the same command in lorax.
    
        
file modified
+1 -1
file modified
+5 -0
file modified
+6 -1