summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-09-03 18:20:05 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-09-03 18:20:05 +0000
commitfd908603f3d9a89a3f36f706b43ea8af0ddc25d4 (patch)
tree0496e66775f4f2c1e248512d4e82ec2a15ff3d18 /perl-install/install2.pm
parenta271a36ef0b244131d70f2e49b76c05338c5d425 (diff)
downloaddrakx-backup-do-not-use-fd908603f3d9a89a3f36f706b43ea8af0ddc25d4.tar
drakx-backup-do-not-use-fd908603f3d9a89a3f36f706b43ea8af0ddc25d4.tar.gz
drakx-backup-do-not-use-fd908603f3d9a89a3f36f706b43ea8af0ddc25d4.tar.bz2
drakx-backup-do-not-use-fd908603f3d9a89a3f36f706b43ea8af0ddc25d4.tar.xz
drakx-backup-do-not-use-fd908603f3d9a89a3f36f706b43ea8af0ddc25d4.zip
no_comment
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index 4ca363782..ee52781af 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -262,6 +262,8 @@ $o = $::o = {
steps => \%installSteps,
orderedSteps => \@orderedInstallSteps,
+ installClass => "beginner",
+
base => [ qw(basesystem initscripts console-tools mkbootdisk linuxconf anacron linux_logo rhs-hwdiag utempter ldconfig chkconfig ntsysv mktemp setup setuptool filesystem MAKEDEV SysVinit ash at authconfig bash bdflush binutils console-tools crontabs dev e2fsprogs ed etcskel file fileutils findutils getty_ps gpm 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
# user => { name => 'foo', password => 'bar', home => '/home/foo', shell => '/bin/bash', realname => 'really, it is foo' },
@@ -375,7 +377,7 @@ sub choosePackages {
}
sub doInstallStep {
- install_any::setPackages($o) unless $_[1];
+ install_any::setPackages($o) unless $_[1]; # FIXME
$o->beforeInstallPackages;
$o->installPackages($o->{packages});
$o->afterInstallPackages;