From de42e65e1c6786620c3eb5f7e695fc173c1c11fc Mon Sep 17 00:00:00 2001 From: eshanized Date: Mon, 30 Dec 2024 03:18:35 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20chore(mac):=20address=20scan=20s?= =?UTF-8?q?et=20to=20false?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../airootfs/etc/NetworkManager/NetworkManager.conf | 5 +++++ archiso/airootfs/etc/motd | 11 ----------- 2 files changed, 5 insertions(+), 11 deletions(-) create mode 100644 archiso/airootfs/etc/NetworkManager/NetworkManager.conf delete mode 100644 archiso/airootfs/etc/motd diff --git a/archiso/airootfs/etc/NetworkManager/NetworkManager.conf b/archiso/airootfs/etc/NetworkManager/NetworkManager.conf new file mode 100644 index 0000000..5afe249 --- /dev/null +++ b/archiso/airootfs/etc/NetworkManager/NetworkManager.conf @@ -0,0 +1,5 @@ +# Configuration file for NetworkManager. +# See "man 5 NetworkManager.conf" for details. + +[device] +wifi.scan-rand-mac-address=no \ No newline at end of file diff --git a/archiso/airootfs/etc/motd b/archiso/airootfs/etc/motd deleted file mode 100644 index 4d9eda1..0000000 --- a/archiso/airootfs/etc/motd +++ /dev/null @@ -1,11 +0,0 @@ -To install Arch Linux follow the installation guide: -https://wiki.archlinux.org/title/Installation_guide - -For Wi-Fi, authenticate to the wireless network using the iwctl utility. -For mobile broadband (WWAN) modems, connect with the mmcli utility. -Ethernet, WLAN and WWAN interfaces using DHCP should work automatically. - -After connecting to the internet, the installation guide can be accessed -via the convenience script Installation_guide. - -