From a2ac04c4f337e91746b0ad7b3b3ed643cac30c0b Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Fri, 2 Jun 2023 19:41:34 +0200 Subject: [PATCH] feat: raspberry pi os repositories --- examples/apt/sources.list.d/raspberry-pi-bookworm.list | 1 + examples/apt/sources.list.d/raspberry-pi-bullseye.list | 1 + knowledge base/raspberry pi os.md | 9 +++++++++ 3 files changed, 11 insertions(+) create mode 100644 examples/apt/sources.list.d/raspberry-pi-bookworm.list create mode 100644 examples/apt/sources.list.d/raspberry-pi-bullseye.list diff --git a/examples/apt/sources.list.d/raspberry-pi-bookworm.list b/examples/apt/sources.list.d/raspberry-pi-bookworm.list new file mode 100644 index 0000000..1c4f44f --- /dev/null +++ b/examples/apt/sources.list.d/raspberry-pi-bookworm.list @@ -0,0 +1 @@ +deb http://archive.raspberrypi.org/debian/ bookworm main diff --git a/examples/apt/sources.list.d/raspberry-pi-bullseye.list b/examples/apt/sources.list.d/raspberry-pi-bullseye.list new file mode 100644 index 0000000..76dda5e --- /dev/null +++ b/examples/apt/sources.list.d/raspberry-pi-bullseye.list @@ -0,0 +1 @@ +deb http://archive.raspberrypi.org/debian/ bullseye main diff --git a/knowledge base/raspberry pi os.md b/knowledge base/raspberry pi os.md index 84e50a0..fe0e198 100644 --- a/knowledge base/raspberry pi os.md +++ b/knowledge base/raspberry pi os.md @@ -1,6 +1,7 @@ # Raspberry Pi OS 1. [First boot](#first-boot) +1. [Repositories](#repositories) 1. [Privilege escalation](#privilege-escalation) 1. [Disable WiFi and Bluetooth](#disable-wifi-and-bluetooth) 1. [Through boot configuration](#through-boot-configuration) @@ -31,6 +32,10 @@ Unless manually set from the Imager, on first boot the system will ask to create a new initial user. +## Repositories + +[Repositories], [Mirrors]. + ## Privilege escalation - Users in the `sudo` group can `sudo`. @@ -367,11 +372,15 @@ Long term solution: none currently known. - Project's [issue 2067] - [Re: How to make sure the rpi CPU is not throttled down?] - [Timely tips for speeding up your Raspberry Pi] +- [Repositories] +- [Mirrors] [/boot/config.txt]: https://www.raspberrypi.org/documentation/configuration/config-txt/README.md [configuration]: https://www.raspberrypi.com/documentation/computers/configuration.html +[mirrors]: https://www.raspbian.org/RaspbianMirrors [overclocking]: https://www.raspberrypi.org/documentation/configuration/config-txt/overclocking.md +[repositories]: https://www.raspbian.org/RaspbianRepository [k3s]: kubernetes/k3s.md