summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-03-17 11:22:29 +0100
committerChristian Pointner <equinox@spreadspace.org>2024-03-17 11:22:29 +0100
commit62b859213910d2170525708dc2d05f12d1a56ee9 (patch)
tree3b8a1dd364709fc8c73ba4fd992b134fb359da13
parentele-router-hmtsaal: add NAT for mixer vlan (diff)
ch-cm4-test: disable bluetooth and wifi
-rw-r--r--inventory/host_vars/ch-cm4-test.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/inventory/host_vars/ch-cm4-test.yml b/inventory/host_vars/ch-cm4-test.yml
index ba29e2e2..68d82822 100644
--- a/inventory/host_vars/ch-cm4-test.yml
+++ b/inventory/host_vars/ch-cm4-test.yml
@@ -14,6 +14,10 @@ network:
# ## Axzez Interceptor Board
# raspios_boot_config:
+# - regexp: '^#?dtoverlay=disable-bt'
+# line: 'dtoverlay=disable-bt'
+# - regexp: '^#?dtoverlay=disable-wifi'
+# line: 'dtoverlay=disable-wifi'
# - regexp: '^#?dtparam=i2c_vc'
# line: 'dtparam=i2c_vc=on'
# - regexp: '^#?dtoverlay=i2c-rtc'
@@ -21,6 +25,10 @@ network:
## Waveshare CM4-DUAL-ETH-BASE
raspios_boot_config:
+ - regexp: '^#?dtoverlay=disable-bt'
+ line: 'dtoverlay=disable-bt'
+ - regexp: '^#?dtoverlay=disable-wifi'
+ line: 'dtoverlay=disable-wifi'
- regexp: '^#?dtparam=i2c_vc'
line: 'dtparam=i2c_vc=on'
- regexp: '^#?dtoverlay=i2c-rtc'
@@ -34,4 +42,4 @@ base_entropy_generator: rngd
browser_kiosk_xinit_commands_extra: |
xrandr --output HDMI-1 --mode 1920x1080 --rate 50
-browser_kiosk_url: "http://192.168.28.1:4001/output/ABCD"
+browser_kiosk_url: "https://updatefaker.com/w98/index.html"