diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | docs/TODO | 5 | ||||
-rw-r--r-- | perl-install/install_any.pm | 2 |
3 files changed, 3 insertions, 6 deletions
@@ -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 @@ -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" } } |