This was almost certainly copy-pasted from mount-root.sh, but it's not valid here - dracut doesn't use NEWROOT outside of the initramfs. --- modules.d/95rootfs-block/module-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.d/95rootfs-block/module-setup.sh b/modules.d/95rootfs-block/module-setup.sh index 8254289..732aefb 100755 --- a/modules.d/95rootfs-block/module-setup.sh +++ b/modules.d/95rootfs-block/module-setup.sh @@ -15,7 +15,7 @@ check() { rootopts=$opts break fi - done < "$NEWROOT/etc/fstab" + done < /etc/fstab [ "$rootfs" = "reiserfs" ] && journaldev=$(fs_get_option $rootopts "jdev") [ "$rootfs" = "xfs" ] && journaldev=$(fs_get_option $rootopts "logdev") -- 1.7.11.7 -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html