mirror of
https://github.com/KDE/kde-linux.git
synced 2026-04-19 22:19:24 -04:00
use proper name
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
---
|
||||
btrfsSubvolumes:
|
||||
- mountPoint: /
|
||||
subvolume: /@systemdOS
|
||||
subvolume: /@kdeos
|
||||
- mountPoint: /home
|
||||
subvolume: /@home
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user