Closed mnowaksuse closed 5 years ago
I wonder why it has a snapper call above but it's commented out - maybe there is a reason.
@gmoro, @lnussel: Do you remember?
I guess it just didn't work despite the --no-dbus option
We test snapper --no-dbus
in openQA extensively now. It should work for our use case.
I think we are safe to assume no older version where this can causes problem will uses later releases of jeos-firstboot, we could try and change that to snapper again and test it.
Actually, after 3d5d163ddbb89737791dc3e712e15fb7898c871e we should have a dbus daemon now.
https://github.com/openSUSE/jeos-firstboot/pull/46 implements this as well.
46 implements this as well.
Which is now merged, so closing
snapper
since version 0.4.0 supports--no-dbus
for all commands: http://snapper.io/2016/12/19/no-dbus-for-all.html. Perhaps it can be now used instead of the manual crafting of the snapshot et al.?