Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 733285 Details for
Bug 807971
sys-kernel/dracut-055 fails to mount /sysroot/usr ("mount point does not exist")
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mount-usr.patch
mount-usr.patch (text/plain), 734 bytes, created by
Alexander Tsoy
on 2021-08-16 11:32:07 UTC
(
hide
)
Description:
mount-usr.patch
Filename:
MIME Type:
Creator:
Alexander Tsoy
Created:
2021-08-16 11:32:07 UTC
Size:
734 bytes
patch
obsolete
>diff --git a/modules.d/98usrmount/mount-usr.sh b/modules.d/98usrmount/mount-usr.sh >index 23ed06aa..f84973c3 100755 >--- a/modules.d/98usrmount/mount-usr.sh >+++ b/modules.d/98usrmount/mount-usr.sh >@@ -55,7 +55,11 @@ mount_usr() { > while read -r _dev _mp _fs _opts _freq _passno || [ -n "$_dev" ]; do > [ "${_dev%%#*}" != "$_dev" ] && continue > if [ "$_mp" = "/usr" ]; then >- _dev="$(label_uuid_to_dev "$_dev")" >+ case "${_dev}" in >+ LABEL=* | UUID=* | PARTUUID=* | PARTLABEL=*) >+ _dev="$(label_uuid_to_dev "$_dev")" ;; >+ *) ;; >+ esac > > if strstr "$_opts" "subvol=" \ > && [ "${root#block:}" -ef "$_dev" ] \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 807971
:
732555
|
732557
| 733285