systemd/debian/udev.templates
Michael Biebl b56f8637a1 Merge remaining files from udev 175-7
The patches from udev were either merged upstream, applied directly,
added as files to debian/extra/ or dropped:

- debian/patches/commit-4b50a3d
  Applied upstream in 4b50a3d004
- debian/patches/fix_gtkdoc_oot
  Fixed upstream
- debian/patches/libudevpc_no_librt
  Fixed upstream in e712ffcce6
- debian/patches/vio_type
  Dropped for now.
- debian/patches/debian_rules
  Added as debian/extra/rules/*
- debian/patches/extra_agents
  Added as debian/extra/*.agent and debian/extra/hotplug.functions
- debian/patches/extra_initramfs
  Added as debian/extra/initramfs.*
- debian/patches/extra_installer
  Added as debian/extra/udev.*
- debian/patches/extra_modprobeconf
  Added as debian/extra/fbdev-blacklist.conf and
  debian/extra/make-fbdev-blacklist
- debian/patches/extra_misc
  Added as debian/extra/links.conf and debian/extra/create_static_nodes
- debian/patches/dont-build-some-helpers
  Dropped, since we will use the upstream firmware agent now
- debian/patches/libgudev_in_usr
  Applied as 418b0a2d41
- debian/patches/rules_compat_qemu
  Dropped, only needed for kernel versions <= 2.6.32
- debian/patches/use_run_tmpfs
  Dropped, since wheezy /run is mandatory
- debian/patches/dev_root_rule
  Dropped, discouraged upstream
- debian/patches/udevd_in_sbin
  Dropped, we will use the $libexec path now in the .service file and
  provide compat symlinks
- udev_conf_comments
  Applied as c82d84e916
2013-07-18 18:57:39 +02:00

60 lines
2.5 KiB
Plaintext

# These templates have been reviewed by the debian-l10n-english
# team
#
# If modifications/additions/rewording are needed, please ask
# for an advice to debian-l10n-english@lists.debian.org
#
# Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers.
Template: udev/title/upgrade
Type: title
_Description: Upgrading udev
Template: udev/reboot_needed
Type: error
_Description: Reboot needed after this upgrade
You are currently upgrading udev using an incompatible kernel version. A
compatible version is installed or being installed on the system, but
you need to reboot using this new kernel as soon as the upgrade is
complete.
.
Without a reboot with this new kernel version, the system may become
UNUSABLE.
Template: udev/sysfs_deprecated_incompatibility
Type: error
_Description: The running kernel has incompatible options enabled
The currently running kernel has the CONFIG_SYSFS_DEPRECATED option
enabled, which is incompatible with this udev release. If you are using
the standard Debian kernel packages and are in the process of upgrading
from lenny to squeeze, a compatible kernel package should be installed as
part of this upgrade. If you are not using the Debian kernel packages or
are not currently upgrading the system, you must take action to ensure your
kernel is upgraded before the next reboot.
.
Failing to upgrade to a kernel without CONFIG_SYSFS_DEPRECATED will probably
not prevent your system from booting, but will prevent certain udev rules
from being applied at boot time. In particular, all block devices will
be owned by root:root (instead of root:disk), and network interfaces may be
named differently after reboots. This latter issue may be a problem if
you are administering the machine remotely.
.
The upgrade of udev will continue after you acknowledge this message.
Template: udev/new_kernel_needed
Type: boolean
Default: false
_Description: Proceed with the udev upgrade despite the kernel incompatibility?
You are currently upgrading udev to a version that is not
compatible with the currently running kernel.
.
You MUST install a compatible kernel version (2.6.32 or newer) before
upgrading, otherwise the system may become UNUSABLE.
Packages with a name starting with "linux-image-2.6-" provide a kernel
image usable with this new udev version.
.
If you choose to upgrade udev nevertheless, you should install a
compatible kernel and reboot with that kernel as soon as
possible.