(In reply to Stefan Hundhammer from comment #1) > This "installation-helper" call tries to create a pre-update snapshot. It > shouldn't do that in the first place. That this fails because there is no > .snapshots directory is only a consequence of that. > > Now I wonder why it even wants to create that snapshot. >From the attached logs: Checking if Snapper is configured: "/usr/bin/snapper --no-dbus --root=%{root} list-configs | /usr/bin/grep "^root " >/dev/null" returned: {"exit"=>0, "stderr"=>"", "stdout"=>""} Since the exit code of that command is zero, the installer concludes Snapper if configured and a snapshot can/must be performed.