Skip to content

Commit e6337b1

Browse files
authored
Update LIBVIRT_MANUAL_INSTALL_ISO.md
1 parent 4beae5c commit e6337b1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/LIBVIRT_MANUAL_INSTALL_ISO.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,10 @@ $ sudo rm /var/lib/libvirt/boot/ubuntu-server-2404-cloud-init.iso
601601
```
602602

603603
```
604-
$ virsh snapshot-create-as --domain ubuntu-server-2404 --name clean --description "Initial install"
604+
$ virsh snapshot-create-as \
605+
--domain ubuntu-server-2404 \
606+
--name clean \
607+
--description "Initial install"
605608
$ virsh snapshot-list ubuntu-server-2404
606609
$ virsh snapshot-revert ubuntu-server-2404 clean
607610
$ virsh snapshot-delete ubuntu-server-2404 clean

0 commit comments

Comments
 (0)