r4531 - dists/trunk/utils/kernel-package/kernel

Sven Luther luther at costa.debian.org
Wed Oct 19 06:09:28 UTC 2005


Author: luther
Date: 2005-10-19 06:09:27 +0000 (Wed, 19 Oct 2005)
New Revision: 4531

Modified:
   dists/trunk/utils/kernel-package/kernel/image.postinst
Log:
Fixed typo in informative message.


Modified: dists/trunk/utils/kernel-package/kernel/image.postinst
===================================================================
--- dists/trunk/utils/kernel-package/kernel/image.postinst	2005-10-19 06:00:11 UTC (rev 4530)
+++ dists/trunk/utils/kernel-package/kernel/image.postinst	2005-10-19 06:09:27 UTC (rev 4531)
@@ -987,7 +987,7 @@
     or die ("Failed to find suitable ramdisk generation tool for kernel version $version on running kernel $hostversion in $ramdiskorig\n");
 
   print STDERR <<"EOINFOMSG";
-$ramdisk used to build ramdisk, out of suitable tools : $ramdisklist.
+$ramdisk used to build ramdisk, out of suitable tools : @ramdisklist. Original list was :$ramdiskorig. 
 EOINFOMSG
   ;
   my $initrd_path = $realimageloc . "initrd.img-$version";




More information about the Kernel-svn-changes mailing list