From ea2371b70a72d3db101353f144009ebcf768fec1 Mon Sep 17 00:00:00 2001 From: Cappy Ishihara Date: Wed, 12 Feb 2025 20:41:57 +0700 Subject: [PATCH] revert template change Signed-off-by: madonuko --- templates/wholedisk/50-root.conf | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/templates/wholedisk/50-root.conf b/templates/wholedisk/50-root.conf index d133f13..b4ec068 100644 --- a/templates/wholedisk/50-root.conf +++ b/templates/wholedisk/50-root.conf @@ -1,12 +1,11 @@ [Partition] -Subvolumes=/ /home -CopyFiles=/:/ -CompressionLevel=1 MountPoint=/:subvol=/,compress=zstd:1 MountPoint=/home:subvol=/home,compress=zstd:1 DefaultSubvolume=/ -Format=btrfs -ExcludeFiles=/boot/ -Compression=zstd -Encrypt=key-file Type=root +Compression=zstd +ExcludeFiles=/boot/ +Format=btrfs +CopyFiles=/:/ +Subvolumes=/ /home +CompressionLevel=1