summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-11-04 11:57:14 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-11-04 11:57:14 +0000
commit27059c3b4e2877a58e853c8048cf9bc59cff3d88 (patch)
tree99461fcdc24111a22a226a7c09951ccbd9464d43
parentd75e5326a100a8477a6378e1d70bb9a374993cad (diff)
downloaddrakx-backup-do-not-use-27059c3b4e2877a58e853c8048cf9bc59cff3d88.tar
drakx-backup-do-not-use-27059c3b4e2877a58e853c8048cf9bc59cff3d88.tar.gz
drakx-backup-do-not-use-27059c3b4e2877a58e853c8048cf9bc59cff3d88.tar.bz2
drakx-backup-do-not-use-27059c3b4e2877a58e853c8048cf9bc59cff3d88.tar.xz
drakx-backup-do-not-use-27059c3b4e2877a58e853c8048cf9bc59cff3d88.zip
*** empty log message ***
-rw-r--r--mdk-stage1/cdrom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/cdrom.c b/mdk-stage1/cdrom.c
index cb28bb56a..c3cee97c8 100644
--- a/mdk-stage1/cdrom.c
+++ b/mdk-stage1/cdrom.c
@@ -77,10 +77,10 @@ static enum return_type do_with_device(char * dev_name, char * dev_model)
#ifndef MANDRAKE_MOVE
if (IS_RESCUE || ramdisk_possible())
load_ramdisk(); /* we don't care about return code, we'll do it live if we failed */
-#endif
if (IS_RESCUE)
umount(IMAGE_LOCATION);
+#endif
add_to_env("METHOD", "cdrom");
return RETURN_OK;