summaryrefslogtreecommitdiffstats
path: root/make_boot_img
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2002-02-28 17:01:10 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2002-02-28 17:01:10 +0000
commit7b33b36d6c8b43ea00b7c5a026f02d03dcde3eed (patch)
tree4db647bf83158ea8f2817d0fcb4ca1d8f112c9be /make_boot_img
parente72c60034b1884989aa72ed6d1b2bbedd1a79efb (diff)
downloaddrakx-backup-do-not-use-7b33b36d6c8b43ea00b7c5a026f02d03dcde3eed.tar
drakx-backup-do-not-use-7b33b36d6c8b43ea00b7c5a026f02d03dcde3eed.tar.gz
drakx-backup-do-not-use-7b33b36d6c8b43ea00b7c5a026f02d03dcde3eed.tar.bz2
drakx-backup-do-not-use-7b33b36d6c8b43ea00b7c5a026f02d03dcde3eed.tar.xz
drakx-backup-do-not-use-7b33b36d6c8b43ea00b7c5a026f02d03dcde3eed.zip
don't have /images/alternatives/usb.img-2.2.14
Diffstat (limited to 'make_boot_img')
-rwxr-xr-xmake_boot_img1
1 files changed, 1 insertions, 0 deletions
diff --git a/make_boot_img b/make_boot_img
index e306a1504..c970d7e23 100755
--- a/make_boot_img
+++ b/make_boot_img
@@ -56,6 +56,7 @@ if ($img =~ /blank|other|pcmcia/) {
@kernels = $main;
} else {
@kernels = map { m|all.kernels/(.*)| } glob('all.kernels/*');
+ $img =~ /usb/ and @kernels = grep { $_ !~ /2\.2\.14/ } @kernels; #- 2.2.14 is too old, usb support was not working properly
}
foreach (@kernels) {