From 5724d47cdd4a75af6ea347cecef43ed47b45a6d8 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 16 Mar 2005 21:20:56 +0000 Subject: - merge update_modules stuff in third-party module - add "thirdparty" as an alias for the "updatemodules" option - allow to specify thirdparty device using automatic "thirdparty" option - try to mount as iso9660 too in try_mount --- mdk-stage1/modules.h | 1 - 1 file changed, 1 deletion(-) (limited to 'mdk-stage1/modules.h') diff --git a/mdk-stage1/modules.h b/mdk-stage1/modules.h index 3eb367d62..d42d55218 100644 --- a/mdk-stage1/modules.h +++ b/mdk-stage1/modules.h @@ -24,7 +24,6 @@ void init_modules_insmoding(void); int insmod_local_file(char * path, char * options); enum insmod_return my_insmod(const char * mod_name, enum driver_type type, char * options, int allow_modules_floppy); enum return_type ask_insmod(enum driver_type); -void update_modules(void); int module_already_present(const char * name); struct module_deps_elem { -- cgit v1.2.1