diff options
author | Mario Preksavec <mario@slackware.hr> | 2016-03-31 22:20:20 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2016-04-03 02:33:04 -0500 |
commit | 50cf57ce56b4877aca6148cd3de5efb13157cea9 (patch) | |
tree | dbd3a9c1c903b266b9ac216cdba631a785ac87ff /system/xen/domU | |
parent | 7859671412ce6e2cbe91dfd00657f675e44dca07 (diff) |
system/xen: Updated for kernel 4.4.6 and fixes.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'system/xen/domU')
-rw-r--r-- | system/xen/domU/domU.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/xen/domU/domU.sh b/system/xen/domU/domU.sh index 3555a502217c..f1f7525c1499 100644 --- a/system/xen/domU/domU.sh +++ b/system/xen/domU/domU.sh @@ -7,7 +7,7 @@ set -e -KERNEL=${KERNEL:-4.4.1} +KERNEL=${KERNEL:-4.4.6} # Build an image for the root file system and another for the swap # Default values : 8GB and 500MB resepectively. |