saving uncommitted changes in /etc prior to emerge run
This commit is contained in:
4
hprofile/example-profiles/power/scripts/AC.start
Executable file
4
hprofile/example-profiles/power/scripts/AC.start
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
speedfreq -p performance
|
||||
echo "15" > /proc/acpi/asus/brn
|
||||
4
hprofile/example-profiles/power/scripts/Battery.start
Executable file
4
hprofile/example-profiles/power/scripts/Battery.start
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
speedfreq -p powersave
|
||||
echo "6" > /proc/acpi/asus/brn
|
||||
4
hprofile/example-profiles/power/scripts/Dynamic.start
Executable file
4
hprofile/example-profiles/power/scripts/Dynamic.start
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
speedfreq -p dynamic
|
||||
|
||||
4
hprofile/example-profiles/power/scripts/Medium.start
Executable file
4
hprofile/example-profiles/power/scripts/Medium.start
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
speedfreq -p 1000
|
||||
echo "11" > /proc/acpi/asus/brn
|
||||
Reference in New Issue
Block a user