summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/stage1.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-11-20 13:42:05 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-11-20 13:42:05 +0000
commit7443c32dffe417e789d5635593be1d0d36357c23 (patch)
treef381c3e7a5d34b9658b9868fcf37da05bdbd31c1 /mdk-stage1/stage1.c
parentd2d097516392dffb4518a4aab61fd85dfca8b84d (diff)
downloaddrakx-backup-do-not-use-7443c32dffe417e789d5635593be1d0d36357c23.tar
drakx-backup-do-not-use-7443c32dffe417e789d5635593be1d0d36357c23.tar.gz
drakx-backup-do-not-use-7443c32dffe417e789d5635593be1d0d36357c23.tar.bz2
drakx-backup-do-not-use-7443c32dffe417e789d5635593be1d0d36357c23.tar.xz
drakx-backup-do-not-use-7443c32dffe417e789d5635593be1d0d36357c23.zip
live boot option is deprecated
Diffstat (limited to 'mdk-stage1/stage1.c')
-rw-r--r--mdk-stage1/stage1.c2
1 files changed, 1 insertions, 1 deletions
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"))