Updating the system is a crucial task, ensuring the system remains functional is paramount. RLXOS provides dedicated tools for managing system updates and fallbacks.
Sysroot is a command-line utility designed for managing your system's roots, updates, and extensions, similar to other package managers but with the following features:
Before applying updates, it's advisable to review the changelog. Execute the following command:
$ sudo sysroot update
The sysroot
utility maintains two deployments (or versions) for better understanding:
RLXOS offers three update channels based on stability:
Channel Name | Description | Release Cycle |
---|---|---|
stable |
(Default) This channel provides point releases after verifying stability on the preview channel. | Monthly to Quarterly |
preview |
This channel offers monthly to weekly changes for the next major release for stability testing. | Weekly to Monthly |
unstable |
This channel is used by distro developers to test their changes. | Daily to Weekly |
While it's recommended to stay on the stable
channel, you can switch channels via $ sysroot switch <channel>
and
reboot.