Mageia Bugzilla – Attachment 8127 Details for
Bug 15153
Patches to add support for the rEFInd boot manager in drakboot
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
refind-install: don't choke on /dev/vda
refind-01.patch (text/plain), 371 bytes, created by
Thierry Vignaud
on 2016-07-05 10:41:35 CEST
(
hide
)
Description:
refind-install: don't choke on /dev/vda
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2016-07-05 10:41:35 CEST
Size:
371 bytes
patch
obsolete
>--- /sbin/refind-install.tv 2016-07-05 04:30:48.620000000 -0400 >+++ /sbin/refind-install 2016-07-05 04:30:40.035000000 -0400 >@@ -1058,7 +1058,7 @@ > local DmStatus > local SkipIt > local Dmraid >- for Drive in `ls /dev/[sh]d?` ; do >+ for Drive in `ls /dev/[vsh]d?` ; do > SkipIt=0 > Dmraid=`which dmraid 2> /dev/null` > if [ -x "$Dmraid" ] ; then
--- /sbin/refind-install.tv 2016-07-05 04:30:48.620000000 -0400 +++ /sbin/refind-install 2016-07-05 04:30:40.035000000 -0400 @@ -1058,7 +1058,7 @@ local DmStatus local SkipIt local Dmraid - for Drive in `ls /dev/[sh]d?` ; do + for Drive in `ls /dev/[vsh]d?` ; do SkipIt=0 Dmraid=`which dmraid 2> /dev/null` if [ -x "$Dmraid" ] ; then
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15153
:
5844
|
5845
|
5932
|
5933
|
5936
|
5975
|
6187
|
6188
|
6308
|
8124
|
8125
|
8126
| 8127 |
8128
|
10371