5eb0c8e40b
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.
11 lines
184 B
YAML
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
|