Skip to content

Commit

Permalink
fix: uninstall correct 6.8.0 kernel version
Browse files Browse the repository at this point in the history
  • Loading branch information
bhearsum committed Nov 21, 2024
1 parent 25ebd08 commit 3b7e5b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion builders/gw_translations_multiengine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ builder_var_files:

script_directories:
- ubuntu-jammy-from-community
- ubuntu-jammy-from-community-gui
- ubuntu-cuda
- relops-papertrail-tclogs # needs to run after worker-runner-gw-systemd
- translations-worker-requirements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ sudo apt-get -y reinstall linux-headers-gcp linux-headers-`uname -r` ${pkg_name}
# https://bugs.launchpad.net/ubuntu/+source/v4l2loopback/+bug/2078961
#
# remove 6.8.0 kernel packages for now
sudo apt-get remove -y linux-image-6.8.0-1015-gcp linux-gcp-6.8-tools-6.8.0-1015 linux-gcp-6.8-headers-6.8.0-1015
sudo apt-get remove -y linux-image-6.8.0-1018-gcp linux-gcp-6.8-tools-6.8.0-1018 linux-gcp-6.8-headers-6.8.0-1018

#
# apt packages
Expand Down Expand Up @@ -133,4 +133,4 @@ chown -R root:root $dirs
chmod -R 0777 $dirs

# test
ls -lad $dirs
ls -lad $dirs

0 comments on commit 3b7e5b4

Please sign in to comment.