Mercurial > hg > Members > taiki > EFITest
changeset 3:a2c1382b25ad
fix Makefile, add make exec
author | taiki |
---|---|
date | Wed, 26 Mar 2014 06:37:54 +0900 |
parents | 08b78c2f55c6 |
children | 14b7a92d960b |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Wed Mar 26 00:51:22 2014 +0900 +++ b/Makefile Wed Mar 26 06:37:54 2014 +0900 @@ -32,7 +32,7 @@ --target=efi-app-$(ARCH) $@ strip $@ modprobe nbd - qemu-nbd -c /dev/nbd0 disk/disk.qow2 + qemu-nbd -c /dev/nbd0 disk/disk.qcow2 mount /dev/nbd0 /mnt/nbd cp bootx64.efi /mnt/nbd/EFI/BOOT/ umount /mnt/nbd