ALT Linux Bugzilla
– Attachment 6222 Details for
Bug 30564
live_rw doesn't mount alt-live-storage
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
временное решение
workaround.patch (text/plain), 699 bytes, created by
ildar
on 2015-01-16 23:12:22 MSK
(
hide
)
Description:
временное решение
Filename:
MIME Type:
Creator:
ildar
Created:
2015-01-16 23:12:22 MSK
Size:
699 bytes
patch
obsolete
>diff --git a/propagator/data/sbin/init-bottom b/propagator/data/sbin/init-bottom >index 76b8490..f1dbc98 100755 >--- a/propagator/data/sbin/init-bottom >+++ b/propagator/data/sbin/init-bottom >@@ -124,6 +124,13 @@ if [ -h /dev/disk/by-label/alt-live-storage ]; then > grep -qs "[[:space:]]$stage2.rw[[:space:]]" /proc/mounts || > mount -o $mount_options /dev/disk/by-label/alt-live-storage $stage2.rw > fi >+ >+# Workaround for https://bugzilla.altlinux.org/30564 >+if [ -h /dev/disk/by-uuid/11111111-1111-1111-1111-111111111111 ]; then >+ grep -qs "[[:space:]]$stage2.rw[[:space:]]" /proc/mounts || >+ mount -o $mount_options /dev/disk/by-uuid/11111111-1111-1111-1111-111111111111 $stage2.rw >+fi >+ > } > > #
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 30564
:
6220
|
6221
| 6222 |
6736