mirror of https://github.com/cutefishos/calamares
[mount] Add test exercising partial-filtering
parent
eb4ffe737e
commit
6b9a1530f8
@ -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
|
@ -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…
Reference in New Issue