From c49849db1716200b49714c213bea7c794c686790 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 20 Feb 2002 12:02:00 +0000 Subject: remove fsck_option (obsolete) --- perl-install/install_any.pm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'perl-install') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 0389f4a70..23d48cf13 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -246,12 +246,6 @@ sub spawnShell { exec {-e $busybox ? $busybox : "/bin/sh"} "/bin/sh" or log::l("exec of /bin/sh failed: $!"); } -sub fsck_option { - my ($o) = @_; - my $y = $o->{security} < 3 && !$::expert && "-y "; - substInFile { s/^(\s*fsckoptions="?)(-y )?/$1$y/ } "$o->{prefix}/etc/rc.d/rc.sysinit"; #- " help po, DONT REMOVE -} - sub getAvailableSpace { my ($o) = @_; -- cgit v1.2.1