diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-10-24 17:43:43 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-10-24 17:43:43 +0000 |
commit | e56057cd0e5421156887762f37a96f536b0386fe (patch) | |
tree | cc92610538b104aed66280bee7e6ee9200724754 | |
parent | fb9a0d895f90481021a5f9a0bafacbb3af0c7eea (diff) | |
download | drakx-backup-do-not-use-e56057cd0e5421156887762f37a96f536b0386fe.tar drakx-backup-do-not-use-e56057cd0e5421156887762f37a96f536b0386fe.tar.gz drakx-backup-do-not-use-e56057cd0e5421156887762f37a96f536b0386fe.tar.bz2 drakx-backup-do-not-use-e56057cd0e5421156887762f37a96f536b0386fe.tar.xz drakx-backup-do-not-use-e56057cd0e5421156887762f37a96f536b0386fe.zip |
all needs pcmcia core modules
-rwxr-xr-x | update_kernel | 2 |
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 } |