ALT Linux Bugzilla
– Attachment 6429 Details for
Bug 31465
mount: /root/run: filesystem mounted, but mount(8) failed: No such file or directory
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
проверенный патчик
run.diff (text/plain), 597 bytes, created by
Michael Shigorin
on 2015-11-10 00:26:52 MSK
(
hide
)
Description:
проверенный патчик
Filename:
MIME Type:
Creator:
Michael Shigorin
Created:
2015-11-10 00:26:52 MSK
Size:
597 bytes
patch
obsolete
>diff --git a/data/lib/initrd/modules/980-umount b/data/lib/initrd/modules/980-umount >index b775ce1..92d3dfb 100755 >--- a/data/lib/initrd/modules/980-umount >+++ b/data/lib/initrd/modules/980-umount >@@ -5,7 +5,7 @@ run() { > local mp > > # Move filesystems to real root >- for mp in dev run ${EXPORT_FS-}; do >+ for mp in dev ${EXPORT_FS-}; do > if [ -d "$rootmnt/$mp" ]; then > mount --move ${DEBUG:+-v} "/$mp" "$rootmnt/$mp" > else >@@ -13,7 +13,7 @@ run() { > fi > done > >- for mp in ${UMOUNT_FS-} sys proc; do >+ for mp in ${UMOUNT_FS-} run sys proc; do > umount ${DEBUG:+-v} "/$mp" > done > }
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 31465
:
6428
| 6429 |
7286