diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-10-10 17:19:32 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-10-10 17:19:32 +0000 |
commit | f69856bc54b576ea65a0e7e57ef3ba8ee9c68f4d (patch) | |
tree | 4959e5c7d480a3c47760f29ee9ab238b3720800f /mdk-stage1 | |
parent | d402a1848a17ee73540d22ffc5e291a4b87626c5 (diff) | |
download | drakx-f69856bc54b576ea65a0e7e57ef3ba8ee9c68f4d.tar drakx-f69856bc54b576ea65a0e7e57ef3ba8ee9c68f4d.tar.gz drakx-f69856bc54b576ea65a0e7e57ef3ba8ee9c68f4d.tar.bz2 drakx-f69856bc54b576ea65a0e7e57ef3ba8ee9c68f4d.tar.xz drakx-f69856bc54b576ea65a0e7e57ef3ba8ee9c68f4d.zip |
call move, move
Diffstat (limited to 'mdk-stage1')
-rw-r--r-- | mdk-stage1/config-stage1.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mdk-stage1/config-stage1.h b/mdk-stage1/config-stage1.h index 384af7f68..9e28be52e 100644 --- a/mdk-stage1/config-stage1.h +++ b/mdk-stage1/config-stage1.h @@ -24,7 +24,6 @@ /* If we have more than that amount of memory (in Mbytes), we assume we can load the rescue as a ramdisk */ #define MEM_LIMIT_RESCUE 40 -#define DISTRIB_NAME "Mandrake Linux" #define RAMDISK_COMPRESSION_RATIO 1.95 @@ -33,10 +32,12 @@ #define STAGE2_LOCATION "/tmp/stage2" #ifdef MANDRAKE_MOVE +#define DISTRIB_NAME "Mandrake Move" #define IMAGE_LOCATION "/sysroot/image" #define SLASH_LOCATION "/sysroot" #define LIVE_LOCATION_REL "/image" #else +#define DISTRIB_NAME "Mandrake Linux" #define IMAGE_LOCATION "/tmp/image" #endif |