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
|
---|
11 | virtualbox 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>
|
---|