Update README.md
This commit is contained in:
parent
1bc841fc8d
commit
d3514688ce
|
|
@ -1,5 +1,7 @@
|
||||||
[](https://ci.balsys.eu.org/repos/5)
|
[](https://ci.balsys.eu.org/repos/5)
|
||||||
|
|
||||||
|
# Import and trust the signing key
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo gpg --no-default-keyring \
|
sudo gpg --no-default-keyring \
|
||||||
--keyring=/etc/systemd/import-pubring.gpg \
|
--keyring=/etc/systemd/import-pubring.gpg \
|
||||||
|
|
@ -28,3 +30,9 @@ echo -e "5\ny\n" | sudo gpg --no-default-keyring \
|
||||||
--edit-key no-reply@ci.balsys.eu.org \
|
--edit-key no-reply@ci.balsys.eu.org \
|
||||||
trust
|
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