summaryrefslogtreecommitdiffstats
path: root/update_kernel
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-10-24 17:43:43 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-10-24 17:43:43 +0000
commite56057cd0e5421156887762f37a96f536b0386fe (patch)
treecc92610538b104aed66280bee7e6ee9200724754 /update_kernel
parentfb9a0d895f90481021a5f9a0bafacbb3af0c7eea (diff)
downloaddrakx-e56057cd0e5421156887762f37a96f536b0386fe.tar
drakx-e56057cd0e5421156887762f37a96f536b0386fe.tar.gz
drakx-e56057cd0e5421156887762f37a96f536b0386fe.tar.bz2
drakx-e56057cd0e5421156887762f37a96f536b0386fe.tar.xz
drakx-e56057cd0e5421156887762f37a96f536b0386fe.zip
all needs pcmcia core modules
Diffstat (limited to 'update_kernel')
-rwxr-xr-xupdate_kernel2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_kernel b/update_kernel
index 9d3390521..7b89137f5 100755
--- a/update_kernel
+++ b/update_kernel
@@ -40,7 +40,7 @@ function create_modules() {
create_marfile pcmcia_modules.mar $PCMCIA_MODULES $PCMCIA_COREMODULES $GENERIC_MODULES
create_marfile usbnet_modules.mar $USBNET_MODULES $GENERIC_MODULES
create_marfile other_modules.mar $BIG_MODULES $GENERIC_MODULES
- create_marfile all_modules.mar $ALL_MODULES $GENERIC_MODULES
+ create_marfile all_modules.mar $ALL_MODULES $PCMCIA_COREMODULES $GENERIC_MODULES
rm -f $ALL_MODULES $PCMCIA_COREMODULES $NOT_USEFULL_IN_STAGE1 # leave in the directory non-install1 used modules
}