summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeshav Amburay2013-06-20 10:20:46 +0530
committerKeshav Amburay2013-06-20 10:20:46 +0530
commitf5b1208bdff11b13864517806f7cbfaa454249a8 (patch)
tree6234afa626d477256334847045f5e9d7ba3be568
parent2589017d26094e64052af951bace746b6b505eaa (diff)
downloadaur-f5b1208bdff11b13864517806f7cbfaa454249a8.tar.gz
Fix comment - rEFInd => OVMF
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32bbb8c1f44e..c6042831115b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -174,7 +174,7 @@ build() {
package() {
- ## Install the rEFInd UEFI applications
+ ## Install the OVMF X64 image as bios.bin for QEMU
install -d "${pkgdir}/usr/share/ovmf/x86_64"
install -D -m0644 "${_UDK_DIR}/Build/${_TIANOCORE_PKG}/${_TIANOCORE_TARGET}_${_COMPILER}/FV/OVMF.fd" "${pkgdir}/usr/share/ovmf/x86_64/bios.bin"