summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/stage1.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-10-22 12:45:29 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-10-22 12:45:29 +0000
commit064d8852207ca5ecab12959f50c06d6a53d23734 (patch)
tree5c6cf11c9735831586e9e97b2c2e6defccc0c104 /mdk-stage1/stage1.c
parentecec080802ee106a19eab47433a92a3f1f473ae2 (diff)
downloaddrakx-064d8852207ca5ecab12959f50c06d6a53d23734.tar
drakx-064d8852207ca5ecab12959f50c06d6a53d23734.tar.gz
drakx-064d8852207ca5ecab12959f50c06d6a53d23734.tar.bz2
drakx-064d8852207ca5ecab12959f50c06d6a53d23734.tar.xz
drakx-064d8852207ca5ecab12959f50c06d6a53d23734.zip
pixel rulz
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 507cb0f4b..46b08be2c 100644
--- a/mdk-stage1/stage1.c
+++ b/mdk-stage1/stage1.c
@@ -397,7 +397,7 @@ int mandrake_move_post(void)
int real_is_symlink_to_raw = 0;
if (!access(IMAGE_LOCATION "/move/symlinks", R_OK)) {
- log_message("move: seems we don't use a cloop since " IMAGE_LOCATION "/move/symlinks is here");
+ log_message("move: seems we don't use a gzloop since " IMAGE_LOCATION "/move/symlinks is here");
if (scall(symlink(IMAGE_LOCATION, IMAGE_LOCATION_REAL), "symlink"))
return RETURN_ERROR;
real_is_symlink_to_raw = 1;