mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 18:35:37 -04:00
[mount] Add test exercising partial-filtering
This commit is contained in:
parent
eb4ffe737e
commit
6b9a1530f8
2 changed files with 23 additions and 0 deletions
11
src/modules/mount/tests/4.global
Normal file
11
src/modules/mount/tests/4.global
Normal file
|
@ -0,0 +1,11 @@
|
|||
# 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
|
12
src/modules/mount/tests/4.job
Normal file
12
src/modules/mount/tests/4.job
Normal file
|
@ -0,0 +1,12 @@
|
|||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue