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
```
Published at
2024-11-21 17:30:57Event JSON
{
"id": "1f0c1f50dd91c9868cca0151d9b21729afaa10a13b8f9003cb4fa2d70dd49c4b",
"pubkey": "aed0088b68f3b1545326768825fd3d207a1c33397e81cc5370683920f759a36b",
"created_at": 1732210257,
"kind": 1,
"tags": [
[
"e",
"dc26d27cc7b4447e70f0b16dcdc02c6b0ee9f14851e28426ff101a53897ebfc1",
"",
"root"
],
[
"p",
"16b8676587c1ddde60b23b27205112a4d5f0ce7bd0414f67476d5eea1502af36"
]
],
"content": "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\n\nthen run 'apt update \u0026\u0026 apt upgrade'\n\nnote: do this in the chrooted environment\nnote2: this will also update the kernel to 6.11\n\n```\nPackage: *\nPin: release a=stable, stable-updates, stable-security\nPin-Priority: 500\n\nPackage: *\nPin: release a=stable-backports\nPin-Priority: 400\n\nPackage: *\nPin: release a=unstable\nPin-Priority: 50\n\nPackage: linux-image-amd64\nPin: release a=unstable\nPin-Priority: 500\n\nPackage: btrfs-progs e2fsprogs firmware-* geoip-database libcpupower1 linux-cpupower qemu-guest-agent smartmontools socat tor tor-*\nPin: release a=stable-backports\nPin-Priority: 500\n```",
"sig": "50f4556f4d2c5b739d1c5d39524b305ea3579c156d6f5008ecc98884dff64126ff848930f9541d25b5d3de4e78f53e28dfbd331bf55cc45c41ade56159f0228e"
}