diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-01-24 23:33:40 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-01-24 23:33:40 +0000 |
commit | 3a0c5648e3c0a691e285a4ae1003cb6e06a19df1 (patch) | |
tree | f30320b72d576dfcdab1e48da2e44a910185ac87 /update_kernel | |
parent | e723e8a329c96201c01e5f8b7621e462042bb9e3 (diff) | |
download | drakx-3a0c5648e3c0a691e285a4ae1003cb6e06a19df1.tar drakx-3a0c5648e3c0a691e285a4ae1003cb6e06a19df1.tar.gz drakx-3a0c5648e3c0a691e285a4ae1003cb6e06a19df1.tar.bz2 drakx-3a0c5648e3c0a691e285a4ae1003cb6e06a19df1.tar.xz drakx-3a0c5648e3c0a691e285a4ae1003cb6e06a19df1.zip |
stage1: add pcmcia
Diffstat (limited to 'update_kernel')
-rwxr-xr-x | update_kernel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update_kernel b/update_kernel index 7eebcc2a7..551813400 100755 --- a/update_kernel +++ b/update_kernel @@ -67,7 +67,7 @@ rm -rf modules ; install -d modules create_marfile cdrom_modules.mar $CDROM_MODULES create_marfile hd_modules.mar $HD_MODULES create_marfile hdreiser_modules.mar $HDREISER_MODULES - create_marfile pcmcia_modules.mar $PCMCIA_MODULES + create_marfile pcmcia_modules.mar $PCMCIA_MODULES $PCMCIA_INSTALLMODULES create_marfile other_modules.mar $BIG_MODULES create_marfile all_modules.mar $ALL_MODULES [ "$ARCH" == "i386" ] && { |