From 4167dc1ad8d3466546f4cfaa84f1f2b4885755aa Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 11 Feb 2000 09:58:04 +0000 Subject: no_comment --- .cvsignore | 1 + docs/TODO | 36 ++++++++++++++++++++++++++++++------ perl-install/Newt/Makefile | 2 +- perl-install/c/Makefile | 2 +- perl-install/modules.pm | 1 + perl-install/resize_fat/Makefile | 2 +- 6 files changed, 35 insertions(+), 9 deletions(-) diff --git a/.cvsignore b/.cvsignore index 3b7e3d074..cb333fb93 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,6 +1,7 @@ kernel pictures docs +unused *.img *.rdz modules diff --git a/docs/TODO b/docs/TODO index 8adbccaa3..453f5c221 100644 --- a/docs/TODO +++ b/docs/TODO @@ -13,22 +13,41 @@ in chooseResolutions: display the graphic card found diskdrake should warn if nb_ide_parts > 63, nb_scsi_parts > 15 +RAID upgrades -choices-------------------------------------------------------------------------------- -tree for choosing things like timezone, monitors, graphic cards, modules, keyboard? ... +horizontal sub-steps -index/compress hdlist? +firewall configuration (instant firewalling?) + +install in 800x600 +- need handling of both 640x480 (mostly for VGA16) and 800x600 + +tree for choosing things like timezone, monitors, graphic cards, modules, mice, keyboard? ... + +index/compress hdlist? (for multi-cd) +! for multi-cd live is mandatory + +widget for displaying fdisk (dindinx) + +on laptop, configure the MMU to use swap not very often + +rescue: +- small modification for stage1 to get the rescue stage2 +- create a stage2 with many tools (fdisk, bash...) +the rescue could be on another cd (if multi-cd) +! care must be taken about modules (if ide is in module...) checkboxes in groups based on compssList (and availableSpace?) PPPoE install and configuration (SuSE includes it, DHCP-like) +loopback partitions (even root one) + standalone applications for configuration (netdrake, authentificationconf, soundcard) feature missing: cancel installation - crypto: add a cancel & progress bar while downloading - error handling (like reading hdlist) diskdrake in text mode @@ -45,8 +64,7 @@ sound config grub, chos, gag enable the testing of the mouse type (under X) (wheel) - -using setxkb, enable the testing of the keyboard +possibility to specify the mouse ---- paride in stage1 @@ -64,6 +82,8 @@ auto ppp-configure with free provider -easy fixes----------------------------------------------------------------------------- +in ok_cancel, focus has 3 states, should be 2 (ask dindinx) + configure DHCP for newbies if ethernet & DHCP card available rpmdrake proposition for cdrom labels @@ -164,6 +184,10 @@ eg: SIS6326 needs "no_bitblt" "no_bltimage" and 24bpp instead of 32bpp -(?)--------------------------------------------------------------------------------- +(?)using setxkb, enable the testing of the keyboard + +(?)XFdrake does not handle fbdev + (?) Xconfiguration: if "can't open fixed font", relaunch xfs. (?) Je viens de faire une installation sur une machine où seul Be était diff --git a/perl-install/Newt/Makefile b/perl-install/Newt/Makefile index b366e5974..cb80c5ab7 100644 --- a/perl-install/Newt/Makefile +++ b/perl-install/Newt/Makefile @@ -7,4 +7,4 @@ Newt: %: %.xs clean: test ! -e Makefile_c || $(MAKE) -f Makefile_c clean - rm -f *~ + rm -f *~ *.o diff --git a/perl-install/c/Makefile b/perl-install/c/Makefile index f67b1f9ac..0528707de 100644 --- a/perl-install/c/Makefile +++ b/perl-install/c/Makefile @@ -9,7 +9,7 @@ stuff: %: %.xs clean: test ! -e Makefile_c || $(MAKE) -f Makefile_c clean - rm -f *~ stuff.xs + rm -f *~ *.o stuff.xs stuff.xs: %: %.pm rm -f $@ diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 4afacb5d3..1b481883c 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -494,6 +494,7 @@ sub load_thiskind($;&$) { my %devs; foreach (@devs) { my ($text, $mod) = @$_; + $mod =~ /unknown|ignore/ and log::l("skipping $text, no module available (if you know one, please mail bugs\@linux-mandrake.com)"), next; $devs{$mod}++ and log::l("multiple $mod devices found"), next; log::l("found driver for $mod"); &$f($text, $mod) if $f; diff --git a/perl-install/resize_fat/Makefile b/perl-install/resize_fat/Makefile index 520c18cdb..a82ca8441 100644 --- a/perl-install/resize_fat/Makefile +++ b/perl-install/resize_fat/Makefile @@ -7,4 +7,4 @@ c_rewritten: %: %.xs clean: test ! -e Makefile_c || $(MAKE) -f Makefile_c clean - rm -f *~ + rm -f *~ *.o -- cgit v1.2.1