summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-04-15 22:04:32 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2015-04-15 22:05:11 +0200
commita74e19d0609437ccef5021903f4c3f3e87d21e11 (patch)
treeb30345f3499fea832c3f548998055030a9e33b3c
parent40996bc2b64a2972b32ad6bad5b7be5555979343 (diff)
downloaddrakx-a74e19d0609437ccef5021903f4c3f3e87d21e11.tar
drakx-a74e19d0609437ccef5021903f4c3f3e87d21e11.tar.gz
drakx-a74e19d0609437ccef5021903f4c3f3e87d21e11.tar.bz2
drakx-a74e19d0609437ccef5021903f4c3f3e87d21e11.tar.xz
drakx-a74e19d0609437ccef5021903f4c3f3e87d21e11.zip
reuse ESP with "use free space" in live
-rw-r--r--perl-install/NEWS2
-rw-r--r--perl-install/fsedit.pm2
2 files changed, 4 insertions, 0 deletions
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 {