diff options
Diffstat (limited to 'roles/bootstrap/vars/debian.yml')
| -rw-r--r-- | roles/bootstrap/vars/debian.yml | 7 |
1 files changed, 2 insertions, 5 deletions
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 |
