File: Debian-bullseye-RaspberryPi3.yaml

package info (click to toggle)
bdebstrap 0.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 312 kB
  • sloc: python: 1,736; sh: 125; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 558 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
# Combine this configuration with Debian-bullseye.yaml for a working golden image.
mmdebstrap:
  architectures:
    - arm64
  components:
    - contrib
    - non-free
  customize-hooks:
    # Network: Use DHCP on the Ethernet interface
    - printf "\nauto lo\niface lo inet loopback\n\nallow-hotplug eth0\niface eth0 inet dhcp\n"
      >> "$1/etc/network/interfaces"
  packages:
    # Raspberry Pi 3 specific
    - firmware-brcm80211  # contains /lib/firmware/brcm/brcmfmac43430-sdio.bin (required for WiFi)
    - linux-image-arm64
    - raspi-firmware