diff options
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" |
