From fab6612802835227db87bffa1b5c71aec7310ea0 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Mon, 15 Oct 2018 21:19:57 -0700 Subject: [PATCH] set US regulatory domain for wifi by default --- stage2/01-sys-tweaks/01-run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/stage2/01-sys-tweaks/01-run.sh b/stage2/01-sys-tweaks/01-run.sh index 8ddd1a7..a5ac9e4 100755 --- a/stage2/01-sys-tweaks/01-run.sh +++ b/stage2/01-sys-tweaks/01-run.sh @@ -15,6 +15,7 @@ systemctl disable nfs-common systemctl disable rpcbind systemctl disable ssh systemctl enable regenerate_ssh_host_keys +echo 'REGDOMAIN=US' > /etc/default/crda EOF if [ "${USE_QEMU}" = "1" ]; then