This repository has been archived by the owner on Oct 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop the hidden option ---generate-rpm in favor of --system-package. The new option controls how a system container is installed to the host: --generate-rpm=build build the rpm file without installing it. --generate-rpm=yes build the rpm and install it, the rpm is deleted. --generate-rpm=no do not attempt to build and install an rpm file. --generate-rpm=auto install the rpm only if a .spec file is defined in the image. This is the default. Signed-off-by: Giuseppe Scrivano <[email protected]> Closes: #767 Approved by: rhatdan
- Loading branch information
1 parent
54401c2
commit 5f3a498
Showing
4 changed files
with
71 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -718,6 +718,7 @@ _atomic_install() { | |
--rootfs | ||
--storage | ||
--system | ||
--system-package | ||
--set | ||
--user | ||
" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters