From c8b7f64a48d3fd4fc2e6aeec414946500d6a0f67 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 21 Oct 2003 17:01:42 +0000 Subject: fix pixel --- mdk-stage1/disk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/disk.c') diff --git a/mdk-stage1/disk.c b/mdk-stage1/disk.c index 83c698334..9dff3d184 100644 --- a/mdk-stage1/disk.c +++ b/mdk-stage1/disk.c @@ -255,7 +255,7 @@ static enum return_type try_with_device(char *dev_name) if (!stat(location_full, &statbuf) && !S_ISDIR(statbuf.st_mode)) { log_message("%s exists and is not a directory, assuming this is an ISO image", location_full); - if (lomount(location_full, IMAGE_LOCATION)) { + if (lomount(location_full, IMAGE_LOCATION, 0)) { stg1_error_message("Could not mount file %s as an ISO image of the " DISTRIB_NAME " Distribution.", answers_location[0]); umount(disk_own_mount); return try_with_device(dev_name); -- cgit v1.2.1