2eecd431fe
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.
13 lines
279 B
YAML
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"
|