use proper name

This commit is contained in:
Harald Sitter
2024-03-16 19:32:24 +01:00
parent 8f9a537d7a
commit 57d510e87f
2 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@
---
btrfsSubvolumes:
- mountPoint: /
subvolume: /@systemdOS
subvolume: /@kdeos
- mountPoint: /home
subvolume: /@home

View File

@@ -15,10 +15,10 @@ device=$(findmnt --noheadings --nofsroot --output SOURCE "$ROOT")
mount -o subvol=/ "$device" "$ROOT/system"
cd "$ROOT/system"
. /etc/os-release
# FIXME set actual version
mv @systemdOS @systemdOS_0
ln -s @systemdOS_0 @systemdOS
btrfs subvolume set-default @systemdOS
mv @kdeos "@kdeos_$IMAGE_VERSION"
# @home gets created by calamares' mount module
btrfs subvolume create @snap