summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/disk.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-02-13 21:29:45 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-02-13 21:29:45 +0000
commita6d93b253994c20839ced649eaa5f7fa6606a86f (patch)
treed9d8e9ec1450c40cd8f02b22c46b8aeb914e7fc8 /mdk-stage1/disk.c
parentb5fcdb259c3131ee7f5379f324fa0767657e0515 (diff)
downloaddrakx-backup-do-not-use-a6d93b253994c20839ced649eaa5f7fa6606a86f.tar
drakx-backup-do-not-use-a6d93b253994c20839ced649eaa5f7fa6606a86f.tar.gz
drakx-backup-do-not-use-a6d93b253994c20839ced649eaa5f7fa6606a86f.tar.bz2
drakx-backup-do-not-use-a6d93b253994c20839ced649eaa5f7fa6606a86f.tar.xz
drakx-backup-do-not-use-a6d93b253994c20839ced649eaa5f7fa6606a86f.zip
write down Magic Callback (tm) for static ip stuff
Diffstat (limited to 'mdk-stage1/disk.c')
-rw-r--r--mdk-stage1/disk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/disk.c b/mdk-stage1/disk.c
index c7ad9c7f0..3dbebd0ec 100644
--- a/mdk-stage1/disk.c
+++ b/mdk-stage1/disk.c
@@ -111,7 +111,7 @@ static enum return_type try_with_device(char *dev_name)
}
if (ask_from_entries("Please enter the directory (or ISO image file) containing the " DISTRIB_NAME " Distribution.",
- questions_location, &answers_location, 24) != RETURN_OK) {
+ questions_location, &answers_location, 24, NULL) != RETURN_OK) {
umount(disk_own_mount);
return try_with_device(dev_name);
}