Skip to content

Commit b51006d

Browse files
committed
Update README.md
1 parent 9c0e59e commit b51006d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ atomic-update uses [btrfs subvolumes](https://btrfs.readthedocs.io/en/latest/Sub
1515
- If the changes are unsuccessful, the new snapshot is discarded
1616

1717
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
1920
- 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
2122
- Avoid having to reboot into read-only grub snapshots to perform rollback
2223

2324
Downsides:

0 commit comments

Comments
 (0)