diff options
author | Mario Preksavec <mario at slackware dot hr> | 2013-11-11 09:21:00 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-11 10:53:37 -0600 |
commit | b5bcdfe098768b029bff69af1f213637d390fce1 (patch) | |
tree | 00061387766cefd90c49b19ac1b30f6452f135fb /system/xen/domU | |
parent | 0bc874957060a02e98ddc8a1f4d733c0af4b5539 (diff) | |
download | slackbuilds-b5bcdfe098768b029bff69af1f213637d390fce1.tar.gz |
system/xen: Updated for Slackware 14.1
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/xen/domU')
-rw-r--r-- | system/xen/domU/domU.sh | 4 |
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. |