summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/log.c
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-05-13 08:34:50 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-05-13 08:34:50 +0000
commite79950d93af06b735b86548120dc60b2c5be6ee0 (patch)
treecd0d96ad02a9febbbf7b00071c84d89adf81fdc0 /mdk-stage1/log.c
parent29a2a329574efc2b945de3d9f2dc08803c6dafd9 (diff)
downloaddrakx-backup-do-not-use-e79950d93af06b735b86548120dc60b2c5be6ee0.tar
drakx-backup-do-not-use-e79950d93af06b735b86548120dc60b2c5be6ee0.tar.gz
drakx-backup-do-not-use-e79950d93af06b735b86548120dc60b2c5be6ee0.tar.bz2
drakx-backup-do-not-use-e79950d93af06b735b86548120dc60b2c5be6ee0.tar.xz
drakx-backup-do-not-use-e79950d93af06b735b86548120dc60b2c5be6ee0.zip
instead of keeping stage1 (mostly as temporary space but with a fixed size, and for the background init),
exit the stage1 giving hand to stage2 in a tmpfs (same as what was done for Mandrakemove)
Diffstat (limited to 'mdk-stage1/log.c')
-rw-r--r--mdk-stage1/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/log.c b/mdk-stage1/log.c
index e41653305..bae9e849e 100644
--- a/mdk-stage1/log.c
+++ b/mdk-stage1/log.c
@@ -77,7 +77,7 @@ void open_log(void)
{
if (!IS_TESTING) {
logtty = fopen("/dev/tty3", "w");
- logfile = fopen("/tmp/stage1.log", "w");
+ logfile = fopen(SLASH_LOCATION "/tmp/stage1.log", "w");
}
else
logfile = fopen("debug.log", "w");