From a74e19d0609437ccef5021903f4c3f3e87d21e11 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 15 Apr 2015 22:04:32 +0200 Subject: reuse ESP with "use free space" in live mga#15690 --- perl-install/NEWS | 2 ++ perl-install/fsedit.pm | 2 ++ 2 files changed, 4 insertions(+) diff --git a/perl-install/NEWS b/perl-install/NEWS index 8337e9b4d..5bf74fd15 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +- reuse ESP with "use free space" in live (mga#15690) + Version 16.84 - 14 April 2015 - drakboot: diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm index 14b15aaef..1367f0fd4 100644 --- a/perl-install/fsedit.pm +++ b/perl-install/fsedit.pm @@ -560,6 +560,8 @@ sub auto_allocate { die N("Nothing to do"); } } + my @fstab = fs::get::fstab($all_hds); + fs::mount_point::suggest_mount_points_always(\@fstab); } sub auto_allocate_raids { -- cgit v1.2.1