openSUSE / fuel-ignition

Easily generate new or edit existing Ignition configs. No more fiddling around with JSON or Butane.
GNU General Public License v2.0
23 stars 7 forks source link

Allow comma and spaces in zypper list #21

Closed grisu48 closed 1 year ago

grisu48 commented 1 year ago

Simplify the installation of package defitions for combustion by allowing users to insert multiple packages, separated either by space or by comma.

This should make it easier to users to select multiple packages, because the text field does not require the knowledge that the package list will be directly used in zypper, but it allows a more human-natural way of entering comma separated items.

grisu48 commented 1 year ago

Tested in a local container.

faeller commented 1 year ago

lgtm, thank you for contributing!