From c6df70fb4859fba630433586d39d728e60613399 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 28 May 2013 16:34:34 +0200 Subject: [PATCH] btrfs: include btrfs-zero-log in the initramfs https://bugzilla.redhat.com/show_bug.cgi?id=963257 --- modules.d/90btrfs/module-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.d/90btrfs/module-setup.sh b/modules.d/90btrfs/module-setup.sh index 4a7c01d..e1c8577 100755 --- a/modules.d/90btrfs/module-setup.sh +++ b/modules.d/90btrfs/module-setup.sh @@ -43,7 +43,7 @@ install() { /usr/lib/dracut/hooks/initqueue/timeout/btrfs_timeout.sh fi - dracut_install btrfsck + dracut_install -o btrfsck btrfs-zero-log inst $(command -v btrfs) /sbin/btrfs }