summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/modules.c
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-12-20 13:13:35 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-12-20 13:13:35 +0000
commit7234d1b90c3a62740cf89931341cfb2d04ded1c0 (patch)
tree4ac8dc2fbd0da026a03f5fb13539afb7bfee2933 /mdk-stage1/modules.c
parent314a5cfc9ef55cc61cbb6ef3327a519e7c64f061 (diff)
downloaddrakx-backup-do-not-use-7234d1b90c3a62740cf89931341cfb2d04ded1c0.tar
drakx-backup-do-not-use-7234d1b90c3a62740cf89931341cfb2d04ded1c0.tar.gz
drakx-backup-do-not-use-7234d1b90c3a62740cf89931341cfb2d04ded1c0.tar.bz2
drakx-backup-do-not-use-7234d1b90c3a62740cf89931341cfb2d04ded1c0.tar.xz
drakx-backup-do-not-use-7234d1b90c3a62740cf89931341cfb2d04ded1c0.zip
create unset_automatic()
Diffstat (limited to 'mdk-stage1/modules.c')
-rw-r--r--mdk-stage1/modules.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdk-stage1/modules.c b/mdk-stage1/modules.c
index 654873146..8fb92b6d5 100644
--- a/mdk-stage1/modules.c
+++ b/mdk-stage1/modules.c
@@ -103,7 +103,7 @@ static enum return_type ensure_additional_modules_available(void)
}
if (IS_AUTOMATIC) {
- unset_param(MODE_AUTOMATIC);
+ unset_automatic();
automatic = 1;
}
@@ -502,7 +502,7 @@ enum return_type ask_insmod(enum driver_type type)
enum return_type results;
char * choice;
- unset_param(MODE_AUTOMATIC); /* we are in a fallback mode */
+ unset_automatic(); /* we are in a fallback mode */
if (type == SCSI_ADAPTERS)
mytype = "SCSI";