https://github.com/hypersolid-os/hypersolid-cli
cli utility to manage hypersolid system images
https://github.com/hypersolid-os/hypersolid-cli
Last synced: 3 months ago
JSON representation
cli utility to manage hypersolid system images
- Host: GitHub
- URL: https://github.com/hypersolid-os/hypersolid-cli
- Owner: hypersolid-os
- License: mpl-2.0
- Created: 2022-09-18T08:06:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T18:16:37.000Z (about 2 years ago)
- Last Synced: 2025-01-12T23:27:53.503Z (5 months ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.txt
Awesome Lists containing this project
README
hypersolid-cli
========================================cli utility to manage hypersolid system images
## Features ##
* Update A/B hypersolid images (kernel+initramfs+system)
* syslinux bootloader support to update A/B scheme in `syslinux.cfg`
* System partition identification by GPT `PARTLABEL`## Usage ##
```
Usage: hypersolid-cli [args...]Options:
-h,--help Displays this help
-v,--version Displays versionCommands:
upgrade Upgrade system using image within provided path
```## Contribution ##
The **.deb** package is automatically generated via a **Continuous Delivery Pipeline** - please do not build packages manually!
## License ##
hypersolid-cli is OpenSource and licensed under the Terms of [Mozilla Public License 2.0 (MPL-2.0)](http://opensource.org/licenses/MPL-2.0) - your're welcome to contribute