Mageia Bugzilla – Attachment 6464 Details for
Bug 15627
ESP not mounted in running system, when Mageia is the only EFI system on external HD (hybrid BIOS)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
do not set noauto for /boot/EFI
15627.diff (text/plain), 344 bytes, created by
Thierry Vignaud
on 2015-05-07 13:25:27 CEST
(
hide
)
Description:
do not set noauto for /boot/EFI
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2015-05-07 13:25:27 CEST
Size:
344 bytes
patch
obsolete
>diff -up ./fs/type.pm.tv5 ./fs/type.pm >--- ./fs/type.pm.tv5 2015-05-07 07:24:22.398069086 -0400 >+++ ./fs/type.pm 2015-05-07 07:24:24.383068910 -0400 >@@ -376,7 +376,7 @@ sub guessed_by_mount() { > } > > sub directories_needed_to_boot() { >- qw(/ /usr /var /boot /tmp); >+ qw(/ /usr /var /boot /boot/EFI /tmp); > } > > sub carry_root_loopback {
diff -up ./fs/type.pm.tv5 ./fs/type.pm --- ./fs/type.pm.tv5 2015-05-07 07:24:22.398069086 -0400 +++ ./fs/type.pm 2015-05-07 07:24:24.383068910 -0400 @@ -376,7 +376,7 @@ sub guessed_by_mount() { } sub directories_needed_to_boot() { - qw(/ /usr /var /boot /tmp); + qw(/ /usr /var /boot /boot/EFI /tmp); } sub carry_root_loopback {
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15627
:
6186
| 6464