From 60164fa078d98de65eb9dff39c218b3d6653e818 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 9 Oct 2003 16:21:09 +0000 Subject: boot live_tree! :) --- mdk-stage1/network.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mdk-stage1/network.c') diff --git a/mdk-stage1/network.c b/mdk-stage1/network.c index 6e3449f76..84baba81e 100644 --- a/mdk-stage1/network.c +++ b/mdk-stage1/network.c @@ -660,7 +660,11 @@ enum return_type nfs_prepare(void) continue; } +#ifdef MANDRAKE_MOVE + if (access(IMAGE_LOCATION "/usr/bin/runstage2", R_OK)) { +#else if (access(IMAGE_LOCATION LIVE_LOCATION, R_OK)) { +#endif stg1_error_message("That NFS volume does not seem to contain the " DISTRIB_NAME " Distribution."); umount(IMAGE_LOCATION); results = RETURN_BACK; -- cgit v1.2.1