summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeshav Amburay2014-07-26 14:10:15 -0400
committerKeshav Amburay2014-07-26 14:10:15 -0400
commitc371bac41d96a9c2b7544b013e6c1e3ebc3e356d (patch)
treed30f68183ff822e27850cc5ecdf0f2f93a08e7bd
parent80d97cd968f39658496067867b8f7443498cd792 (diff)
downloadaur-c371bac41d96a9c2b7544b013e6c1e3ebc3e356d.tar.gz
TODO: OVMF_CODE.fd and OVMF_VARS.fd usage instructions in .install
-rw-r--r--ovmf.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/ovmf.install b/ovmf.install
index e69b0ff76793..1ff47c6d9581 100644
--- a/ovmf.install
+++ b/ovmf.install
@@ -17,6 +17,10 @@ post_install() {
\$ 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
+
}