remcoros on Nostr: if you really want to update all packages, I went this route before (and broke my ...
if you really want to update all packages, I went this route before (and broke my node), but figured out what works. Add this to /etc/apt/preferences.d/pins
then run 'apt update && apt upgrade'
note: do this in the chrooted environment
note2: this will also update the kernel to 6.11
```
Package: *
Pin: release a=stable, stable-updates, stable-security
Pin-Priority: 500
Package: *
Pin: release a=stable-backports
Pin-Priority: 400
Package: *
Pin: release a=unstable
Pin-Priority: 50
Package: linux-image-amd64
Pin: release a=unstable
Pin-Priority: 500
Package: btrfs-progs e2fsprogs firmware-* geoip-database libcpupower1 linux-cpupower qemu-guest-agent smartmontools socat tor tor-*
Pin: release a=stable-backports
Pin-Priority: 500
```
then run 'apt update && apt upgrade'
note: do this in the chrooted environment
note2: this will also update the kernel to 6.11
```
Package: *
Pin: release a=stable, stable-updates, stable-security
Pin-Priority: 500
Package: *
Pin: release a=stable-backports
Pin-Priority: 400
Package: *
Pin: release a=unstable
Pin-Priority: 50
Package: linux-image-amd64
Pin: release a=unstable
Pin-Priority: 500
Package: btrfs-progs e2fsprogs firmware-* geoip-database libcpupower1 linux-cpupower qemu-guest-agent smartmontools socat tor tor-*
Pin: release a=stable-backports
Pin-Priority: 500
```