1
0
mirror of https://github.com/gryf/vmstrap.git synced 2025-12-18 12:00:31 +01:00

Don't update kernel and initramfs related tools

This commit is contained in:
2021-03-04 13:37:15 +01:00
parent d7a7c76cb8
commit fdce926347

View File

@@ -163,6 +163,12 @@ ubuntu() {
;;
esac
# 0. hold - those doesn't matter, since we never get to the point when
# reboot is needed.
sudo apt-mark hold linux-headers-generic linux-headers-virtual \
linux-image-virtual linux-virtual cryptsetup-initramfs \
busybox-initramfs cloud-init initramfs-tools
# 1. update
sudo apt update && sudo apt -y upgrade