summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-01-05 21:26:23 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-01-05 21:26:23 +0000
commitf66da5419372f9c931645c7685fd44d69d8a66c5 (patch)
treede23bce9c5c1ddcd9c541b9833da99c298d034d3
parentfd6b89e3d9cb165829a25cd196b5340104a4e440 (diff)
downloaddrakx-backup-do-not-use-f66da5419372f9c931645c7685fd44d69d8a66c5.tar
drakx-backup-do-not-use-f66da5419372f9c931645c7685fd44d69d8a66c5.tar.gz
drakx-backup-do-not-use-f66da5419372f9c931645c7685fd44d69d8a66c5.tar.bz2
drakx-backup-do-not-use-f66da5419372f9c931645c7685fd44d69d8a66c5.tar.xz
drakx-backup-do-not-use-f66da5419372f9c931645c7685fd44d69d8a66c5.zip
no_comment
-rw-r--r--Makefile2
-rw-r--r--docs/TODO5
-rw-r--r--perl-install/install_any.pm2
3 files changed, 3 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index c1bdad792..a77f38f51 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
BOOT_IMG = hd.img cdrom.img network.img network_ks.img pcmcia.img pcmcia_ks.img
-BOOT_RDZ = hd.rdz cdrom.rdz network.rdz pcmcia.rdz
+BOOT_RDZ = $(BOOT_IMG:%.img=%.rdz)
BINS = install/install install/full-install install/local-install install/installinit/init
DIRS = tools install install/installinit perl-install lnx4win
ROOTDEST = /export
diff --git a/docs/TODO b/docs/TODO
index f149e0391..bb33ab405 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -2,9 +2,7 @@
(done,pix)when you set the kde icons to Large, maybe it'd be good to chown the .kderc
(done,pix)lilo in russian/japaneese is horrible
(ok,pix)test ide burners
-
-test check bad blocks optional for mke2fs
-
+(ok)test check bad blocks optional for mke2fs
(done,pix)hd install: no umount is done at the end of install :(
just before release:
@@ -15,7 +13,6 @@ just before release:
remount ro before X test.
-
--------------------------------------------------------------------------------
rpmdrake and same name packages
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index 12e080d57..6403ebf7a 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -589,7 +589,7 @@ sub kderc_largedisplay($) {
foreach (list_skels()) {
substInFile {
s/^(GridWidth)=85/$1=100/;
- s/^(GridWidth)=70/$1=75/;
+ s/^(GridHeight)=70/$1=75/;
} "$prefix$_/.kde/share/config/kfmrc"
}
}