diff --git a/README.md b/README.md index 7bce1f4..96fbc03 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ [![status-badge](https://ci.balsys.eu.org/api/badges/5/status.svg)](https://ci.balsys.eu.org/repos/5) +# Import and trust the signing key + ``` sudo gpg --no-default-keyring \ --keyring=/etc/systemd/import-pubring.gpg \ @@ -27,4 +29,10 @@ echo -e "5\ny\n" | sudo gpg --no-default-keyring \ --command-fd 0 \ --edit-key no-reply@ci.balsys.eu.org \ trust +``` + +# Import systmd nspawn machine + +``` +sudo machinectl pull-tar https://git.balsys.eu.org/tomas/nspawn-ubuntu/releases/download/v1.0/ubuntu-jammy.tar.xz ``` \ No newline at end of file