git.annexia.org
/
qemu-sanity-check.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eedd895
)
Correct default path to initrd after installation.
v1.1.1
author
Richard W.M. Jones
<rjones@redhat.com>
Tue, 20 Aug 2013 18:05:19 +0000
(19:05 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Tue, 20 Aug 2013 18:08:55 +0000
(19:08 +0100)
qemu-sanity-check.in
patch
|
blob
|
history
diff --git
a/qemu-sanity-check.in
b/qemu-sanity-check.in
index
be1ab64
..
bda6cc7
100644
(file)
--- 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/')"