Magellan Linux

Annotation of /trunk/debianutils/patches/debianutils-2.11.2-mkboot-vmlinuz.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years, 1 month ago) by niro
File size: 291 byte(s)
-import

1 niro 144 --- mkboot.sik 2005-01-01 20:23:32.000000000 +0000
2     +++ mkboot 2005-01-01 20:27:45.000000000 +0000
3     @@ -286,7 +286,7 @@
4    
5     # make a boot disk
6     makedisk () {
7     - kernel=${1:-/vmlinuz}
8     + kernel=${1:-/boot/vmlinuz}
9     if [ ! -r $kernel ] ; then
10     echo "Error: Can't read $kernel."
11     exit 1