summaryrefslogtreecommitdiffstats
path: root/make_boot_img
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-04-02 21:23:00 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-04-02 21:23:00 +0000
commit37242ce43eb182f8b20c9311a4b9b0187208d93f (patch)
treed610568428b6cc66a0ec8c89eb7c888e36a58b10 /make_boot_img
parentd3275134dbec87721ae5eea3d4cda6941cdbd20e (diff)
downloaddrakx-backup-do-not-use-37242ce43eb182f8b20c9311a4b9b0187208d93f.tar
drakx-backup-do-not-use-37242ce43eb182f8b20c9311a4b9b0187208d93f.tar.gz
drakx-backup-do-not-use-37242ce43eb182f8b20c9311a4b9b0187208d93f.tar.bz2
drakx-backup-do-not-use-37242ce43eb182f8b20c9311a4b9b0187208d93f.tar.xz
drakx-backup-do-not-use-37242ce43eb182f8b20c9311a4b9b0187208d93f.zip
do make pcmcia for multiple kernels
Diffstat (limited to 'make_boot_img')
-rwxr-xr-xmake_boot_img2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_boot_img b/make_boot_img
index a958c650b..f78bda944 100755
--- a/make_boot_img
+++ b/make_boot_img
@@ -47,7 +47,7 @@ $install = $ {{
mkdir "images";
chomp($main = `cat all.kernels/.main`);
-if ($img =~ /blank|other|pcmcia/) {
+if ($img =~ /blank|other/) {
@kernels = $main;
} else {
@kernels = map { m|all.kernels/(.*)| } glob('all.kernels/*');