summarylogtreecommitdiffstats
path: root/ovmf.install
diff options
context:
space:
mode:
Diffstat (limited to 'ovmf.install')
-rw-r--r--ovmf.install32
1 files changed, 0 insertions, 32 deletions
diff --git a/ovmf.install b/ovmf.install
deleted file mode 100644
index 1ff47c6d9581..000000000000
--- a/ovmf.install
+++ /dev/null
@@ -1,32 +0,0 @@
-post_install() {
-
- cat << EOF
-
- NOTE:
- 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/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/ia32/ovmf_ia32.bin ~/ovmf_ia32.bin
- \$ qemu-system-i386 -enable-kvm -net none -m 1024 -pflash ~/ovmf_ia32.bin
-
-EOF
-
-## TODO: Split OVMF_CODE.fd and OVMF_VARS.fd usage
-## http://git.qemu.org/?p=qemu.git;a=commit;h=637a5acb46b36a25b506ba6545e9a53350585b03
-
-
-}
-
-post_upgrade() {
-
- post_install
-
-}
-