Mageia Bugzilla – Attachment 1299 Details for
Bug 3395
dracut produces an initramfs that loads pata_acpi before pata_via
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Patch for mount script to not force ro mount
mount-usr.sh.patch (text/plain), 454 bytes, created by
Dave Hodgins
on 2011-12-29 04:42:55 CET
(
hide
)
Description:
Patch for mount script to not force ro mount
Filename:
MIME Type:
Creator:
Dave Hodgins
Created:
2011-12-29 04:42:55 CET
Size:
454 bytes
patch
obsolete
>--- mount-usr.sh.original 2011-12-28 22:23:01.027221707 -0500 >+++ mount-usr.sh 2011-12-28 22:23:28.857221561 -0500 >@@ -11,7 +11,7 @@ > # check, if we have to mount the /usr filesystem > while read _dev _mp _fs _opts _rest; do > if [ "$_mp" = "/usr" ]; then >- echo "$_dev $NEWROOT/$_mp $_fs ${_opts},ro $_rest" >+ echo "$_dev $NEWROOT/$_mp $_fs ${_opts},$_rest" > _usr_found="1" > break > fi
--- mount-usr.sh.original 2011-12-28 22:23:01.027221707 -0500 +++ mount-usr.sh 2011-12-28 22:23:28.857221561 -0500 @@ -11,7 +11,7 @@ # check, if we have to mount the /usr filesystem while read _dev _mp _fs _opts _rest; do if [ "$_mp" = "/usr" ]; then - echo "$_dev $NEWROOT/$_mp $_fs ${_opts},ro $_rest" + echo "$_dev $NEWROOT/$_mp $_fs ${_opts},$_rest" _usr_found="1" break fi
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 3395
:
1089
|
1297
|
1298
| 1299 |
1300