From e87fb5722865ed81135c44c45f24874aa98b0018 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 17 Feb 2003 18:09:53 +0000 Subject: don't show "Choose packages to install" nor "Configure services" (was still there in expert) --- perl-install/steps.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/steps.pm') diff --git a/perl-install/steps.pm b/perl-install/steps.pm index e33df20a9..0d09dca21 100644 --- a/perl-install/steps.pm +++ b/perl-install/steps.pm @@ -20,7 +20,7 @@ use common; miscellaneous => [ N_("Security"), 1, 1, '', '' ], doPartitionDisks => [ N_("Partitioning"), 1, 0, '', "selectInstallClass" ], formatPartitions => [ N_("Format partitions"), 1, -1, '1', "doPartitionDisks" ], - choosePackages => [ N_("Choose packages to install"), 1, -2, '!$::expert', "formatPartitions" ], + choosePackages => [ N_("Choose packages to install"), 1, -2, '', "formatPartitions" ], installPackages => [ N_("Install system"), 1, -1, '', ["formatPartitions", "selectInstallClass"] ], setRootPassword => [ N_("Set root password"), 1, 1, '', "installPackages" ], addUser => [ N_("Add a user"), 1, 1, '', "installPackages" ], @@ -28,7 +28,7 @@ use common; setupBootloader => [ N_("Install bootloader"), 1, 0, '', "installPackages" ], configureX => [ N_("Configure X"), 1, 1, '1', ["formatPartitions", "setupBootloader"] ], summary => [ N_("Summary"), 1, 0, '', "installPackages" ], - configureServices => [ N_("Configure services"), 1, 1, '!$::expert', "installPackages" ], + configureServices => [ N_("Configure services"), 1, 1, '', "installPackages" ], installUpdates => [ N_("Install system updates"), 1, 1, '', ["installPackages", "configureNetwork", "summary"] ], exitInstall => [ N_("Exit install"), 0, 0, '', '' ], ); -- cgit v1.2.1