From b9d99b78e9b9f4dc76eac74971b77f462d2dfd5f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 13 Sep 2005 08:20:21 +0000 Subject: really skip setupBootloader in local_install --- perl-install/install2.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 7b908a12a..1bb9537ec 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -285,6 +285,7 @@ sub addUser { #------------------------------------------------------------------------------ sub setupBootloader { my ($auto) = @_; + return if $::local_install; $o->{modules_conf}->write; @@ -421,7 +422,7 @@ sub main { if ($::local_install) { push @auto, # 'selectLanguage', 'selectKeyboard', 'miscellaneous', 'selectInstallClass', - 'doPartitionDisks', 'formatPartitions', 'setupBootloader'; + 'doPartitionDisks', 'formatPartitions'; fs::mount::usbfs(''); #- do it now so that when_load doesn't do it } -- cgit v1.2.1