From 72541252ab40ebb4c4d58ab5b3a39188a89e2b4b Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Tue, 10 Mar 2026 17:24:07 +0100 Subject: [PATCH] Update note about /etc/NetworkManager --- install_root.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_root.sh b/install_root.sh index 8c93dc3..591c4da 100755 --- a/install_root.sh +++ b/install_root.sh @@ -74,7 +74,7 @@ echo " - Symlink /etc/resolv.conf to use systemd-resolved stub (you need to be o echo "Optional extra steps:" echo " - enable cronie & copy /etc/crontab & anacrontab from dotfiles" echo " - install docker and copy /etc/docker" -echo " - setup MAC address randomization by copying /etc/NetworkManager" +echo " - setup network manager privacy settings by copying /etc/NetworkManager" echo " - setup battery optimizations (follow guide)" echo " - setup UKIs -> secure-boot -> systemd initramfs -> tpm unlocking (follow guides)"