File: templates

package info (click to toggle)
setserial 2.17-48
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 748 kB
  • ctags: 254
  • sloc: sh: 2,120; ansic: 1,008; makefile: 140; csh: 2
file content (46 lines) | stat: -rw-r--r-- 1,898 bytes parent folder | download | duplicates (5)
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
40
41
42
43
44
45
46
# These templates have been reviewed by the debian-l10n-english
# team
#
# If modifications/additions/rewording are needed, please ask
# debian-l10n-english@lists.debian.org for advice.
#
# Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers.

Template: setserial/autosave
Type: boolean
Default: true
_Description: Automatically configure the serial port parameters?
 It is recommended that the serial port parameters should be
 configured automatically. It is also possible to configure them
 manually by editing the file /etc/serial.conf.
 .
 PCMCIA serial-type devices should be configured with pcmciautils. See
 /usr/share/doc/setserial/README.Debian.gz for details.

Template: setserial/autosave-types
Type: select
__Choices: autosave once, manual, autosave always, kernel
Default: autosave once
_Description: Type of automatic serial port configuration:
 Setserial allows saving the current serial configuration in various ways:
 .
  autosave once  : save only once, now;
  manual         : never save the configuration automatically;
  autosave always: save on every system shutdown (risks overwriting the
                   serial.conf file with errors);
  kernel         : do not use the serial.conf file and use the kernel settings
                   at bootup.

# HHH as there is no more update-modules available, this template
#     can be removed
#Template: setserial/update-modules-failed
#Type: error
#_Description: Error during update-modules configuration for setserial
# The setserial configuration process tried to install the module
# management code to support the serial.o module being loaded and
# unloaded dynamically by the kernel module loader.
# .
# This process failed. This may be caused by a non-standard module
# configuration and should be solved manually by running
# '/sbin/update-modules'.