From 9f3b3f4ce35f06fc506cf926fe99a19c612e25e0 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 30 May 2005 07:10:38 +0000 Subject: don't skip selectLanguage, selectKeyboard and miscellaneous by default in drakx-in-chroot --- perl-install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 59feffbcd..84f718c3b 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -448,7 +448,7 @@ sub main { } if ($::local_install) { push @auto, - 'selectLanguage', 'selectKeyboard', 'miscellaneous', +# 'selectLanguage', 'selectKeyboard', 'miscellaneous', 'selectInstallClass', 'doPartitionDisks', 'formatPartitions', 'setupBootloader'; fs::mount_usbfs(''); #- do it now so that when_load doesn't do it } -- cgit v1.2.1