mirror of
https://github.com/Snigdha-OS/snigdhaos-calamares-config.git
synced 2025-09-20 20:04:56 +02:00
⏳ @eshanized updated the repository!!!
This commit is contained in:
@@ -55,10 +55,17 @@ btrfsSubvolumes:
|
|||||||
# subvolume: ""
|
# subvolume: ""
|
||||||
- mountPoint: /home
|
- mountPoint: /home
|
||||||
subvolume: /@home
|
subvolume: /@home
|
||||||
|
- mountPoint: /root
|
||||||
|
subvolume: /@root
|
||||||
|
- mountPoint: /srv
|
||||||
|
subvolume: /@srv
|
||||||
- mountPoint: /var/cache
|
- mountPoint: /var/cache
|
||||||
subvolume: /@cache
|
subvolume: /@cache
|
||||||
- mountPoint: /var/log
|
- mountPoint: /var/log
|
||||||
subvolume: /@log
|
subvolume: /@log
|
||||||
|
- mountPoint: /var/tmp
|
||||||
|
subvolume: /@tmp
|
||||||
|
|
||||||
|
|
||||||
# The name of the btrfs subvolume holding the swapfile. This only used when
|
# The name of the btrfs subvolume holding the swapfile. This only used when
|
||||||
# a swapfile is selected and the root filesystem is btrfs
|
# a swapfile is selected and the root filesystem is btrfs
|
||||||
@@ -112,11 +119,11 @@ btrfsSwapSubvol: /@swap
|
|||||||
#
|
#
|
||||||
mountOptions:
|
mountOptions:
|
||||||
- filesystem: default
|
- filesystem: default
|
||||||
options: [ defaults ]
|
options: [ defaults, noatime ]
|
||||||
- filesystem: efi
|
- filesystem: efi
|
||||||
options: [ defaults, umask=0077 ]
|
options: [ defaults, umask=0077 ]
|
||||||
- filesystem: btrfs
|
- filesystem: btrfs
|
||||||
options: [ defaults, compress=zstd:1 ]
|
options: [ defaults, noatime, compress=zstd ]
|
||||||
- filesystem: btrfs_swap
|
- filesystem: btrfs_swap
|
||||||
options: [ defaults, noatime ]
|
options: [ defaults, noatime ]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user