From 0b2e5d22188febeb98b3464bd9a9c2d487bb6357 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Wed, 9 Mar 2011 08:12:52 +0000 Subject: add GPT support --- perl-install/install/steps_list.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install/steps_list.pm') diff --git a/perl-install/install/steps_list.pm b/perl-install/install/steps_list.pm index 245ff9f8e..f8cf73d36 100644 --- a/perl-install/install/steps_list.pm +++ b/perl-install/install/steps_list.pm @@ -21,6 +21,7 @@ use common; selectInstallClass => [ N_("_: Keep these entry short\nInstallation class"), 1, 1, '1', '', N_("_: Keep these entry short\nInstallation class") ], selectKeyboard => [ N_("_: Keep these entry short\nKeyboard"), 1, 1, '1', '', N_("Localization") ], + selectPartitionTable => [ N_("_: Keep these entry short\nPartitionTable"), 1, 1, '1', '', N_("PartitionTable") ], miscellaneous => [ N_("_: Keep these entry short\nSecurity"), 1, 1, '1', '', N_("Security") ], doPartitionDisks => [ N_("_: Keep these entry short\nPartitioning"), 1, 0, '', "selectInstallClass", N_("Partitioning") ], -- cgit v1.2.1