Allow Choice of package group presets when provisioning

Choice is presented at beginning of provisioning and can choose from 3 different package groups (desktop, laptop, headless) with emphasis on different deployment functionality. Additional packages to run installation against can also be passed in as command option with -f "/path/to/packages.csv /path/to/more.csv" which will get installed alongside the selected package group. When choosing -F the packages will get installed as the only packages instead.
This commit is contained in:
Marty Oehme 2019-03-11 20:24:06 +00:00
parent c768aa9983
commit cf00dabeb0
9 changed files with 105 additions and 49 deletions

View file

@ -0,0 +1,3 @@
#TAG,NAME IN REPO (or git url),PURPOSE (should be a verb phrase to sound right while installing)
A,enpass-bin,"is a cross-platform personal password manager with gui."
,gtk3,"is a gui toolkit, necessary for enpass-bin to work. (enpass forgets to install it)"
1 #TAG NAME IN REPO (or git url) PURPOSE (should be a verb phrase to sound right while installing)
2 A enpass-bin is a cross-platform personal password manager with gui.
3 gtk3 is a gui toolkit, necessary for enpass-bin to work. (enpass forgets to install it)