VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/install-linux-debian-automatic.dita@ 105300

Last change on this file since 105300 was 105289, checked in by vboxsync, 9 months ago

Docs: bugref:10705. Merging current changes to dita files from docs team's repo. (r6123, r6120, r6117)

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.4 KB
Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
3<topic xml:lang="en-us" id="install-linux-debian-automatic">
4 <title>Automatic Installation of Debian Packages</title>
5
6 <body>
7 <p>The Debian packages will request some user feedback when installed for the first time. The debconf system is used
8 to perform this task. To prevent any user interaction during installation, default values can be defined. A file
9 <codeph>vboxconf</codeph> can contain the following debconf settings: </p>
10 <pre xml:space="preserve">virtualbox virtualbox/module-compilation-allowed boolean true
11virtualbox virtualbox/delete-old-modules boolean true</pre>
12 <p>The first line enables compilation of the vboxdrv kernel module if no module was found for the current kernel.
13 The second line enables the package to delete any old vboxdrv kernel modules compiled by previous installations. </p>
14 <p>These default settings can be applied prior to the installation of the <ph
15 conkeyref="vbox-conkeyref-phrases/product-name"/> Debian package, as follows: </p>
16 <pre xml:space="preserve">debconf-set-selections vboxconf</pre>
17 <p>In addition there are some common configuration options that can be set prior to the installation. See <xref
18 href="linux_install_opts.dita#linux_install_opts"/>. </p>
19 </body>
20
21</topic>
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette