Modify how_to_creating_and_making_a_QEMU_img.mkd
This commit is contained in:
parent
583a83a743
commit
3fb731a094
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue