DEUTSCH | ENGLISH, see below
Betrifft die ISOs von
https://testbuilds.siduction.org/ mit dem Datum 2024-03-29
und die Flavors kde, lxqt, nox, xfce und xorg.
ISOs, die nach 2024-04-29 erstellt wurden, sind nicht betroffen.
Die Meldung
"Die Konfiguration von 'Root' ist nicht vorhanden"
erscheint, wenn ein snapper Kommando im Terminal abgesetzt wird.
Abhilfe:
Als root im Terminal folgende Befehle ausführen. Bitte die Reihenfolge beachten.
rmdir @@ROOT@@.snapshots
cp /usr/share/snapper/config-templates/default /etc/snapper/configs/root
sed -i 's|SNAPPER_CONFIGS=""|SNAPPER_CONFIGS="root"|' /etc/default/snapper
snapper -c root set-config TIMELINE_CREATE=no
snapper -c root set-config ALLOW_GROUPS=users
snapper -c root set-config SYNC_ACL=yes
snapper -c home create-config -f btrfs /home
snapper -c home set-config TIMELINE_CREATE=no
snapper -c home set-config ALLOW_GROUPS=users
snapper -c home set-config SYNC_ACL=yes
--------------------------------------------------------------------
ENGLISH
Concerns the ISOs from
https://testbuilds.siduction.org/ with the date 2024-03-29
and the flavors kde, lxqt, nox, xfce, and xorg.
ISOs created after 2024-04-29 are not affected.
The message
"The config 'root' does not exist"
appears when a snapper command is executed in the terminal.
Workaround:
Run the following commands as root in the terminal. Please note the order.
rmdir @@ROOT@@.snapshots
cp /usr/share/snapper/config-templates/default /etc/snapper/configs/root
sed -i 's|SNAPPER_CONFIGS=""|SNAPPER_CONFIGS="root"|' /etc/default/snapper
snapper -c root set-config TIMELINE_CREATE=no
snapper -c root set-config ALLOW_GROUPS=users
snapper -c root set-config SYNC_ACL=yes
snapper -c home create-config -f btrfs /home
snapper -c home set-config TIMELINE_CREATE=no
snapper -c home set-config ALLOW_GROUPS=users
snapper -c home set-config SYNC_ACL=yes