Modify how_to_creating_and_making_a_QEMU_img.mkd

This commit is contained in:
samson 2018-12-22 23:57:40 +08:00
parent 583a83a743
commit 3fb731a094
1 changed files with 7 additions and 0 deletions

View File

@ -142,5 +142,12 @@ $ sudo -s
# history -cw
$ echo > ~/.bash_history
$ history -cw
$ sudo poweroff
```
## sign QEMU image
ssh to QEMU server, find QEMU image dir, sign the QEMU image:
```
root@debian-9:/opt/images# gpg -b harbian-audit_Debian_9.qcow2
```