Skip to main content
Topic: Block wifi on boot (Read 843 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

Block wifi on boot

In the Artix live images wifi is blocked on boot and I have to press the XF86WLAN key on my laptop to activate it. However, when I installed Artix, I did so from the base iso image and set everything up myself.
I'm wondering how I could configure wifi to be blocked on boot myself. I'm using runit with connman and wpa_supplicant as a backend.

 

Re: Block wifi on boot

Reply #1
I would try to run rfkill at startup, before any network daemon starts.

Re: Block wifi on boot

Reply #2
I would try to run rfkill at startup, before any network daemon starts.
What would be the preferred way to do that?  I assuming that I would have to run rfkill before runit initializes connmand.