diff options
| author | Marc Vertes <mvertes@free.fr> | 2021-08-15 11:26:14 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2021-08-15 11:26:14 +0200 |
| commit | e70107cb6a2f1fe17b848c43774b4e946749ea23 (patch) | |
| tree | d84b28afb53de105b641d749eeff737306a95740 /bin/update_kernel_host | |
| parent | 0ad6087640b7c6f9bee6e954f0736d9c183f6a5c (diff) | |
update
Diffstat (limited to 'bin/update_kernel_host')
| -rwxr-xr-x | bin/update_kernel_host | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/update_kernel_host b/bin/update_kernel_host new file mode 100755 index 0000000..6180921 --- /dev/null +++ b/bin/update_kernel_host @@ -0,0 +1,8 @@ +#!/bin/sh -ex + +# After 'apk upgrade', update kernel and initrd on VM host + +sudo cp /boot/initramfs-virt /tmp +sudo chmod a+r /tmp/initramfs-virt +gunzip < /boot/vmlinuz-virt > /tmp/vmlinux +scp /tmp/initramfs-virt /tmp/vmlinux marc@m1:.vm/vm1/ |
