From 6b20b109fd455ffa71351890a18940e7da326229 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 11 Aug 2025 00:33:34 +0200 Subject: Make bootstrap raspberry more detailed with minimal setup --- roles/bootstrap/vars/debian.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'roles/bootstrap/vars') diff --git a/roles/bootstrap/vars/debian.yml b/roles/bootstrap/vars/debian.yml index 25e2764..a305470 100644 --- a/roles/bootstrap/vars/debian.yml +++ b/roles/bootstrap/vars/debian.yml @@ -6,12 +6,9 @@ bootstrap_distro: - "raspberrypi-kernel" - "raspberrypi-bootloader" - "firmware-brcm80211" - - "systemd-sysv" - - "udev" - - "kmod" - "rpi-eeprom" -bootstrap_opts: "--arch=arm64 --include=systemd,udev" +bootstrap_opts: "--arch=arm64" bootstrap_apt_ignored_preferences: "" @@ -19,8 +16,8 @@ bootstrap_apt_ignored_preferences: "" 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 -- cgit v1.2.3