mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-25 03:15:44 -05:00
Move comments closer to where they are used
This commit is contained in:
parent
16bf7925a2
commit
67aedd5582
1 changed files with 4 additions and 4 deletions
|
@ -19,10 +19,6 @@
|
||||||
# The device is not mounted if the mountPoint is unset or if the fs is
|
# The device is not mounted if the mountPoint is unset or if the fs is
|
||||||
# set to unformatted.
|
# set to unformatted.
|
||||||
#
|
#
|
||||||
---
|
|
||||||
# Btrfs subvolumes to create if root filesystem is on btrfs volume.
|
|
||||||
# If mountpoint is mounted already to another partition, it is ignored.
|
|
||||||
# Separate subvolume for swapfile is handled separately and automatically.
|
|
||||||
extraMounts:
|
extraMounts:
|
||||||
- device: proc
|
- device: proc
|
||||||
fs: proc
|
fs: proc
|
||||||
|
@ -45,6 +41,10 @@ extraMountsEfi:
|
||||||
fs: efivarfs
|
fs: efivarfs
|
||||||
mountPoint: /sys/firmware/efi/efivars
|
mountPoint: /sys/firmware/efi/efivars
|
||||||
|
|
||||||
|
# Btrfs subvolumes to create if root filesystem is on btrfs volume.
|
||||||
|
# If mountpoint is mounted already to another partition, it is ignored.
|
||||||
|
# Separate subvolume for swapfile is handled separately and automatically.
|
||||||
|
|
||||||
btrfsSubvolumes:
|
btrfsSubvolumes:
|
||||||
- mountPoint: /
|
- mountPoint: /
|
||||||
subvolume: /@
|
subvolume: /@
|
||||||
|
|
Loading…
Add table
Reference in a new issue