You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- If the changes are unsuccessful, the new snapshot is discarded
16
16
17
17
Performing updates like this have a number of benefits:
18
-
- Prevent a broken system due to system crash, power loss, etc.
18
+
- Prevent a broken system due to system crash, power loss, or other unforeseen events during an update
19
+
- Prevent updates from impacting the currently running system, causing the currently running programs, including but not limited to the desktop environment to crash
19
20
- Prevent non-interactive updates from breaking system due to conflicts/errors causing zypper to abort (the default action on conflicts/errors) in the middle of an update
20
-
- Prevent updates from causing an inconsistent system state due to failing scripts but an otherwise successful update
21
+
- Prevent updates from causing an inconsistent system state due to failing scripts during an otherwise successful update
21
22
- Avoid having to reboot into read-only grub snapshots to perform rollback
0 commit comments