File: templates

package info (click to toggle)
hotplug 0.0.20040329-22
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 448 kB
  • ctags: 22
  • sloc: sh: 671; makefile: 183
file content (39 lines) | stat: -rw-r--r-- 1,623 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Template: hotplug/x11_usbmice_hack
Type: boolean
Default: false
_Description: Do you use USB mouse with X11?
 If you need to use a USB mouse with X, the X server needs to be able to
 open "/dev/input/mice" on startup. That means you can't normally hotplug
 a mouse you plan to use with X; it needs some modules preloaded. However, 
 hotplug has a hack to let this work, which you can turn on here if you
 anticipate using a USB mouse.

Template: hotplug/static_module_list
Type: multiselect
Choices: ${usbmodules}
Default: 
_Description: Which USB modules do you want to be preloaded?
 Before running hotplug support, you can preload some USB modules.

Template: hotplug/net_agent_policy
Type: select
Default: auto
Choices: all, auto, hotplug
_Description: Which network interfaces do you want to be managed by hotplug?
 When a network interface appears in the system, hotplug will detect it and
 try to up it by using ifup. You can select hot-pluggable network interfaces:
  all: all network interfaces in /etc/network/interfaces.
  auto: network interfaces marked as 'auto' in /etc/network/interfaces.
        non-'auto' network interfaces will be ignored.
  hotplug: selected network interfaces by 'mapping hotplug' stanzas 
        in /etc/network/interfaces. In this case, hotplug will bring up
        the network interface with logical interface name 
        (e.g. ifup eth0=hotplug).

Template: hotplug/ignore_pci_class_display
Type: boolean
Default: true
_Description: Do you want to ignore PCI display devices?
 By default, hotplug ignores PCI display devices, so device drivers won't
 be loaded automatically.