3799a26b3c
- Expand example configurations - Optimize commoon case of just listing package names - Do locale substitution in both kinds of cases
13 lines
207 B
YAML
13 lines
207 B
YAML
backend: dummy
|
|
rootMountPoint: /tmp/mount
|
|
operations:
|
|
- install:
|
|
- pre-script: touch /tmp/foo
|
|
package: vi
|
|
post-script: rm /tmp/foo
|
|
- wget
|
|
- binutils
|
|
- remove:
|
|
- vi
|
|
- wget
|