summarylogtreecommitdiffstats
path: root/ovmf-tianocore-edk2.install
blob: a3f38a93d9740ba5039861cc2addd0c4534d1b91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install() {
	
	echo
	echo "    OVMF X64 bios image has been installed at /usr/share/ovmf/x86_64/bios.bin"
	echo
	echo "    You can test OVMF by running "qemu-system-x86_64 -enable-kvm -net none -m 1024 -L /usr/share/ovmf/x86_64/""
	echo
	
}

post_upgrade() {
	
	post_install
	
}