Skip to content

Releases: infraguys/genesis_devtools

0.0.7: Added backup command

18 Mar 11:31
60c80b8

Choose a tag to compare

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

12 Mar 12:05
f6bae7e

Choose a tag to compare

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

10 Mar 21:33
271280e

Choose a tag to compare

Added ability to specify Git repo dependency

0.0.4

08 Mar 14:17
36feb69

Choose a tag to compare

Launch modes for core and elements