From: Kay Sievers Date: Sat, 30 Jun 2012 02:28:40 +0000 (+0200) Subject: Makefile: test - use /boot X-Git-Tag: 2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=328b4970b03bf7fae146b68f588a97c201da6086;p=platform%2Fupstream%2Fgummiboot.git Makefile: test - use /boot --- diff --git a/Makefile b/Makefile index a450a35..cd11069 100644 --- a/Makefile +++ b/Makefile @@ -41,10 +41,10 @@ clean: test: gummiboot.efi @# UUID=677B-ECF2 /boot2 vfat noauto,x-systemd.automount,x-gvfs-hide 1 3 - cp -v gummiboot.efi /boot2/EFI/gummiboot/ + cp -v gummiboot.efi /boot/EFI/gummiboot/ @# unmount to sync EFI partition to disk sync - umount /boot2 + umount /boot echo 3 > /proc/sys/vm/drop_caches - @# run UEFI KVM + @# run QEMU with UEFI firmware qemu-kvm -m 512 -L /usr/lib/qemu-bios -snapshot /dev/sda