Skip to content
Snippets Groups Projects
Commit 6b9a1530 authored by Adriaan de Groot's avatar Adriaan de Groot
Browse files

[mount] Add test exercising partial-filtering

parent eb4ffe73
No related branches found
No related tags found
No related merge requests found
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
partitions:
- device: "/dev/sdb1"
mountPoint: "/"
fs: "btrfs"
- device: "/dev/sdb2"
mountPoint: "/home"
fs: "ext4"
partitionChoices:
swap: file
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
btrfsSubvolumes:
- mountPoint: /
subvolume: /@
- mountPoint: /home
subvolume: /@home
- mountPoint: /var/cache
subvolume: /@cache
- mountPoint: /var/log
subvolume: /@log
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment