From 0767f9af2dbb66852cb3140079e490ee4541bf2c Mon Sep 17 00:00:00 2001 From: Aditya Garg Date: Fri, 30 May 2025 21:27:00 +0530 Subject: [PATCH] Fix wifi popup --- files/chroot_build.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/files/chroot_build.sh b/files/chroot_build.sh index fae2215..c5b544b 100755 --- a/files/chroot_build.sh +++ b/files/chroot_build.sh @@ -55,6 +55,16 @@ cat < /etc/udev/rules.d/30-amdgpu-pm.rules KERNEL=="card[012]", SUBSYSTEM=="drm", DRIVERS=="amdgpu", ATTR{device/power_dpm_force_performance_level}="low" EOF +echo >&2 "===]> Info: Add udev Rule to stop annoying WiFi popup... " +cat <&2 "===]> Info: Cleanup the chroot environment... " truncate -s 0 /etc/machine-id || true