[kernel] r14645 - dists/trunk/linux-2.6/debian/templates/temp.image.plain
Maximilian Attems
maks at alioth.debian.org
Tue Nov 17 13:04:54 UTC 2009
Author: maks
Date: Tue Nov 17 13:04:53 2009
New Revision: 14645
Log:
postrm and preinst nuke more unused variables
Modified:
dists/trunk/linux-2.6/debian/templates/temp.image.plain/postrm
dists/trunk/linux-2.6/debian/templates/temp.image.plain/preinst
Modified: dists/trunk/linux-2.6/debian/templates/temp.image.plain/postrm
==============================================================================
--- dists/trunk/linux-2.6/debian/templates/temp.image.plain/postrm Tue Nov 17 13:00:05 2009 (r14644)
+++ dists/trunk/linux-2.6/debian/templates/temp.image.plain/postrm Tue Nov 17 13:04:53 2009 (r14645)
@@ -60,10 +60,6 @@
my @quiktemplate = ();
my @palotemplate = ();
my @vmelilotemplate = ();
-my $bootdevice = '';
-my $rootdevice = '';
-my $rootdisk = '';
-my $rootpartition = '';
my $image_dest = "/";
my $realimageloc = "/$image_dir/";
my $CONF_LOC = '/etc/kernel-img.conf';
Modified: dists/trunk/linux-2.6/debian/templates/temp.image.plain/preinst
==============================================================================
--- dists/trunk/linux-2.6/debian/templates/temp.image.plain/preinst Tue Nov 17 13:00:05 2009 (r14644)
+++ dists/trunk/linux-2.6/debian/templates/temp.image.plain/preinst Tue Nov 17 13:04:53 2009 (r14645)
@@ -33,10 +33,6 @@
my @quiktemplate = ();
my @palotemplate = ();
my @vmelilotemplate = ();
-my $bootdevice = '';
-my $rootdevice = '';
-my $rootdisk = '';
-my $rootpartition = '';
my $image_dest = "/";
my $realimageloc = "/$image_dir/";
my $CONF_LOC = '/etc/kernel-img.conf';
More information about the Kernel-svn-changes
mailing list