From 9a768e7b5f9ab5879bf3c8f5be3d1267156d5a94 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 18 Jun 2004 05:46:57 +0000 Subject: in iso install, use ISOPATH environment variable instead of loopback device filename (limited to 64 chars) --- mdk-stage1/disk.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mdk-stage1') diff --git a/mdk-stage1/disk.c b/mdk-stage1/disk.c index 1b6082fd0..864469ef9 100644 --- a/mdk-stage1/disk.c +++ b/mdk-stage1/disk.c @@ -342,6 +342,7 @@ static enum return_type try_with_device(char *dev_name) umount(disk_own_mount); return try_with_device(dev_name); } + add_to_env("ISOPATH", location_full); add_to_env("METHOD", "disk-iso"); } else { symlink(location_full, IMAGE_LOCATION); -- cgit v1.2.1