tags 489617 + patch
thanks

Patch attached.


Regards,

-- 
Chris Lamb, UK                              [EMAIL PROTECTED]
                                                   GPG: 0x634F9A20
diff -urNd kernel-package-11.001.orig/kernel/examples/kernel_grub_conf.sh 
kernel-package-11.001/kernel/examples/kernel_grub_conf.sh
--- kernel-package-11.001.orig/kernel/examples/kernel_grub_conf.sh      
2008-08-24 15:12:13.000000000 +0100
+++ kernel-package-11.001/kernel/examples/kernel_grub_conf.sh   2008-08-24 
15:14:04.000000000 +0100
@@ -58,7 +58,7 @@
 vmlinuz_location="$2"
 
 # This means we have a separate boot partition
-if [ "$kernel_not_on_root_partition" == 'YES' ]; then
+if [ "$kernel_not_on_root_partition" = 'YES' ]; then
     vmlinuz_location=`basename "$vmlinuz_location"`
     echo 1>&2 $vmlinuz_location
 fi
diff -urNd kernel-package-11.001.orig/kernel/examples/kernel_grub_rm.sh 
kernel-package-11.001/kernel/examples/kernel_grub_rm.sh
--- kernel-package-11.001.orig/kernel/examples/kernel_grub_rm.sh        
2008-08-24 15:12:13.000000000 +0100
+++ kernel-package-11.001/kernel/examples/kernel_grub_rm.sh     2008-08-24 
15:14:21.000000000 +0100
@@ -51,7 +51,7 @@
 vmlinuz_location="$2"
 
 # This means we have a separate boot partition
-if [ "$kernel_not_on_root_partition" == 'YES' ]; then
+if [ "$kernel_not_on_root_partition" = 'YES' ]; then
     vmlinuz_location=`basename "$vmlinuz_location"`
     echo 1>&2 $vmlinuz_location
 fi

Attachment: signature.asc
Description: PGP signature

Reply via email to