From 3a598bd7c7b58aac70e31c3481c85264d2bcb2f8 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 6 Sep 1999 22:04:20 +0000 Subject: no_comment --- perl-install/install2.pm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 5dfae42b1..ab28caad7 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -279,9 +279,10 @@ $o = $::o = { # { mntpoint => "/usr", size => 400 << 11, type => 0x83, growable => 1 }, # ], shells => [ map { "/bin/$_" } qw(bash tcsh zsh ash ksh) ], - lang => 'fr_FR', + lang => 'us', isUpgrade => 0, - installClass => 'expert', + installClass => "beginner", + timezone => { timezone => "Europe/Paris", GMT => 1, @@ -321,8 +322,6 @@ $o = $::o = { steps => \%installSteps, orderedSteps => \@orderedInstallSteps, - installClass => "expert", - base => [ qw(basesystem initscripts console-tools mkbootdisk anacron rhs-hwdiag utempter ldconfig chkconfig ntsysv mktemp setup filesystem SysVinit bdflush crontabs dev e2fsprogs etcskel fileutils findutils getty_ps grep groff gzip hdparm info initscripts isapnptools kbdconfig kernel less ldconfig lilo logrotate losetup man mkinitrd mingetty modutils mount net-tools passwd procmail procps psmisc mandrake-release rootfiles rpm sash sed setconsole setserial shadow-utils sh-utils slocate stat sysklogd tar termcap textutils time timeconfig tmpwatch util-linux vim-minimal vixie-cron which cpio) ], # for the list of fields available for user and superuser, see @etc_pass_fields in install_steps.pm # intf => [ { DEVICE => "eth0", IPADDR => '1.2.3.4', NETMASK => '255.255.255.128' } ], -- cgit v1.2.1