From 4867f949f382658998a6cb5c98bca24b09632680 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 20 Aug 2013 19:05:19 +0100 Subject: [PATCH] Correct default path to initrd after installation. --- qemu-sanity-check.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu-sanity-check.in b/qemu-sanity-check.in index be1ab64..bda6cc7 100644 --- a/qemu-sanity-check.in +++ b/qemu-sanity-check.in @@ -19,7 +19,7 @@ prefix="@prefix@" exec_prefix="@exec_prefix@" -initrd="@libdir@/initrd" +initrd="@libdir@/qemu-sanity-check/initrd" arch="$(uname -m)" canonical_arch="$(uname -m | sed 's/i[456]86/i386/')" -- 1.8.3.1