Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 669422 Details for
Bug 890442
On arm dmeventd fails to repair LVM if system disk is mirrored
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Initramfs
file_890442.txt (text/plain), 709 bytes, created by
Matija Šuklje
on 2012-12-27 00:25:44 UTC
(
hide
)
Description:
Initramfs
Filename:
MIME Type:
Creator:
Matija Šuklje
Created:
2012-12-27 00:25:44 UTC
Size:
709 bytes
patch
obsolete
>#!/bin/busybox sh > ># Define rescue_shell >#rescue_shell() { ># echo "Something went wrong. Dropping you to a shell." ># busybox --install -s ># exec /bin/sh >#} > ># Mount the /proc and /sys filesystems. >mount -t proc none /proc && mount -t sysfs none /sys > ># Run mdev (the busybox udev replacement) >echo /sbin/mdev > /proc/sys/kernel/hotplug >mdev -s > ># Enable all LVM volumes >lvm vgscan --ignorelockingfailure >lvm vgchange --ignorelockingfailure -ay mirrored > ># Mount the root filesystem. >mount -o ro /dev/mapper/mirrored-root /mnt/root > ># Clean up. >echo >/proc/sys/kernel/hotplug >umount /proc >umount /sys > ># Boot the real thing. >exec switch_root /mnt/root /sbin/init
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 890442
:
669418
|
669419
|
669420
|
669421
| 669422 |
704687