mirror of
https://github.com/rwinkhart/cachyos-postinstall-helper.git
synced 2026-08-28 04:46:52 -04:00
First round of fixes
This commit is contained in:
+1
-1
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user