diff --git a/defaults/initrd.scripts b/defaults/initrd.scripts index d1f105f..2d5fb5d 100755 --- a/defaults/initrd.scripts +++ b/defaults/initrd.scripts @@ -955,6 +955,11 @@ cdupdate() { fi } +setup_btrfsctl() { + # start BTRFS volume detection, if available + [ -x /sbin/btrfsctl ] && /sbin/btrfsctl -a +} + setup_md_device() { local device diff --git a/defaults/linuxrc b/defaults/linuxrc index e059314..17a2f47 100755 --- a/defaults/linuxrc +++ b/defaults/linuxrc @@ -304,6 +304,9 @@ startiscsi # let iscsid settle - otherwise mounting the iSCSI-disk will fail (very rarely, though) sleep 1 +# Setup btrfs, see bug 303529 +setup_btrfsctl + # Setup md device nodes if they dont exist setup_md_device