Update A/B Updates and Provisioning

River 2025-04-27 18:51:37 -04:00
parent 74c5da844c
commit 37e7cd21e5

@ -13,7 +13,7 @@ Here's how an update works in HalogenOS:
- If the kernel needs to be updated, a new UKI will be installed in the boot partition. - If the kernel needs to be updated, a new UKI will be installed in the boot partition.
- The new kernel binary is signed using the locally generated secure boot keys. - The new kernel binary is signed using the locally generated secure boot keys.
- The user is prompted to reboot as soon as possible, or a reboot is triggered automatically. - The user is prompted to reboot as soon as possible, or a reboot is triggered automatically.
- The new system partition updates the bootloader, and other files on the root partition. - The new system partition updates any volatile files on the root partition.
- The stored release files are validated again and used to update the newly inactive slot. - The stored release files are validated again and used to update the newly inactive slot.
## Installation ## Installation