summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-12-13 00:39:57 +0000
committerJeremy Katz <katzj@redhat.com>2002-12-13 00:39:57 +0000
commitea4265b8fb194ccf682e5faf296f005e22585d38 (patch)
tree99b70706424b93f63c054fe2bbd1460f937a4548 /scripts
parentc9a7c0a8d21d07c166693f4273f484e2a1a55445 (diff)
make sure we have the base pcmcia modules
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mk-images.i3863
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/mk-images.i386 b/scripts/mk-images.i386
index 09fd4ba1e..665dd8bec 100644
--- a/scripts/mk-images.i386
+++ b/scripts/mk-images.i386
@@ -130,6 +130,9 @@ do
done
PCMCIAMODULES=`echo $PCMCIAMODULES | eval "$PCMCIAMODULES_EXCLUDED_SED"`
+# need to make sure the bsae modules are included
+PCMCIAMODULES="$PCMCIAMODULES yenta_socket pcmcia_core ds"
+
echo "Building $TOPDESTPATH/images/pxeboot/initrd.img"
makeinitrd --initrdto $TOPDESTPATH/images/pxeboot/initrd.img \
--initrdsize 2750 \