We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4beae5c commit e6337b1Copy full SHA for e6337b1
docs/LIBVIRT_MANUAL_INSTALL_ISO.md
@@ -601,7 +601,10 @@ $ sudo rm /var/lib/libvirt/boot/ubuntu-server-2404-cloud-init.iso
601
```
602
603
604
-$ virsh snapshot-create-as --domain ubuntu-server-2404 --name clean --description "Initial install"
+$ virsh snapshot-create-as \
605
+ --domain ubuntu-server-2404 \
606
+ --name clean \
607
+ --description "Initial install"
608
$ virsh snapshot-list ubuntu-server-2404
609
$ virsh snapshot-revert ubuntu-server-2404 clean
610
$ virsh snapshot-delete ubuntu-server-2404 clean
0 commit comments