summaryrefslogtreecommitdiffstats
path: root/system/xen/domU/domU.sh
diff options
context:
space:
mode:
author Mario Preksavec2013-11-11 16:21:00 +0100
committer Robby Workman2013-11-11 17:53:37 +0100
commitb5bcdfe098768b029bff69af1f213637d390fce1 (patch)
tree00061387766cefd90c49b19ac1b30f6452f135fb /system/xen/domU/domU.sh
parent0bc874957060a02e98ddc8a1f4d733c0af4b5539 (diff)
downloadslackbuilds-b5bcdfe098768b029bff69af1f213637d390fce1.tar.gz
system/xen: Updated for Slackware 14.1
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/xen/domU/domU.sh')
-rw-r--r--system/xen/domU/domU.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/xen/domU/domU.sh b/system/xen/domU/domU.sh
index 509f8582c5..c539e7a217 100644
--- a/system/xen/domU/domU.sh
+++ b/system/xen/domU/domU.sh
@@ -3,11 +3,11 @@
# Although it might work correctly, this script is intended as a template, so
# simplicity is the priority here.
# Written by Chris Abela <chris.abela@maltats.com>, 20100308
-# Updated by mario <mario@slackverse.org>, 2010-2012
+# Modified by Mario Preksavec <mario@slackware.hr>
set -e
-KERNEL=${KERNEL:-3.2.29}
+KERNEL=${KERNEL:-3.10.17}
# Build an image for the root file system and another for the swap
# Default values : 8GB and 500MB resepectively.