4 Commits

Author SHA1 Message Date
Cyril Brulebois
3e629d21be Stop configuring the Raspberry OS repository.
With the merge of the pi-5-support branch in the debian-12 repository,
we're now including everything we need from the Raspberry OS repository,
via the pirogue-3rd-party part of our PPA.

This should give us peace of mind regarding further package updates.

Link: https://github.com/PiRogueToolSuite/pirogue-images/issues/2
Link: ef742a961f
2024-08-19 03:24:31 +02:00
Cyril Brulebois
c1be115a2f Avoid 3 known debconf prompts during deployment.
Even if those prompts and the associated answers are already documented
in “Beginner guide - How to setup a PiRogue”, it's a bit annoying to
have to go through them every time a new PiRogue is set up.

Let's pick the right answers (moving away from the default every time),
and mark those questions as seen (i.e. asked and answered):

 - Save current IPv4 rules?                           Yes → No
 - Save current IPv6 rules?                           Yes → No
 - Should non-superusers be able to capture packets?  No → Yes

Link: https://github.com/PiRogueToolSuite/pirogue-images/issues/3
2024-07-28 21:28:10 +02:00
Cyril Brulebois
b9a2b88370 Import rpi-resizerootfs hook and script from image-specs.
As of commit ff7fdbf07c727ba1d2277dc7f274bd234f2e2bfa in the image-specs
repository (https://salsa.debian.org/raspi-team/image-specs).
2024-07-20 18:38:24 +02:00
Cyril Brulebois
d4d78daf3d Add Raspberry Pi signing key.
Copied from /etc/apt/trusted.gpg.d/raspberrypi-archive-stable.gpg
(Raspberry Pi OS Lite, 2024-07-04-raspios-bookworm-arm64-lite.img).
2024-07-20 18:36:45 +02:00