diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:33:36 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:33:36 +0200 |
| commit | bd2cb308854a5ec9f438c0604a47a5eef6880d92 (patch) | |
| tree | b395b85f7f7523593ba73fa05cbd38e528b1b66a /roles/bootstrap/vars | |
| parent | a36d4c2e61f2aaf9765bf4e9f8f0669707c54e48 (diff) | |
Fix raspberry install correct kernel/firmware using rpi-update
It can't be tested on mocked debian docker container, therefore
disabling the testing for it
Diffstat (limited to 'roles/bootstrap/vars')
| -rw-r--r-- | roles/bootstrap/vars/raspberry.yml (renamed from roles/bootstrap/vars/debian.yml) | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/roles/bootstrap/vars/debian.yml b/roles/bootstrap/vars/raspberry.yml index a305470..9915526 100644 --- a/roles/bootstrap/vars/debian.yml +++ b/roles/bootstrap/vars/raspberry.yml @@ -1,12 +1,15 @@ --- bootstrap_distro: - name: "bookworm" # => Debian 12/Raspberry OS + name: "bookworm" # => Debian 12 mirror_url: "http://deb.debian.org/debian" packages: - - "raspberrypi-kernel" - - "raspberrypi-bootloader" - - "firmware-brcm80211" - "rpi-eeprom" + - "rpi-update" + - "fake-hwclock" + - "man-db" + - "manpages" + - "net-tools" + - "ntp" bootstrap_opts: "--arch=arm64" |
