From 466918fbb5e493e682620ec67ccaeb019a37b6a2 Mon Sep 17 00:00:00 2001 From: Nippy Date: Sat, 18 Jul 2026 10:31:55 +0200 Subject: teszt --- raveos-calamares-theme/etc/calamares/modules/partition.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'raveos-calamares-theme/etc/calamares/modules/partition.conf') diff --git a/raveos-calamares-theme/etc/calamares/modules/partition.conf b/raveos-calamares-theme/etc/calamares/modules/partition.conf index f73a24e..f67a679 100644 --- a/raveos-calamares-theme/etc/calamares/modules/partition.conf +++ b/raveos-calamares-theme/etc/calamares/modules/partition.conf @@ -239,6 +239,17 @@ btrfsSubvolumes: # sectors-per-cluster: 128 # size: 100% # + +# btrfsSubvolumes (above) is only honoured when a custom partitionLayout is +# in effect -- Calamares' own hardcoded btrfs subvolume defaults are used +# otherwise, even in plain "erase disk" automatic mode. "unknown" here means +# the user's actual filesystem choice (ext4 or btrfs) is used, same as the +# no-custom-layout default -- this just exists to make btrfsSubvolumes apply. +partitionLayout: + - name: "rootfs" + filesystem: "unknown" + mountPoint: "/" + size: 100% # There can be any number of partitions, each entry having the following attributes: # - name: filesystem label # and -- cgit v1.3