calamares/src/modules/packages/test.yaml
Kyle Robertze 5eb0c8e40b updated docs to better explain new features
the docs do not current reflect the new net-install and packages modules
changes well. This updates them to explain the new keys in the
configuration files.
2017-02-20 11:06:58 +01:00

11 lines
184 B
YAML

rootMountPoint: /tmp/mount
packageOperations:
- install:
- pre-script: touch /tmp/foo
package: vi
post-script: rm /tmp/foo
- wget
- remove:
- vi
- wget