From a035045c7a2472ac12044547563d6f0bcf09ffc4 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 10 Jul 2017 21:24:06 +0100 Subject: Set the initial wireless regulatory domain to 00 (world). This allows all possible wireless channels to be used. Ideally, the correct domain would be set automatically, but that isn't happening at present. --- config/live.cfg | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config/live.cfg') diff --git a/config/live.cfg b/config/live.cfg index 6279fe8..30cce52 100644 --- a/config/live.cfg +++ b/config/live.cfg @@ -233,6 +233,10 @@ my $_l = { # now update the cache for the new timestamps "fc-cache -rf", + # set the initial wireless regulatory domain to "world", enabling + # all possible wireless channels to be used. + "sed -i -r 's/CRDA_DOMAIN=.*/CRDA_DOMAIN=00/' /etc/sysconfig/network", + # try to avoid plymouth falling back to text mode (mga#19984) "sed -i -r 's/DeviceTimeout=[0-9]+/DeviceTimeout=10/' /usr/share/plymouth/plymouthd.defaults", ), -- cgit v1.2.1