diff options
author | Mario Preksavec <mario@slackware.hr> | 2016-09-09 17:32:49 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-11 08:53:21 +0700 |
commit | 2950e4fd85dfa97149c179636ae27b664d9c3157 (patch) | |
tree | 63d67d6c6055f01d052abfb695519734377ea6e8 /system/xen/domU/domU.sh | |
parent | 6f7d252327e4559f12c7cc6ec6f6d40a110cee00 (diff) | |
download | slackbuilds-2950e4fd85dfa97149c179636ae27b664d9c3157.tar.gz |
system/xen: Updated for version 4.7.0.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'system/xen/domU/domU.sh')
-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 bdcee3ff6a..5d0825cebe 100644 --- a/system/xen/domU/domU.sh +++ b/system/xen/domU/domU.sh @@ -7,7 +7,7 @@ set -e -KERNEL=${KERNEL:-4.4.14} +KERNEL=${KERNEL:-4.4.19} # Build an image for the root file system and another for the swap # Default values : 8GB and 500MB resepectively. |