Mageia Bugzilla – Attachment 6286 Details for
Bug 15690
KDE LIVE DVD: You must have a ESP FAT32 partition mounted in /boot/EFI (using free disk space, ESP exists))
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
reuse ESP under live
0003-reuse-ESP-with-use-free-space-in-live.patch (text/plain), 956 bytes, created by
Thierry Vignaud
on 2015-04-15 22:07:44 CEST
(
hide
)
Description:
reuse ESP under live
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2015-04-15 22:07:44 CEST
Size:
956 bytes
patch
obsolete
>From 93a3472d092e2ff53d7d5463f6ad21342fb6d0ea Mon Sep 17 00:00:00 2001 >From: Thierry Vignaud <thierry.vignaud@gmail.com> >Date: Wed, 15 Apr 2015 22:04:32 +0200 >Subject: [PATCH 3/3] 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 8337e9b..5bf74fd 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 14b15aa..1367f0f 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 { >-- >2.3.2 >
From 93a3472d092e2ff53d7d5463f6ad21342fb6d0ea Mon Sep 17 00:00:00 2001 From: Thierry Vignaud <thierry.vignaud@gmail.com> Date: Wed, 15 Apr 2015 22:04:32 +0200 Subject: [PATCH 3/3] 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 8337e9b..5bf74fd 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 14b15aa..1367f0f 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 { -- 2.3.2
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15690
:
6252
|
6253
|
6281
| 6286