[systemd-bugs] [Bug 89383] New: systemd-219 can't mount devices
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Mar 1 13:25:59 PST 2015
https://bugs.freedesktop.org/show_bug.cgi?id=89383
Bug ID: 89383
Summary: systemd-219 can't mount devices
Product: systemd
Version: unspecified
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: general
Assignee: systemd-bugs at lists.freedesktop.org
Reporter: tpgxyz at gmail.com
QA Contact: systemd-bugs at lists.freedesktop.org
Log story short.
After update to systemd-219, dracut during live iso boot was not able to mount
devices for further switch root, whereby booting iso in live mode was not
possible. An example:
LOOPDEV=$( losetup -f )
losetup -r $LOOPDEV /live/media/LiveOS/squashfs.img
mount -n -t squashfs -o ro $LOOPDEV /live/distrib
After a deep digging, and getting system to boot into a real root simple mount
command was not mounting anything.
mount -n -t squashfs -o ro /media/OpenMandriva_2015.0/LiveOS/squashfs.img
/media/test
Applying those patches fixed issue:
https://bugzilla.gnome.org/show_bug.cgi?id=743891
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20150301/4c5db791/attachment.html>
More information about the systemd-bugs
mailing list