From 552a8e6477ef71775efee0f4be5b90257d85a03a Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 2 Oct 2002 11:47:05 +0000 Subject: do not detect/configure pcmcia stuff when "noauto" param --- mdk-stage1/stage1.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mdk-stage1/stage1.c b/mdk-stage1/stage1.c index 44ed25155..553e6a23b 100644 --- a/mdk-stage1/stage1.c +++ b/mdk-stage1/stage1.c @@ -403,7 +403,8 @@ int main(int argc __attribute__ ((unused)), char **argv __attribute__ ((unused)) update_modules(); #ifdef ENABLE_PCMCIA - handle_pcmcia(&pcmcia_adapter); + if (!IS_NOAUTO) + handle_pcmcia(&pcmcia_adapter); #endif if (IS_CHANGEDISK) -- cgit v1.2.1