From bfdaf6ccfabb2a53c27be23c5bb8c7339aecb30a Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 26 Jul 2001 11:05:32 +0000 Subject: - add "changedisk" feature - add "updatemodules" feature --- mdk-stage1/stage1.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'mdk-stage1/stage1.c') diff --git a/mdk-stage1/stage1.c b/mdk-stage1/stage1.c index 432fc7194..85520e6a8 100644 --- a/mdk-stage1/stage1.c +++ b/mdk-stage1/stage1.c @@ -379,8 +379,15 @@ int main(int argc, char **argv, char **env) if (IS_EXPERT) expert_third_party_modules(); + if (IS_UPDATEMODULES) + update_modules(); + handle_pcmcia(&pcmcia_adapter); + if (IS_CHANGEDISK) + stg1_info_message("You are starting the installation with an alternate booting method. " + "Please change your disk, and insert the Installation disk."); + ret = method_select_and_prepare(); finish_frontend(); -- cgit v1.2.1