calamares/src/modules/packages/test.yaml
Adriaan de Groot 2eecd431fe REUSE: (CC0-1.0) test data
There's lots of (YAML) test data that is just trivial configurations
for modules. Since the configurations themselves are **also** CC0-1.0,
and the tests are less interesting, license them equally liberally.
2020-08-26 02:05:46 +02:00

15 lines
271 B
YAML

# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
backend: dummy
rootMountPoint: /tmp/mount
operations:
- install:
- pre-script: touch /tmp/foo
package: vi
post-script: rm /tmp/foo
- wget
- binutils
- remove:
- vi
- wget