summaryrefslogtreecommitdiff
path: root/raveos-calamares-theme/etc/calamares/modules/partition.conf
diff options
context:
space:
mode:
authorNippy <nippy@rp1.hu>2026-07-18 11:01:02 +0200
committerNippy <nippy@rp1.hu>2026-07-18 11:01:02 +0200
commit21d87a3a711d53f5cc04fd9d5113357906a86a02 (patch)
tree2e15007333443f732301efd65bc2be6cd0f9c12e /raveos-calamares-theme/etc/calamares/modules/partition.conf
parent466918fbb5e493e682620ec67ccaeb019a37b6a2 (diff)
downloadRaveOS-PKGBUILD-21d87a3a711d53f5cc04fd9d5113357906a86a02.tar.gz
RaveOS-PKGBUILD-21d87a3a711d53f5cc04fd9d5113357906a86a02.zip
fix btrfsHEADmain
Diffstat (limited to 'raveos-calamares-theme/etc/calamares/modules/partition.conf')
-rw-r--r--raveos-calamares-theme/etc/calamares/modules/partition.conf20
1 files changed, 10 insertions, 10 deletions
diff --git a/raveos-calamares-theme/etc/calamares/modules/partition.conf b/raveos-calamares-theme/etc/calamares/modules/partition.conf
index f67a679..732a5df 100644
--- a/raveos-calamares-theme/etc/calamares/modules/partition.conf
+++ b/raveos-calamares-theme/etc/calamares/modules/partition.conf
@@ -169,16 +169,16 @@ availableFileSystemTypes: ["ext4","btrfs"]
# This mirrors archinstall's default btrfs layout, see:
# https://gitlab.archlinux.org/archlinux/archinstall/-/blob/master/archinstall/lib/disk/disk_menu.py
btrfsSubvolumes:
- - mountPoint: "/"
- subvolume: "/@"
- - mountPoint: "/home"
- subvolume: "/@home"
- - mountPoint: "/var/log"
- subvolume: "/@log"
- - mountPoint: "/var/cache/pacman/pkg"
- subvolume: "/@pkg"
- - mountPoint: "/.snapshots"
- subvolume: "/@snapshots"
+ - mountPoint: /
+ subvolume: /@
+ - mountPoint: /home
+ subvolume: /@home
+ - mountPoint: /var/log
+ subvolume: /@log
+ - mountPoint: /var/cache/pacman/pkg
+ subvolume: /@pkg
+ - mountPoint: /.snapshots
+ subvolume: /@snapshots
# Show/hide LUKS related functionality in automated partitioning modes.
# Disable this if you choose not to deploy early unlocking support in GRUB2