mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-19 10:29:30 +01:00
doc/VirtualMachine.md: fix a formatting issue
This commit is contained in:
parent
4b495fa6d3
commit
5da8af425a
@ -221,7 +221,9 @@ Switch back to an available terminal on the physical host machine. Enter the fol
|
|||||||
to save a snapshot of the virtual machine waiting for incoming commands.
|
to save a snapshot of the virtual machine waiting for incoming commands.
|
||||||
|
|
||||||
* Before doing this step, ensure all commands are cached by executing them at least once. For example, the `gcc` and `gdb` commands take a long time to load into memory. The initial execution may take a several long seconds to complete. Once completed, the command will be cached. Future invocations will execute significantly quicker.
|
* Before doing this step, ensure all commands are cached by executing them at least once. For example, the `gcc` and `gdb` commands take a long time to load into memory. The initial execution may take a several long seconds to complete. Once completed, the command will be cached. Future invocations will execute significantly quicker.
|
||||||
|
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|
||||||
host$ virsh snapshot-create-as pbot-vm 1
|
host$ virsh snapshot-create-as pbot-vm 1
|
||||||
|
|
||||||
This will create a snapshot file `vm.1` next to the `vm.qcow2` disk file. If the virtual machine
|
This will create a snapshot file `vm.1` next to the `vm.qcow2` disk file. If the virtual machine
|
||||||
|
Loading…
Reference in New Issue
Block a user