-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(CLI): Agama profile import command (#1270)
## Problem There are many steps in autoinstallation processing that is splitted over multiple command line arguments. It is problematic if user use shell script based autoinstallation and need to all of those steps. ## Solution Introduce new "agama profile import" command that do all autoinstallation processing. Only install part is not done. This allows user to use hooks or tuning before real installation begins.
- Loading branch information
Showing
7 changed files
with
96 additions
and
78 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
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,3 +1,10 @@ | ||
------------------------------------------------------------------- | ||
Wed May 29 12:15:37 UTC 2024 - Josef Reidinger <[email protected]> | ||
|
||
- CLI: Add new command "agama profile import" that does the whole | ||
autoinstallation processing and loads the configuration | ||
(gh#openSUSE/agama#1270). | ||
|
||
------------------------------------------------------------------- | ||
Wed May 29 11:16:11 UTC 2024 - Imobach Gonzalez Sosa <[email protected]> | ||
|
||
|