Skip to content

Instantly share code, notes, and snippets.

@M4rtinK
Created February 7, 2018 16:48
Show Gist options
  • Save M4rtinK/83bbcda3569314d26593c105d3b3e985 to your computer and use it in GitHub Desktop.
Save M4rtinK/83bbcda3569314d26593c105d3b3e985 to your computer and use it in GitHub Desktop.
modularity kickstart support example
Example kickstart
repo ... # repo, no changes here
enablemodule --name=nodejs --stream=6 # module default - NEW
%packages
nodejs # package, no changes here
@Gnome Group # groups, no changes here
@httpd:2.4 # module - NEW
@vim/minimal # module - NEW
%end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment