summarylogtreecommitdiffstats
path: root/ovmf.install
diff options
context:
space:
mode:
authorKeshav Amburay2014-07-26 14:05:08 -0400
committerKeshav Amburay2014-07-26 14:05:08 -0400
commit80d97cd968f39658496067867b8f7443498cd792 (patch)
tree2daf51499e5df7862b97cc144f1e04b6df6ca4d1 /ovmf.install
parent1067eb7ce710b8b14b5941903c66999a0295ab61 (diff)
downloadaur-80d97cd968f39658496067867b8f7443498cd792.tar.gz
Use edk2/Basetools, and include OVMF_CODE.fd and OVMF_VARS.fd
Diffstat (limited to 'ovmf.install')
-rw-r--r--ovmf.install12
1 files changed, 4 insertions, 8 deletions
diff --git a/ovmf.install b/ovmf.install
index 1408dd1c4c9b..e69b0ff76793 100644
--- a/ovmf.install
+++ b/ovmf.install
@@ -3,21 +3,17 @@ post_install() {
cat << EOF
NOTE:
- The OVMF X64 UEFI image has been moved to /usr/share/ovmf/ovmf_x64.bin
- The OVMF IA32 UEFI image has been moved to /usr/share/ovmf/ovmf_ia32.bin
-
- OVMF now support NV VAR storage within the OVMF image if QEMU flash (-pflash) is supported
- This requires write access by QEMU to the OVMF image
- For more info see http://sourceforge.net/p/tianocore/edk2/ci/e58e5bcd23badac8ef91d3bcc73baac3ca27e2ae/
+ The OVMF X64 UEFI image has been moved to /usr/share/ovmf/x64/ovmf_x64.bin
+ The OVMF IA32 UEFI image has been moved to /usr/share/ovmf/x64/ovmf_ia32.bin
To test OVMF X64 in QEMU (use v1.5+) run:
- \$ cp /usr/share/ovmf/ovmf_x64.bin ~/ovmf_x64.bin
+ \$ cp /usr/share/ovmf/x64/ovmf_x64.bin ~/ovmf_x64.bin
\$ qemu-system-x86_64 -enable-kvm -net none -m 1500 -pflash ~/ovmf_x64.bin
To test OVMF IA32 in QEMU (use v1.5+) run:
- \$ cp /usr/share/ovmf/ovmf_ia32.bin ~/ovmf_ia32.bin
+ \$ cp /usr/share/ovmf/ia32/ovmf_ia32.bin ~/ovmf_ia32.bin
\$ qemu-system-i386 -enable-kvm -net none -m 1024 -pflash ~/ovmf_ia32.bin
EOF