From 669e1f90536c459dcf6a4f46a4605ebbdb7325e0 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Tue, 22 Sep 2009 15:08:11 +0000 Subject: offer auto-partitionning in draklive-install --- draklive-install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'draklive-install') diff --git a/draklive-install b/draklive-install index 7d41050..f427516 100755 --- a/draklive-install +++ b/draklive-install @@ -18,9 +18,9 @@ push @::textdomains, 'draklive-install'; { use diskdrake::interactive; package diskdrake::interactive; - my $old = \&hd_possible_actions; - undef *hd_possible_actions; - *hd_possible_actions = sub { + my $old = \&hd_possible_actions_base; + undef *hd_possible_actions_base; + *hd_possible_actions_base = sub { #- for the partition wizard to show the auto-allocate option local $::isInstall = 1; &$old; -- cgit v1.2.1