Block wifi on boot 29 July 2020, 06:39:35 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 – 29 July 2020, 07:43:13 I would try to run rfkill at startup, before any network daemon starts.
Re: Block wifi on boot Reply #2 – 29 July 2020, 18:37:56 Quote from: SGOrava – on 29 July 2020, 07:43:13I 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.