diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/TODO | 16 | ||||
-rw-r--r-- | docs/diskdrake.TODO | 2 |
2 files changed, 17 insertions, 1 deletions
@@ -1,4 +1,14 @@ -shadow is not in base +do not allow empty password for root, otherwise you can't login :( + +xmodmap needed even for english as the backspace is not what it should + +when we have /mnt mounted, check that all the devices of fstab are in /mnt/dev +(otherwise it won't boot) + +remove the hack in pkgs.pm (search for hack) + +detect and propose to choose devices before diskdrake +(cf scsi&ewok) /etc/sysconfig/mouse is not created @@ -7,6 +17,8 @@ Xconfigurator: possibility to show card autodetected use the VideoRam for skeeping some tests (not all the 32 24 16 15 8) +add a waiting message while formatting + does not reboot at the end of install insmod of /modules/loop.o fails (eg: in mkbootdisk) @@ -19,6 +31,8 @@ xmodmaps for every languages (maybe gnome-core xmodmaps can help) verify the free space is big enough. +be able to add more than one normal user + left window in the install (steps) should have a smaller font. loadFont sucks diff --git a/docs/diskdrake.TODO b/docs/diskdrake.TODO index db8e32ae6..fdf3045e8 100644 --- a/docs/diskdrake.TODO +++ b/docs/diskdrake.TODO @@ -1,3 +1,5 @@ +- bug (autoallocate) + - the information put in save/restore partitions must be cleaned (remove mounted/formatted/..., also remove the Data::Dumper dependency) - test, test, test |