From fe7f2ec10a2c352db4c457df549326cee511b06b Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Thu, 29 Apr 2010 13:07:33 +0000 Subject: set mountpoint on included partition, not encrypted one --- perl-install/diskdrake/interactive.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/diskdrake') diff --git a/perl-install/diskdrake/interactive.pm b/perl-install/diskdrake/interactive.pm index 06205c24f..34709b826 100644 --- a/perl-install/diskdrake/interactive.pm +++ b/perl-install/diskdrake/interactive.pm @@ -559,6 +559,8 @@ First remove a primary partition and create an extended partition.")); my $p2 = fs::type::type_name2subpart($requested_type); $p->{fs_type} = $p2->{fs_type}; $p->{type_name} = $requested_type; + $p->{mntpoint} = $part->{mntpoint}; + $part->{mntpoint} = ''; if ($::isStandalone) { fs::format::check_package_is_installed_format($in->do_pkgs, $p->{fs_type}) or log::l("Missing package"); } -- cgit v1.2.1