mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-25 15:15:25 +00:00
4079144836
Use scripts/test-wrap-argv.py to rewrap the output files so that any further changes don't introduce churn since we are rewrapping the output automatically now. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
7 lines
182 B
Plaintext
7 lines
182 B
Plaintext
qemu-img \
|
|
create \
|
|
-f luks \
|
|
--object secret,id=LuksDemo.img_encrypt0,file=/path/to/secretFile \
|
|
-o key-secret=LuksDemo.img_encrypt0 /var/lib/libvirt/images/LuksDemo.img \
|
|
5242880K
|