From f215e02bf85f68d3a6106c2a1f4f7f063f819064 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 11 Apr 2024 10:17:27 +0200 Subject: Adding upstream version 7.0.14-dfsg. Signed-off-by: Daniel Baumann --- doc/manual/en_US/man_VBoxManage-unattended.xml | 256 +++++++++++++++++++++++++ 1 file changed, 256 insertions(+) create mode 100644 doc/manual/en_US/man_VBoxManage-unattended.xml (limited to 'doc/manual/en_US/man_VBoxManage-unattended.xml') diff --git a/doc/manual/en_US/man_VBoxManage-unattended.xml b/doc/manual/en_US/man_VBoxManage-unattended.xml new file mode 100644 index 00000000..b7abf6b4 --- /dev/null +++ b/doc/manual/en_US/man_VBoxManage-unattended.xml @@ -0,0 +1,256 @@ + + + + +%all.entities; +]> + + + $Date: 2023-01-17 15:15:46 +0100 (Tue, 17 Jan 2023) $ + VBoxManage unattended + + + + VBoxManage-unattended + 1 + + + + VBoxManage-unattended + unattended guest OS installation + &product-name; + + + + + VBoxManage unattended detect + --iso=install-iso + --machine-readable + + + VBoxManage unattended install + uuid|vmname + --iso=install-iso + --user=login + --password=password + --password-file=file + --full-user-name=name + --key=product-key + --install-additions + --no-install-additions + --additions-iso=add-iso + --install-txs + --no-install-txs + --validation-kit-iso=testing-iso + --locale=ll_CC + --country=CC + --time-zone=tz + --hostname=fqdn + --package-selection-adjustment=keyword + --dry-run + --auxiliary-base-path=path + --image-index=number + --script-template=file + --post-install-template=file + --post-install-command=command + --extra-install-kernel-parameters=params + --language=lang + --start-vm=session-type + + + + + Description + + + unattended detect + + + Detects the guest operating system (OS) on the specified installation ISO + and displays the result. This can be used as input when creating a VM for + the ISO to be installed in. + + + + + The installation ISO to run the detection on. + + + + Produce output that is simpler to parse from a script. + + + + + + unattended install + + + Reconfigures the specified VM for installation and optionally starts it up. + + + + uuid|vmname + Either the UUID or the name (case sensitive) of a VM. + + + + The installation ISO to run the detection on. + + + + The login name. (default: vboxuser) + + + + + The login password. This is used for the user given by as well as the + root/administrator user. (default: changeme) + + + + + Alternative to for providing the password. Special filename + stdin can be used to read the password from standard input. + + + + The full user name. (default: --user) + + + + The guest OS product key. Not all guest OSes requires this. + + + , + Whether to install the VirtualBox guest additions. (default: --no-install-addations) + + + + + Path to the VirtualBox guest additions ISO. (default: installed/downloaded GAs) + + + , + + Whether to install the test execution service (TXS) from the VirtualBox ValidationKit. + This is useful when preparing VMs for testing or similar. (default: --no-install-txs) + + + + + Path to the VirtualBox ValidationKit ISO. This is required if + is specified. + + + + + The base locale specification for the guest, like en_US, de_CH, or nn_NO. (default: host or en_US) + + + + The two letter country code if it differs from the specified by . + + + + The time zone to set up the guest OS with. (default: host time zone or UTC) + + + + + The fully qualified domain name of the guest machine. + (default: vmname.myguest.virtualbox.org) + + + + + Adjustments to the guest OS packages/components selection. This can be specfied more than once. Currently + the only recognized keyword is minimal which triggers a minimal installation for + some of the guest OSes. + + + + Do not create any files or make any changes to the VM configuration. + + + + + Start the VM using the front end given by session-type. This is the same as + the option for the startvm command, but we have add + none for indicating that the VM should not be started. + (default: none) + + + + Advanced options: + + + + + The path prefix to the media related files generated for the installation. + (default: vm-config-dir/Unattended-vm-uuid-) + + + + Windows installation image index. (default: 1) + + + + The unattended installation script template. (default: IMachine::OSTypeId dependent) + + + + The post installation script template. (default: IMachine::OSTypeId dependent) + + + + + A single command to run after the installation is completed. The exact format and exactly + when this is run is guest OS installer dependent. + + + + + + List of extra linux kernel parameters to use during the installation. (default: IMachine::OSTypeId dependent) + + + + + + + Specifies the UI language for a Windows installation. The lang is + generally on the form {ll}-{CC}. See detectedOSLanguages results from VBoxManage unattended detect. + (default: detectedOSLanguages[0]) + + + + + + + + -- cgit v1.2.3