Skip to content

Commit

Permalink
Fixed typo (a OS -> an OS)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsundermeyer authored and hardys committed Feb 25, 2025
1 parent 18c81c0 commit 05799ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asciidoc/day2/fleet-os-upgrade.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ A different service is created depending on what type of upgrade the OS requires

* For Edge versions that require the same OS version (e.g. `6.0`), the `os-pkg-update.service` will be created. It uses link:https://kubic.opensuse.org/documentation/man-pages/transactional-update.8.html[transactional-update] to perform a link:https://en.opensuse.org/SDB:Zypper_usage#Updating_packages[normal package upgrade].
* For Edge versions that require a OS version migration (e.g `5.5` -> `6.0`), the `os-migration.service` will be created. It uses link:https://kubic.opensuse.org/documentation/man-pages/transactional-update.8.html[transactional-update] to perform:
* For Edge versions that require an OS version migration (e.g `5.5` -> `6.0`), the `os-migration.service` will be created. It uses link:https://kubic.opensuse.org/documentation/man-pages/transactional-update.8.html[transactional-update] to perform:
.. A link:https://en.opensuse.org/SDB:Zypper_usage#Updating_packages[normal package upgrade] which ensures that all packages are at up-to-date in order to mitigate any failures in the migration related to old package versions.

Expand Down

0 comments on commit 05799ff

Please sign in to comment.