<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - systemd-206 fails to mount btrfs md rootfs"
href="https://bugs.freedesktop.org/show_bug.cgi?id=67533#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - systemd-206 fails to mount btrfs md rootfs"
href="https://bugs.freedesktop.org/show_bug.cgi?id=67533">bug 67533</a>
from <span class="vcard"><a class="email" href="mailto:flo@chilicode.com" title="Florian Scandella <flo@chilicode.com>"> <span class="fn">Florian Scandella</span></a>
</span></b>
<pre>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"</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>