disable encryption for new raspi setups (#2348)

* disable encryption for new raspi setups

* use config instead of OS_ARCH

* fixes from testing
This commit is contained in:
Aiden McClelland
2023-07-14 12:30:52 -06:00
committed by GitHub
parent 59d6795d9e
commit 90a9db3a91
6 changed files with 123 additions and 89 deletions

View File

@@ -2,4 +2,5 @@ os-partitions:
boot: /dev/mmcblk0p1
root: /dev/mmcblk0p2
ethernet-interface: end0
wifi-interface: wlan0
wifi-interface: wlan0
disable-encryption: true