From 23eea31d2a2f960f3a77fec54c9aa5135dc8ff2f Mon Sep 17 00:00:00 2001 From: Harald Sitter Date: Wed, 6 Aug 2025 19:13:51 +0200 Subject: [PATCH] calamares: don't btrfs receive anymore there is no btrfs in the raw image. it's erofs now --- mkosi.extra/live/usr/bin/_calamares@subvol | 1 - 1 file changed, 1 deletion(-) diff --git a/mkosi.extra/live/usr/bin/_calamares@subvol b/mkosi.extra/live/usr/bin/_calamares@subvol index b2a1dc0..95eb55d 100755 --- a/mkosi.extra/live/usr/bin/_calamares@subvol +++ b/mkosi.extra/live/usr/bin/_calamares@subvol @@ -49,7 +49,6 @@ if grep "kde-linux.erofs=1" /proc/cmdline; then else btrfs subvolume create @kde-linux_$IMAGE_VERSION cp -ra /system/. @kde-linux_$IMAGE_VERSION - btrfs send --compressed-data "/system/@kde-linux_$IMAGE_VERSION" | btrfs receive . btrfs subvolume create @home btrfs subvolume create @root btrfs subvolume create @locale