First round of fixes

This commit is contained in:
2025-09-28 02:05:18 -04:00
parent f5408cab0c
commit 8b265cd3d9
4 changed files with 25 additions and 19 deletions
+1 -1
View File
@@ -23,6 +23,6 @@ func universalTweaks() {
if err != nil {
other.PrintError("Failed to create /etc/modprobe.d/blacklist.conf", 1)
}
f.WriteString("#Disable kernel watchdog\nblacklist iTCO_wdt")
f.WriteString("# Disable kernel watchdog\nblacklist iTCO_wdt")
f.Close()
}