summarylogtreecommitdiffstats
path: root/xen.install
diff options
context:
space:
mode:
authorJanne Heß2017-03-28 08:41:20 +0200
committerJanne Heß2017-03-28 08:41:20 +0200
commite580fe607bfff0fdf0137c84b8d4d7b53a1bed12 (patch)
treea30d8a5489aca72c3a44b3f25fe162c9fabcd593 /xen.install
parent94ca75b06369cdeeddcbf0dffa3491336fc606b1 (diff)
downloadaur-e580fe607bfff0fdf0137c84b8d4d7b53a1bed12.tar.gz
Split out OVMF and SeaBIOS; XSA-211; Werror
Diffstat (limited to 'xen.install')
-rw-r--r--xen.install12
1 files changed, 11 insertions, 1 deletions
diff --git a/xen.install b/xen.install
index e7582d4e0b23..31abde264c14 100644
--- a/xen.install
+++ b/xen.install
@@ -39,6 +39,16 @@ Feature list
http://wiki.xen.org/wiki/Xen_Project_4.8_Feature_List
__EOF__
+ vercmp 4.8.0-4 $1
+ if [ "${?}" -lt 0 ]; then
+ cat << __EOF__
+!!!!!
+This Xen version has split out SeaBIOS and OVMF.
+If you need to use VMs with BIOS or UEFI, install seabios or ovmf respectively.
+!!!!!
+__EOF__
+ fi
+
}
post_install() {
@@ -48,7 +58,7 @@ post_install() {
}
post_upgrade() {
- upgrade_msg
+ upgrade_msg $@
systemd-tmpfiles --create
}