From 7443c32dffe417e789d5635593be1d0d36357c23 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 20 Nov 2003 13:42:05 +0000 Subject: live boot option is deprecated --- mdk-stage1/stage1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/stage1.c') diff --git a/mdk-stage1/stage1.c b/mdk-stage1/stage1.c index 93935439a..f1f68ec22 100644 --- a/mdk-stage1/stage1.c +++ b/mdk-stage1/stage1.c @@ -392,7 +392,7 @@ int mandrake_move_pre(void) static enum return_type handle_clp(char* clp, char* live, char* location_live, char* location_mount, int* is_symlink, char* clp_tmpfs) { static int count = 0; - if (IS_LIVE || access(clp, R_OK)) { + if (access(clp, R_OK)) { log_message("no %s found (or disabled), trying to fallback on plain tree", clp); if (!access(live, R_OK)) { if (scall(symlink(location_live, location_mount), "symlink")) -- cgit v1.2.1