[systemd-bugs] [Bug 67533] systemd-206 fails to mount btrfs md rootfs
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Jul 30 16:10:45 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=67533
--- Comment #4 from Florian Scandella <flo at chilicode.com> ---
I use mkinitcpio from arch/testing with the new systemd hook (so systemd
handles the full boot process).
btrfs udev rules are included.
(extracted from initrd)
~/tmp/initrd/usr/lib/udev/rules.d $ cat 64-btrfs.rules
# do not edit this file, it will be overwritten on update
SUBSYSTEM!="block", GOTO="btrfs_end"
ACTION=="remove", GOTO="btrfs_end"
ENV{ID_FS_TYPE}!="btrfs", GOTO="btrfs_end"
# let the kernel know about this btrfs filesystem, and check if it is complete
IMPORT{builtin}="btrfs ready $devnode"
# mark the device as not ready to be used by the system
ENV{ID_BTRFS_READY}=="0", ENV{SYSTEMD_READY}="0"
LABEL="btrfs_end"
--
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/20130730/30df3717/attachment.html>
More information about the systemd-bugs
mailing list