summaryrefslogtreecommitdiffstats
path: root/system/xen/dom0
diff options
context:
space:
mode:
author Mario Preksavec2017-06-02 00:36:12 +0200
committer Willy Sudiarto Raharjo2017-06-03 03:00:02 +0200
commita8b29ad52811cf0aa5f88f9a498ebaa6cc28acc5 (patch)
tree9a2e8d4ecb311e7c0503be34351a4855b19792ef /system/xen/dom0
parent339f7ce0690abac8a3e275a8e72ea9ecf81d6b21 (diff)
downloadslackbuilds-a8b29ad52811cf0aa5f88f9a498ebaa6cc28acc5.tar.gz
system/xen: Updated for version 4.8.1.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'system/xen/dom0')
-rw-r--r--system/xen/dom0/README.dom02
-rw-r--r--system/xen/dom0/kernel-xen.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/system/xen/dom0/README.dom0 b/system/xen/dom0/README.dom0
index 4ea14b1674..f23bf14c04 100644
--- a/system/xen/dom0/README.dom0
+++ b/system/xen/dom0/README.dom0
@@ -46,7 +46,7 @@ Xen EFI binary.
To make things a bit easier, a copy of Xen EFI binary can be found here:
- http://slackware.hr/~mario/xen/xen-4.8.0.efi.gz
+ http://slackware.hr/~mario/xen/xen-4.8.1.efi.gz
If an automatic boot to Xen kernel is desired, the binary should be renamed and
copied to the following location: /boot/efi/EFI/BOOT/bootx64.efi
diff --git a/system/xen/dom0/kernel-xen.sh b/system/xen/dom0/kernel-xen.sh
index f6ea99ce48..27ad9bc836 100644
--- a/system/xen/dom0/kernel-xen.sh
+++ b/system/xen/dom0/kernel-xen.sh
@@ -6,7 +6,7 @@
# Modified by Mario Preksavec <mario@slackware.hr>
KERNEL=${KERNEL:-4.4.38}
-XEN=${XEN:-4.8.0}
+XEN=${XEN:-4.8.1}
BOOTLOADER=${BOOTLOADER:-lilo}
ROOTMOD=${ROOTMOD:-ext4}