From 3614e8ce05d7cdaa931dc7c2382ffb169b8223d7 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 12 May 2003 18:01:58 +0000 Subject: - pass enough dummy parameters to fs::merge_info_from_fstab - add empty prototypes to help perl_checker catch miss writeen func calls --- perl-install/standalone/drakboot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perl-install/standalone/drakboot') diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index 363233c8f..c5e219a82 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -311,12 +311,12 @@ gtkflush(); $w->main; $in->exit(0); -sub lilo_choice { +sub lilo_choice() { my $bootloader = bootloader::read(); my ($all_hds) = fsedit::get_hds(); my $fstab = [ fsedit::get_all_fstab($all_hds) ]; - fs::merge_info_from_fstab($fstab); + fs::merge_info_from_fstab($fstab, '', 0, undef); $::expert=1; @@ -338,7 +338,7 @@ sub lilo_choice { # launch autologin functions #------------------------------------------------------------- -sub updateAutologin { +sub updateAutologin() { my ($usern, $deskt) = ($user_combo->entry->get_text(), $desktop_combo->entry->get_text()); if ($auto_buttons[0]->get_active()) { $in->do_pkgs->install('autologin') if $x_mode; -- cgit v1.2.1