Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
[gardenlinux] No need to pin the kernel anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
fwiesel committed Jul 1, 2024
1 parent a237f17 commit d47f3f2
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions features/orabos/exec.early
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,5 @@ deb http://deb.debian.org/debian stable main
deb http://deb.debian.org/debian stable-backports main
EOT

mkdir -p /etc/apt/preferences.d/
cat >/etc/apt/preferences.d/notgardenlinuxkernel <<-EOT
Package: linux-image-amd64
Pin: release a=stable-backports
Pin-Priority: 700
Package: linux-image-amd64
Pin: release a=stable
Pin-Priority: 600
Package: linux-image-amd64
Pin: release n=today
Pin-Priority: 1
EOT

export DEBIAN_FRONTEND=noninteractive
apt-get update

0 comments on commit d47f3f2

Please sign in to comment.