From f66da5419372f9c931645c7685fd44d69d8a66c5 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 5 Jan 2000 21:26:23 +0000 Subject: no_comment --- Makefile | 2 +- docs/TODO | 5 +---- perl-install/install_any.pm | 2 +- 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" } } -- cgit v1.2.1