calamares/src/modules/mount/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

13 lines
279 B
YAML

# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
partitions:
- device: "/dev/sdb1"
mountPoint: "/"
fs: "ext4"
- device: "/dev/sdb2"
mountPoint: "/home"
fs: "ext4"
- device: "/dev/sdb3"
mountPoint: ""
fs: "linuxswap"