summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-11-06 08:51:50 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-11-06 08:51:50 +0000
commit07021694c8d96ab2205c9398a68d177e2d185f2a (patch)
treec2f6f3f498ee6155ba7b86153e2e134abd1572b3
parent680a22985ade4719c431cf2c43daed9eafd3bd4e (diff)
downloaddrakx-07021694c8d96ab2205c9398a68d177e2d185f2a.tar
drakx-07021694c8d96ab2205c9398a68d177e2d185f2a.tar.gz
drakx-07021694c8d96ab2205c9398a68d177e2d185f2a.tar.bz2
drakx-07021694c8d96ab2205c9398a68d177e2d185f2a.tar.xz
drakx-07021694c8d96ab2205c9398a68d177e2d185f2a.zip
no_comment
-rw-r--r--docs/TODO4
-rwxr-xr-xmake_boot_img3
-rw-r--r--perl-install/mouse.pm1
-rw-r--r--perl-install/share/po/Changelog4
4 files changed, 6 insertions, 6 deletions
diff --git a/docs/TODO b/docs/TODO
index d9365f347..6ae4226a5 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -22,8 +22,6 @@ suggested partition tables must be better foreach installClass
(fpons)verify the free space is big enough.
-have a better time estimation of the remaining time in install packages
-
(fpons)pb with dependencies ``missing'': icewm do not require XFree86 and so you can have icewm but no X server
(fpons)modem config
@@ -37,6 +35,8 @@ have a better time estimation of the remaining time in install packages
(done,pix)ask for more than the memory size detected
--------------------------------------------------------------------------------
+have a better time estimation of the remaining time in install packages
+
smaller zsh (or ash in initrd)
initrd in bzip2
diff --git a/make_boot_img b/make_boot_img
index 45eb6fbe7..560c4c688 100755
--- a/make_boot_img
+++ b/make_boot_img
@@ -89,10 +89,11 @@ sub msg_boot_img {
_ "cat vmlinuz > $mnt/vmlinuz";
initrd("${mnt}2", "$mnt/$type.rdz");
+ my $timeout = $ks ? 1 : 72;
output("$mnt/syslinux.cfg", "
default linux
prompt 1
-timeout 72
+timeout $timeout
display boot.msg
F1 boot.msg
F2 general.msg
diff --git a/perl-install/mouse.pm b/perl-install/mouse.pm
index 795d859b1..406ecbbdf 100644
--- a/perl-install/mouse.pm
+++ b/perl-install/mouse.pm
@@ -81,7 +81,6 @@ sub write($;$) {
sub detect() {
my %l;
- eval { modules::load("serial") };
@l{qw(FULLNAME nbuttons MOUSETYPE XMOUSETYPE device)} = split("\n", `mouseconfig --nointeractive 2>/dev/null`) or die "mouseconfig failed";
\%l;
}
diff --git a/perl-install/share/po/Changelog b/perl-install/share/po/Changelog
index 663b3e876..2f055b01c 100644
--- a/perl-install/share/po/Changelog
+++ b/perl-install/share/po/Changelog
@@ -1,10 +1,10 @@
1999-11-05 Pablo Saratxaga <pablo@mandrakesoft.com>
* pl.po: added Polish language file
* ru.po: updated russian file
- * no.po: compelted norwegian file
+ * no.po: completed norwegian file
1999-11-04 Pablo Saratxaga <pablo@mandrakesoft.com>
- * es.po: updated andcompleted spanish language file
+ * es.po: updated and completed spanish language file
* wa.po: updated walon language file
1999-10-30 Pablo Saratxaga <pablo@mandrakesoft.com>