summarylogtreecommitdiffstats
path: root/edk2-avmf.install
blob: f35c8ea0a7fd236527c1aa672178cacaf9b6f794 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
read -r -d '' msg <<TIPS
====================================\n
1. Uncomment or add/edit these lines in /etc/libvirt/qemu.conf \n
\n
nvram = [ \n
  "/usr/share/AAVMF/AAVMF_CODE.fd:/usr/share/AAVMF/AAVMF_VARS.fd" \n
  "/usr/share/AAVMF/AAVMF32_CODE.fd:/usr/share/AAVMF/AAVMF32_VARS.fd" \n
]\n

2. systemctl restart libvirtd \n
\n
====================================
TIPS
post_install() {
  echo -e $msg
}

post_upgrade() {
  echo -e $msg
}