We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eefc87d commit e2596ecCopy full SHA for e2596ec
2 files changed
modules/01-kernel.yml
@@ -2,5 +2,7 @@ name: kernel
2
type: apt
3
source:
4
packages:
5
- - linux-image-amd64
6
- - linux-headers-amd64
+ - linux-image-6.12.9-amd64
+ # removed temporarily to avoid changing kernel version
7
+ # - linux-image-amd64
8
+ # - linux-headers-amd64
modules/90-network.yml
@@ -13,7 +13,8 @@ source:
13
- modemmanager
14
- wpasupplicant
15
- wireless-tools
16
- - wireguard
17
+ # - wireguard
18
- avahi-autoipd
19
- avahi-daemon
20
- rfkill
0 commit comments