Use the new ${i:PROFILE_DIR} internal function with the 'script'
option in the profiles we ship.
Signed-off-by: Ondřej Lysoněk <olysonek@redhat.com>
10 lines
151 B
Text
10 lines
151 B
Text
#
|
|
# tuned configuration
|
|
#
|
|
|
|
[main]
|
|
summary=Optimize for laptop with power savings
|
|
include=desktop-powersave
|
|
|
|
[script]
|
|
script=${i:PROFILE_DIR}/script.sh
|