diff options
-rw-r--r-- | docs/TODO | 10 | ||||
-rwxr-xr-x | make_boot_img | 4 |
2 files changed, 7 insertions, 7 deletions
@@ -1,15 +1,15 @@ -bug: Lrosqu'on effectue une mise à jour et que /etc/lilo.conf contient la -variable « default » positionnée sur autre chose que « linux » ou « -windows », DrakX est incapable de générer LILO. +(done,fpons)bug: Lrosqu'on effectue une mise à jour et que /etc/lilo.conf +contient la variable « default » positionnée sur autre chose que +« linux » ou « windows », DrakX est incapable de générer LILO. -bug: GeForce and hd.img? +(done,fpons)bug: GeForce and hd.img? noatime option for ext2 fs on laptops (do not wake up the hd) Do not update inode access times on this file system (e.g, for faster access on the news spool to speed up news servers). -(?)for upgrade in expert, give choice of packages to install +(done,fpons)for upgrade in expert, give choice of packages to install choosing packages available in upgrade? refresh the kde desktop after package installation in rpmdrake diff --git a/make_boot_img b/make_boot_img index 63286d61f..ceed9091f 100755 --- a/make_boot_img +++ b/make_boot_img @@ -95,12 +95,12 @@ sub msg_boot_img { initrd("${mnt}2", "$mnt/$type.rdz"); my $timeout = $ks ? 1 : 72; + my $setmode = !($type eq 'hd') && "mode 0x101\n"; output("$mnt/syslinux.cfg", " default linux prompt 1 timeout $timeout -mode 0x101 -display boot.msg +${setmode}display boot.msg F1 help.msg F2 boot.msg label linux |