summarylogtreecommitdiffstats
path: root/ovmf.install
blob: 8c6ad9e883701a1bc6bc518a3b8d9a17ea24c6f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
post_install() {
	
	cat << EOF
    
    To test OVMF X64 in QEMU 1.5 , run :
    
    qemu-system-x86_64 -enable-kvm -net none -m 1024 -bios /usr/share/ovmf/x86_64/bios.bin
    
EOF
	
}

post_upgrade() {
	
	post_install
	
}