Last change
on this file since 99009 was 98549, checked in by vboxsync, 2 years ago |
Docs: bugref:10302. Uploading .dita user manual files we received from the doc team on 25th Jan.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.0 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="linux_install_opts">
|
---|
4 | <title>Automatic Installation Options</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p>
|
---|
8 | To configure the installation process for .deb and .rpm
|
---|
9 | packages, you can create a response file named
|
---|
10 | <filepath>/etc/default/virtualbox</filepath>. The automatic
|
---|
11 | generation of the udev rule can be prevented with the
|
---|
12 | following setting:
|
---|
13 | </p>
|
---|
14 | <pre xml:space="preserve">INSTALL_NO_UDEV=1</pre>
|
---|
15 | <p>
|
---|
16 | The creation of the group vboxusers can be prevented as
|
---|
17 | follows:
|
---|
18 | </p>
|
---|
19 | <pre xml:space="preserve">INSTALL_NO_GROUP=1</pre>
|
---|
20 | <p>
|
---|
21 | If the following line is specified, the package installer will
|
---|
22 | not try to build the <userinput>vboxdrv</userinput> kernel module
|
---|
23 | if no module fitting the current kernel was found.
|
---|
24 | </p>
|
---|
25 | <pre xml:space="preserve">INSTALL_NO_VBOXDRV=1</pre>
|
---|
26 | </body>
|
---|
27 |
|
---|
28 | </topic>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.