From: Richard W.M. Jones Date: Tue, 20 Aug 2013 18:05:19 +0000 (+0100) Subject: Correct default path to initrd after installation. X-Git-Tag: v1.1.1^0 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=1759d9a5ab4ef13d6e4b96f0a994fc856d994b87;p=qemu-sanity-check.git Correct default path to initrd after installation. --- 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/')"