Last change
on this file since 105289 was 105289, checked in by vboxsync, 6 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:
942 bytes
|
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>To configure the installation process for .deb and .rpm packages, you can create a response file named
|
---|
8 | <filepath>/etc/default/virtualbox</filepath>. The automatic generation of the udev rule can be prevented with
|
---|
9 | the following setting: </p>
|
---|
10 | <pre xml:space="preserve">INSTALL_NO_UDEV=1</pre>
|
---|
11 | <p>The creation of the group vboxusers can be prevented as follows: </p>
|
---|
12 | <pre xml:space="preserve">INSTALL_NO_GROUP=1</pre>
|
---|
13 | <p>If the following line is specified, the package installer will not try to build the
|
---|
14 | <userinput>vboxdrv</userinput> kernel module if no module fitting the current kernel was found. </p>
|
---|
15 | <pre xml:space="preserve">INSTALL_NO_VBOXDRV=1</pre>
|
---|
16 | </body>
|
---|
17 |
|
---|
18 | </topic>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.