diff options
author | Mario Preksavec <mario@slackware.hr> | 2021-11-25 11:47:34 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-11-29 09:43:58 +0700 |
commit | e9a0293d9ac899a92268f7776fa93c3c923ddd54 (patch) | |
tree | 88495baf5516b5fffba594d3951e9f5087d3395b /system/xen/domU | |
parent | c009232704cb3d262f64e9992d4e864ea849b5a1 (diff) |
system/xen: XSA 385-390 update.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 2abcf652f7017..16fed9d61f2e9 100644 --- a/system/xen/domU/domU.sh +++ b/system/xen/domU/domU.sh @@ -7,7 +7,7 @@ set -e -KERNEL=${KERNEL:-5.14.12} +KERNEL=${KERNEL:-5.15.4} # Build an image for the root file system and another for the swap # Default values : 8GB and 500MB resepectively. |