Releases: infraguys/genesis_devtools
Releases · infraguys/genesis_devtools
0.0.7: Added backup command
New functionality was added: - Added a new backup command to the CLI that allows users to backup libvirt domains. - Modified the libvirt module to support backing up domains, including saving the domain's XML configuration and copying its disks. - Updated the README.md file to document the new backup command, including its syntax, options, and examples.
0.0.6: Added genesis-base profile
The genesis-base is a new profile for all genesis elements.
It includes some base packages and genesis-bootstrap service.
This service allows to add executable scripts into specific
directory and they will be executed during system startup only once.
script path:
```shell
/var/lib/genesis/bootstrap/scripts/
```
To use this new profile just replace the following line in the genesis.yaml file:
```diff
diff --git a/genesis/genesis.yaml b/genesis/genesis.yaml
index e9139cb..9c6ab5d 100644
--- a/genesis/genesis.yaml
+++ b/genesis/genesis.yaml
@@ -37,7 +37,7 @@ build:
format: raw
# OS profile for the image
- profile: ubuntu_24
+ profile: genesis_base
# Provisioning script
script: images/install.sh
```
0.0.5
Added ability to specify Git repo dependency
0.0.4
Launch modes for core and elements