diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-02-28 17:01:10 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-02-28 17:01:10 +0000 |
commit | 7b33b36d6c8b43ea00b7c5a026f02d03dcde3eed (patch) | |
tree | 4db647bf83158ea8f2817d0fcb4ca1d8f112c9be /make_boot_img | |
parent | e72c60034b1884989aa72ed6d1b2bbedd1a79efb (diff) | |
download | drakx-7b33b36d6c8b43ea00b7c5a026f02d03dcde3eed.tar drakx-7b33b36d6c8b43ea00b7c5a026f02d03dcde3eed.tar.gz drakx-7b33b36d6c8b43ea00b7c5a026f02d03dcde3eed.tar.bz2 drakx-7b33b36d6c8b43ea00b7c5a026f02d03dcde3eed.tar.xz drakx-7b33b36d6c8b43ea00b7c5a026f02d03dcde3eed.zip |
don't have /images/alternatives/usb.img-2.2.14
Diffstat (limited to 'make_boot_img')
-rwxr-xr-x | make_boot_img | 1 |
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) { |