summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/config-stage1.h
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-11-04 12:16:19 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-11-04 12:16:19 +0000
commit35b60523ce6b2e32f33dee7a09ce505cc5512be6 (patch)
treea619197b382700f959fb25bf6407f3a58804f5f9 /mdk-stage1/config-stage1.h
parentf937ddc901c78571016f054ebc456e9716fbde73 (diff)
downloaddrakx-35b60523ce6b2e32f33dee7a09ce505cc5512be6.tar
drakx-35b60523ce6b2e32f33dee7a09ce505cc5512be6.tar.gz
drakx-35b60523ce6b2e32f33dee7a09ce505cc5512be6.tar.bz2
drakx-35b60523ce6b2e32f33dee7a09ce505cc5512be6.tar.xz
drakx-35b60523ce6b2e32f33dee7a09ce505cc5512be6.zip
LIVE_LOCATION is better named LIVE_LOCATION_REL without the leading "/"
Diffstat (limited to 'mdk-stage1/config-stage1.h')
-rw-r--r--mdk-stage1/config-stage1.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mdk-stage1/config-stage1.h b/mdk-stage1/config-stage1.h
index e1b717876..4b31f915f 100644
--- a/mdk-stage1/config-stage1.h
+++ b/mdk-stage1/config-stage1.h
@@ -27,7 +27,6 @@
#define RAMDISK_COMPRESSION_RATIO 1.95
-#define LIVE_LOCATION "/install/stage2/live/"
#define RAMDISK_LOCATION "/install/stage2/"
#define SLASH_LOCATION "/sysroot"
#define STAGE2_LOCATION SLASH_LOCATION "/tmp/stage2"
@@ -47,6 +46,8 @@
#else
#define DISTRIB_NAME "Mandrakelinux"
+
+#define LIVE_LOCATION_REL "install/stage2/live/"
#define IMAGE_LOCATION_DIR SLASH_LOCATION "/tmp/"
#define IMAGE_LOCATION IMAGE_LOCATION_DIR "image"
#define IMAGE_LOCATION_REAL "/tmp/image"