Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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

1 --- 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