mirror of
https://github.com/KDE/kde-linux.git
synced 2026-04-18 21:48:23 -04:00
calamares: don't btrfs receive anymore
there is no btrfs in the raw image. it's erofs now
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user