diff options
| author | Joey Hess <joeyh@joeyh.name> | 2018-02-01 11:57:06 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2018-02-01 11:57:06 -0400 |
| commit | 121c20726cebf3657b0b5d22d220cbdc7aa1aac4 (patch) | |
| tree | dc3422e5d45a0763bc32da31f5da2b27ea82ed7a /joeyconfig.hs | |
| parent | ece2f100ff7cb77ec6181b2cee95d4215fb38926 (diff) | |
add only to default linux command line
Don't affect rescue mode.
Diffstat (limited to 'joeyconfig.hs')
| -rw-r--r-- | joeyconfig.hs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index 258df4b1..3d895e69 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -89,8 +89,9 @@ darkstar = host "darkstar.kitenet.net" $ props & ipv6 "2001:4830:1600:187::2" & Hostname.sane & Apt.serviceInstalledRunning "swapspace" - & Grub.cmdline_Linux "i915.enable_psr=1" - ! Grub.cmdline_Linux "quiet" + ! Grub.cmdline_Linux_default "quiet" + -- Power consumption tuning + & Grub.cmdline_Linux_default "i915.enable_psr=1" & JoeySites.dkimMilter & JoeySites.postfixSaslPasswordClient |
