diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-17 12:55:39 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-17 12:55:39 +0000 |
commit | c0fc9f49955f718e14c47bf901d56ae981f291a4 (patch) | |
tree | 778473a2c1c7e2715a142c1aafa3e86b4bb54abd /mdk-stage1 | |
parent | d151cf9f3076baffa485e60305a15c6f0bae8645 (diff) | |
download | drakx-c0fc9f49955f718e14c47bf901d56ae981f291a4.tar drakx-c0fc9f49955f718e14c47bf901d56ae981f291a4.tar.gz drakx-c0fc9f49955f718e14c47bf901d56ae981f291a4.tar.bz2 drakx-c0fc9f49955f718e14c47bf901d56ae981f291a4.tar.xz drakx-c0fc9f49955f718e14c47bf901d56ae981f291a4.zip |
move /image_raw to /cdrom
Diffstat (limited to 'mdk-stage1')
-rw-r--r-- | mdk-stage1/config-stage1.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mdk-stage1/config-stage1.h b/mdk-stage1/config-stage1.h index 1962bf6f3..66e0140b1 100644 --- a/mdk-stage1/config-stage1.h +++ b/mdk-stage1/config-stage1.h @@ -34,10 +34,10 @@ #ifdef MANDRAKE_MOVE #define MEM_LIMIT_MOVE 120 #define DISTRIB_NAME "Mandrake Move" -#define IMAGE_LOCATION "/sysroot/image_raw" +#define IMAGE_LOCATION "/sysroot/cdrom" #define IMAGE_LOCATION_REAL "/sysroot/image" #define SLASH_LOCATION "/sysroot" -#define RAW_LOCATION_REL "/image_raw" +#define RAW_LOCATION_REL "/cdrom" #define LIVE_LOCATION_REL "/image" #define BOOT_LOCATION "/sysroot/image_boot" #define ALWAYS_LOCATION "/sysroot/image_always" |