Update README.md
This commit is contained in:
parent
1bc841fc8d
commit
d3514688ce
|
|
@ -1,5 +1,7 @@
|
|||
[](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
|
||||
```
|
||||
Loading…
Reference in New Issue