Browse Source

added comment on nbd release

Toastie 8 months ago
parent
commit
466b63063c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -32,7 +32,7 @@ img="/var/lib/libvirt/images/ts-linux-testing.qcow2"
 qemu-img create -f qcow2 -o size=20G $img  # create image
 qemu-img create -f qcow2 -o size=20G $img  # create image
 chown libvirt-qemu:libvirt-qemu $img       # make accessable for qemu
 chown libvirt-qemu:libvirt-qemu $img       # make accessable for qemu
 qemu-nbd -c /dev/nbd0 $img  # create device from image
 qemu-nbd -c /dev/nbd0 $img  # create device from image
-qemu-nbd -d /dev/nbd0       # release device
+qemu-nbd -d /dev/nbd0       # release device, after the installation is completed
 ```
 ```
 
 
 #### Partition schema
 #### Partition schema