Build-configs/acorinstaller/calamares/modules/mount.conf

39 lines
825 B
Plaintext
Raw Normal View History

2023-07-04 20:15:59 +00:00
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
#
# Mount filesystems in the target (generally, before treating the
2023-07-04 20:15:59 +00:00
# target as a usable chroot / "live" system).
---
2023-07-04 20:15:59 +00:00
extraMounts:
- device: proc
fs: proc
mountPoint: /proc
- device: sys
fs: sysfs
mountPoint: /sys
- device: /dev
mountPoint: /dev
options: bind
- device: tmpfs
fs: tmpfs
mountPoint: /run
- device: /run/udev
mountPoint: /run/udev
options: bind
- device: efivarfs
fs: efivarfs
mountPoint: /sys/firmware/efi/efivars
2023-07-04 20:15:59 +00:00
btrfsSwapSubvol: /@swap
btrfsSubvolumes:
- mountPoint: /
subvolume: /@
- mountPoint: /home
subvolume: /@home
- mountPoint: /var/cache
subvolume: /@cache
- mountPoint: /var/log
subvolume: /@log