summaryrefslogtreecommitdiffstats
path: root/roles/bootstrap/vars/debian.yml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-08-11 00:33:36 +0200
committerAhmed Abdelhalim <[email protected]>2025-08-11 00:33:36 +0200
commitbd2cb308854a5ec9f438c0604a47a5eef6880d92 (patch)
treeb395b85f7f7523593ba73fa05cbd38e528b1b66a /roles/bootstrap/vars/debian.yml
parenta36d4c2e61f2aaf9765bf4e9f8f0669707c54e48 (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/debian.yml')
-rw-r--r--roles/bootstrap/vars/debian.yml26
1 files changed, 0 insertions, 26 deletions
diff --git a/roles/bootstrap/vars/debian.yml b/roles/bootstrap/vars/debian.yml
deleted file mode 100644
index a305470..0000000
--- a/roles/bootstrap/vars/debian.yml
+++ /dev/null
@@ -1,26 +0,0 @@
----
-bootstrap_distro:
- name: "bookworm" # => Debian 12/Raspberry OS
- mirror_url: "http://deb.debian.org/debian"
- packages:
- - "raspberrypi-kernel"
- - "raspberrypi-bootloader"
- - "firmware-brcm80211"
- - "rpi-eeprom"
-
-bootstrap_opts: "--arch=arm64"
-
-bootstrap_apt_ignored_preferences: ""
-
-# yamllint disable rule:line-length
-bootstrap_apt_sources: |
- deb [signed-by=/usr/share/keyrings/raspberrypi.gpg] http://archive.raspberrypi.org/debian {{ bootstrap_distro.name }} main
- deb http://deb.debian.org/debian {{ bootstrap_distro.name }} main
-# yamllint enable rule:line-length
-
-# 1 = SD card
-# f = Restart (loop back)
-# 6 = NVMe SSD
-# 4 = USB mass storage
-# 1 = SD card (fallback)
-bootstrap_boot_order: "0x1f641"