diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-05-08 13:50:34 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-05-08 13:50:34 +0000 |
commit | cdeea42142177655fafa844911113b7dbd7f7378 (patch) | |
tree | fde1bc87bc7ad87f6294c19e7c339972516e96b8 /mdk-stage1 | |
parent | 4213b85ef57b961669010886319f3c7a25d690e3 (diff) | |
download | drakx-cdeea42142177655fafa844911113b7dbd7f7378.tar drakx-cdeea42142177655fafa844911113b7dbd7f7378.tar.gz drakx-cdeea42142177655fafa844911113b7dbd7f7378.tar.bz2 drakx-cdeea42142177655fafa844911113b7dbd7f7378.tar.xz drakx-cdeea42142177655fafa844911113b7dbd7f7378.zip |
adjust COMPRESSION_RATIO so that last star is printed when last blocks of file are read
Diffstat (limited to 'mdk-stage1')
-rw-r--r-- | mdk-stage1/config-stage1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/config-stage1.h b/mdk-stage1/config-stage1.h index 4bfa3896a..11150314b 100644 --- a/mdk-stage1/config-stage1.h +++ b/mdk-stage1/config-stage1.h @@ -23,7 +23,7 @@ #define DISTRIB_NAME "Linux-Mandrake" -#define RAMDISK_COMPRESSION_RATIO 1.9 +#define RAMDISK_COMPRESSION_RATIO 1.95 #define LIVE_LOCATION "/Mandrake/mdkinst/" #define RAMDISK_LOCATION "/Mandrake/base/" |