From 16f504a9dca3fe3b70568f67b7d41241ae485288 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 18:49:04 +0200 Subject: Adding upstream version 7.0.6-dfsg. Signed-off-by: Daniel Baumann --- doc/manual/en_US/man_VBoxManage-discardstate.xml | 102 +++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 doc/manual/en_US/man_VBoxManage-discardstate.xml (limited to 'doc/manual/en_US/man_VBoxManage-discardstate.xml') diff --git a/doc/manual/en_US/man_VBoxManage-discardstate.xml b/doc/manual/en_US/man_VBoxManage-discardstate.xml new file mode 100644 index 00000000..72c11cc2 --- /dev/null +++ b/doc/manual/en_US/man_VBoxManage-discardstate.xml @@ -0,0 +1,102 @@ + + + + +%all.entities; +]> + + + $Date: 2022-08-22 19:43:14 +0200 (Mon, 22 Aug 2022) $ + VBoxManage discardstate + + + + VBoxManage-discardstate + 1 + + + + VBoxManage-discardstate + discard the saved state of a virtual machine + &product-name; + + + + + + VBoxManage discardstate + + uuid + vmname + + + + + + Description + + The VBoxManage discardstate command discards + the saved state of a virtual machine (VM) that is not currently + running. This command causes the VM's operating system to restart + the next time you start the VM. + + + + Where possible, avoid performing this action. The effects of + this command are equivalent to unplugging the power cable on a + physical machine. + + + + + uuid|vmname + + Specifies the Universally Unique Identifier (UUID) or name + of the VM. + + + + + + + Examples + + + The following command discards the saved state file for the VM + called vm2. When you next start the VM, the + VM's operating system is restarted. + +$ VBoxManage discardstate vm2 + + + + See Also + + + + + -- cgit v1.2.3