diff options
author | Mario Preksavec <mario@slackware.hr> | 2019-04-10 23:20:31 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-13 06:56:56 +0700 |
commit | b8b9db116aaf5d00748f0afeef861aaaa9e2d63d (patch) | |
tree | 891dd49240e6cc1602b31af19008937d4b22ac75 /system/xen/domU/domU.sh | |
parent | 718770eca955a2eeb69b7d06b8b39d14e06de016 (diff) | |
download | slackbuilds-b8b9db116aaf5d00748f0afeef861aaaa9e2d63d.tar.gz |
system/xen: Updated for version 4.12.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 b9037f4f18..c471242392 100644 --- a/system/xen/domU/domU.sh +++ b/system/xen/domU/domU.sh @@ -7,7 +7,7 @@ set -e -KERNEL=${KERNEL:-4.4.157} +KERNEL=${KERNEL:-4.4.172} # Build an image for the root file system and another for the swap # Default values : 8GB and 500MB resepectively. |