summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/live.cfg4
1 files changed, 4 insertions, 0 deletions
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",
),