upload tizen1.0 source
[external/udev.git] / debian / udev.templates
1 # These templates have been reviewed by the debian-l10n-english
2 # team
3 #
4 # If modifications/additions/rewording are needed, please ask
5 # for an advice to debian-l10n-english@lists.debian.org
6 #
7 # Even minor modifications require translation updates and such
8 # changes should be coordinated with translators and reviewers.
9
10 Template: udev/title/upgrade
11 Type: title
12 _Description: Upgrading udev
13
14 Template: udev/reboot_needed
15 Type: error
16 _Description: Reboot needed after this upgrade
17  You are currently upgrading udev using an incompatible kernel version. A
18  compatible version is installed or being installed on the system, but
19  you need to reboot using this new kernel as soon as the upgrade is
20  complete.
21  .
22  Without a reboot with this new kernel version, the system may become
23  UNUSABLE.
24
25 Template: udev/sysfs_deprecated_incompatibility
26 Type: error
27 _Description: The running kernel has incompatible options enabled
28  The currently running kernel has the CONFIG_SYSFS_DEPRECATED option
29  enabled, which is incompatible with this udev release.  If you are using
30  the standard Debian kernel packages and are in the process of upgrading
31  from lenny to squeeze, a compatible kernel package should be installed as
32  part of this upgrade.  If you are not using the Debian kernel packages or
33  are not currently upgrading the system, you must take action to ensure your
34  kernel is upgraded before the next reboot.
35  .
36  Failing to upgrade to a kernel without CONFIG_SYSFS_DEPRECATED will probably
37  not prevent your system from booting, but will prevent certain udev rules
38  from being applied at boot time.  In particular, all block devices will
39  be owned by root:root (instead of root:disk), and network interfaces may be
40  named differently after reboots.  This latter issue may be a problem if
41  you are administering the machine remotely.
42  .
43  The upgrade of udev will continue after you acknowledge this message.
44
45 Template: udev/new_kernel_needed
46 Type: boolean
47 Default: false
48 _Description: Proceed with the udev upgrade despite the kernel incompatibility?
49  You are currently upgrading udev to a version that is not
50  compatible with the currently running kernel.
51  .
52  You MUST install a compatible kernel version (2.6.26 or newer) before
53  upgrading, otherwise the system may become UNUSABLE.
54  Packages with a name starting with "linux-image-2.6-" provide a kernel
55  image usable with this new udev version.
56  .
57  If you choose to upgrade udev nevertheless, you should install a
58  compatible kernel and reboot with that kernel as soon as
59  possible.