From 1e6c5cd2f5211ca5a7bc4e5ba136f3d3ea1e65a7 Mon Sep 17 00:00:00 2001 From: damien Date: Thu, 5 Apr 2001 08:55:51 +0000 Subject: readded passwd. Must verify that it's secure vs msec. --- perl-install/ChangeLog | 8 ++++++++ perl-install/bootloader.pm | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 5966863e1..7355f78e5 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,11 @@ +2001-04-02 DrakX + + * dams : firewall snapshot uploaded + +2001-03-29 DrakX + + * dams : firewall snapshot uploaded + 2001-03-27 DrakX * dams : firewall snapshot uploaded diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm index 0d33fb8ca..f0706e2ea 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -434,7 +434,7 @@ sub install_lilo($$) { $lilo->{$_} and print F "$_=$lilo->{$_}" foreach qw(boot map install vga default append keytable disk); $lilo->{$_} and print F $_ foreach qw(linear lba32 compact prompt restricted); - #- print F "password=", $lilo->{password} if $lilo->{restricted} && $lilo->{password}; #- done by msec + print F "password=", $lilo->{password} if $lilo->{restricted} && $lilo->{password}; #- done by msec print F "timeout=", round(10 * $lilo->{timeout}) if $lilo->{timeout}; print F "message=/boot/message" if $lilo->{message}; print F "menu-scheme=wb:bw:wb:bw"; -- cgit v1.2.1