[kernel] r15281 - dists/trunk/linux-2.6/debian

Ben Hutchings benh at alioth.debian.org
Fri Feb 26 01:00:49 UTC 2010


Author: benh
Date: Fri Feb 26 01:00:41 2010
New Revision: 15281

Log:
Add missing debconf templates for linux-base (Closes: #571558)

Added:
   dists/trunk/linux-2.6/debian/linux-base.templates
Modified:
   dists/trunk/linux-2.6/debian/changelog

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	Thu Feb 25 23:07:48 2010	(r15280)
+++ dists/trunk/linux-2.6/debian/changelog	Fri Feb 26 01:00:41 2010	(r15281)
@@ -1,3 +1,10 @@
+linux-2.6 (2.6-33-1~experimental.2) UNRELEASED; urgency=low
+
+  [ Ben Hutchings ]
+  * Add missing debconf templates for linux-base (Closes: #571558)
+
+ -- Ben Hutchings <ben at decadent.org.uk>  Fri, 26 Feb 2010 00:58:00 +0000
+
 linux-2.6 (2.6.33-1~experimental.1) experimental; urgency=low
 
   * New upstream release: http://kernelnewbies.org/Linux_2_6_33

Added: dists/trunk/linux-2.6/debian/linux-base.templates
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/trunk/linux-2.6/debian/linux-base.templates	Fri Feb 26 01:00:41 2010	(r15281)
@@ -0,0 +1,36 @@
+Template: linux-base/disk-id-convert-auto
+Type: boolean
+Default: true
+Description: Update disk device ids in system configuration?
+ The new Linux kernel version provides different drivers for some
+ PATA (IDE) controllers.  The names of some hard disk, CD-ROM and
+ tape devices may change.
+ .
+ You are recommended to identify disk devices in configuration files
+ by label or UUID (unique identifier) rather than by device name,
+ which will work with both old and new kernel versions.  Your system
+ configuration can be updated automatically in most cases.
+
+Template: linux-base/disk-id-convert-plan
+Type: boolean
+Default: true
+Description: Apply these configuration changes to disk device ids?
+ These devices will be relabelled:
+ .
+ ${relabel}
+ .
+ These configuration files will be updated:
+ .
+ ${files}
+ .
+ The device ids will be changed as follows:
+ .
+ ${id_map}
+
+Template: linux-base/disk-id-manual
+Type: note
+Description: Please check these configuration files before rebooting
+ These configuration files still use some device names that may
+ change when using the new kernel:
+ .
+ ${unconverted}



More information about the Kernel-svn-changes mailing list