Add default configuration
This commit is contained in:
parent
c1064c5e08
commit
4ab30569c2
@ -19,6 +19,10 @@
|
|||||||
# 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
|
||||||
@ -40,3 +44,13 @@ extraMountsEfi:
|
|||||||
- device: efivarfs
|
- device: efivarfs
|
||||||
fs: efivarfs
|
fs: efivarfs
|
||||||
mountPoint: /sys/firmware/efi/efivars
|
mountPoint: /sys/firmware/efi/efivars
|
||||||
|
|
||||||
|
btrfsSubvolumes:
|
||||||
|
- mountPoint: /
|
||||||
|
subvolume: @
|
||||||
|
- mountPoint: /home
|
||||||
|
subvolume: @home
|
||||||
|
- mountPoint: /var/cache
|
||||||
|
subvolume: @cache
|
||||||
|
- mountPoint: /var/log
|
||||||
|
subvolume: @log
|
Loading…
Reference in New Issue
Block a user