diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-01-21 21:34:45 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-01-21 21:34:45 +0000 |
commit | d31c8dac8ea3a1d967e47b04e94fc920d69b9720 (patch) | |
tree | 082a1b3a79a4b1124c0e24749347b1796ce98946 /scripts | |
parent | 092d34dd10694730ac2878ba8fa5a6fc58b0e567 (diff) | |
download | anaconda-d31c8dac8ea3a1d967e47b04e94fc920d69b9720.tar.gz anaconda-d31c8dac8ea3a1d967e47b04e94fc920d69b9720.tar.xz anaconda-d31c8dac8ea3a1d967e47b04e94fc920d69b9720.zip |
add more pcmcia controllers (#82370)
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mk-images.i386 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images.i386 b/scripts/mk-images.i386 index 577f11ebe..d768a0116 100644 --- a/scripts/mk-images.i386 +++ b/scripts/mk-images.i386 @@ -138,7 +138,7 @@ done PCMCIAMODULES=`echo $PCMCIAMODULES | eval "$PCMCIAMODULES_EXCLUDED_SED"` # need to make sure the base modules are included -PCMCIAMODULES="$PCMCIAMODULES yenta_socket pcmcia_core ds" +PCMCIAMODULES="$PCMCIAMODULES yenta_socket i82365 tcic pcmcia_core ds" echo "Building $TOPDESTPATH/images/pxeboot/initrd.img" makeinitrd --initrdto $TOPDESTPATH/images/pxeboot/initrd.img \ |