From 873bda089bd05adbe74ad17cae063ee4bcbe25de Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Fri, 22 Sep 2017 00:41:47 +0200 Subject: fix booting from btrfs on multiple devices https://btrfs.wiki.kernel.org/index.php/Using_Btrfs_with_Multiple_Devices: > btrfs device scan is used to scan all of the block devices under /dev > and probe for Btrfs volumes. This is required after loading the btrfs > module if you're running with more than one device in a filesystem. See http://bugs.alpinelinux.org/issues/6903 --- features.d/btrfs.files | 1 + 1 file changed, 1 insertion(+) create mode 100644 features.d/btrfs.files (limited to 'features.d/btrfs.files') diff --git a/features.d/btrfs.files b/features.d/btrfs.files new file mode 100644 index 0000000..3729b89 --- /dev/null +++ b/features.d/btrfs.files @@ -0,0 +1 @@ +/sbin/btrfs -- cgit v1.2.3