diff options
author | Mario Preksavec <mario@slackware.hr> | 2021-08-14 22:19:14 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-08-19 18:33:51 +0700 |
commit | b0768026fe3b8de9afc35d95c8958fb61233bfd5 (patch) | |
tree | 1cb5aadcdac6d5fc322d4fe0764fb20961c046da /system/xen/domU | |
parent | 25d63828e9ada783c9f7ead2e012b90861a735b3 (diff) |
system/xen: Updated for version 4.15.0.
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 | ||||
-rw-r--r-- | system/xen/domU/mydom | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/xen/domU/domU.sh b/system/xen/domU/domU.sh index e49e3d58b9fd0..f1878f30ebbe3 100644 --- a/system/xen/domU/domU.sh +++ b/system/xen/domU/domU.sh @@ -7,7 +7,7 @@ set -e -KERNEL=${KERNEL:-4.4.240} +KERNEL=${KERNEL:-5.13.8} # Build an image for the root file system and another for the swap # Default values : 8GB and 500MB resepectively. diff --git a/system/xen/domU/mydom b/system/xen/domU/mydom index 72f7f511ef367..c43c00ff29527 100644 --- a/system/xen/domU/mydom +++ b/system/xen/domU/mydom @@ -2,9 +2,9 @@ kernel = "/boot/vmlinuz-xen" ramdisk = "/boot/initrd-xen.gz" memory = 128 name = "Slackware" -vif = [ 'mac=00:16:3e:00:00:01'] -disk = [ 'file:/full_path_to/slackware.img,xvda1,w', - 'file:/full_path_to/swap_file,xvda2,w' ] +vif = [ "mac=00:16:3e:00:00:01" ] +disk = [ "file:/full_path_to/slackware.img,xvda1,w", + "file:/full_path_to/swap_file,xvda2,w" ] root = "/dev/xvda1 ro" extra = "3" extra = "console=hvc0 elevator=noop" |