- Parallel deployments of Linux distributions.
- Upgrade the systems in an atomic way.
- Update the images with differential content (just the missing or modified blocks are downloaded).
For more information about how znx
works, please refer to the documentation.
In the image below, you can see znx
's boot menu.
To try it out, download the AppImage, give execution permissions to the AppImage and run as root:
./znx init /dev/sdX
./znx deploy /dev/sdX nitrux/stable http://repo.nxos.org:8000/nitrux_release_stable
Be sure to replace /dev/sdX
with the name of your device. These commands will initialize
the storage device and deploy the nitrux/stable
image on the device.