mirror of
https://github.com/KDE/kde-linux.git
synced 2026-04-23 16:09:48 -04:00
No dbus in chroot.
This commit is contained in:
@@ -8,8 +8,8 @@ CONFIG=home
|
||||
CONF_FILE="/etc/snapper/configs/${CONFIG}"
|
||||
|
||||
# Create the config for /home if missing
|
||||
if ! snapper list-configs | grep -q "^${CONFIG}\b"; then
|
||||
snapper -c "$CONFIG" create-config /home
|
||||
if ! snapper list-configs -–no-dbus | grep -q "^${CONFIG}\b"; then
|
||||
snapper -c "$CONFIG" create-config /home -–no-dbus
|
||||
fi
|
||||
|
||||
# Safely update only the desired options
|
||||
|
||||
Reference in New Issue
Block a user