blob: 17a04233e33ad3e0aca22777254a66ea9eb24285 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
kickstart like
tolook qw(fstab )
warn the user if not enough ram to fulfill install
using setxkb, enable the testing of the keyboard
enable the testing of the mouse type (under X) (wheel)
add fdisk using the zvt widget (taken in gnome-libs)
keyboard shortcuts for the setstep stuff
test after printer config
diskdrake should warn if nb_ide_parts > 63, nb_scsi_parts > 15
propose fb in XFdrake
update the list of modules (in update_kernel)
merge the install(1) of redhat
lilo-deinstallation in case of lilo auto-installation for beginners
verify the free space is big enough.
loadFont sucks
have a better time estimation of the remaining time in install packages
trash on the screen when X first starts
get the error when reading .rpm files fail
ask for notepad (aka portable) or not
ask for hdparm or not
ask for more than the memory size detected
ask for the VGA mode for lilo or vidmode
ask the security level
remove the gray line surrounding the logo
pb with dependencies ``missing'': icewm do not require XFree86 and so you can have icewm but no X server
rewrite mouseconfig in perl?
cleanup /etc/services & /etc/protocols
maybe remove commented lines in /usr/lib/perl5/... files
handle zip/dat drives
# in 2.3.15 "Silicon Integrated Systems [SiS]|SiS900 10/100 Ethernet" is handled
remove cpio from base when mkbootdisk deps is added
quotema in _ask_from_list in my_gtk
look at SuperProbe
timezone using a picture (pb: how to delimit zones)
suggested partition tables must be better foreach installClass
the different xmodmaps for every languages (maybe gnome-core xmodmaps can help)
xmodmap needed even for english as the backspace is not what it should
aha152x needs "insmod aha152x.o aha152x=0x140,11,7"
have isofs in module.
replace in place catchable die's by cdie's (as in partition_table::load)
strange: no scsi of type 'fd', only 'tape'
try detect_devices::floppies (and how are scsi floppies handled?)
maybe: do a iotcl FDGETPRM to detect fd1, fd0.
test smp (is it enough to scan /proc/cpuinfo for multiple /^processor/ lines?)
remove the nasty wrapping arrow (in help) by patching gtk :(
in ask_from_list, the horizontal scroll is buggy
df is bugged (show bad sizes)
wish: ability to select the type of install when booting of cdrom
use the ability of el torito to handle 2.88MB or more
use ddcprobe monitor's size info for pnp monitors
use ddcprobe video card memory size info
use ddcprobe modelines to reduce the available resolutions
|