APT固定カーネル

APT固定カーネル

私の計画は、Debianのテストリポジトリでカーネルを更新することです。これにより、dist-upgradeを実行するとカーネルが自動的にアップグレードされます。

私の問題は、依存関係もダウンロードされないことです。

この問題をどのように解決できますか?

resources.listには、追加のバックポートストアとテストストアが含まれています。

#Stable
deb http://ftp.us.debian.org/debian stable main non-free contrib
deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free

#Testing
deb http://ftp.us.debian.org/debian testing main non-free contrib
deb http://non-us.debian.org/debian-non-US testing/non-US main contrib non-free

#Unstable
deb http://ftp.us.debian.org/debian unstable main non-free contrib
deb http://non-us.debian.org/debian-non-US unstable/non-US main contrib non-free

私の/etc/apt/preferences.d/mypref

Package: *
Pin: release a=stable
Pin-Priority: 700

Package: *
Pin: release a=testing
Pin-Priority: 650

Package: *
Pin: release a=unstable
Pin-Priority: 600

私の/etc/apt/preferences.d/kernel

Package: linux-image-amd64
Pin: release a=testing
Pin-Priority: 950

Package: linux-headers-amd64
Pin: release a=testing
Pin-Priority: 950

ベストアンサー1

おすすめ記事