diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-03-25 11:06:30 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-03-25 11:06:30 +0200 |
commit | b45a331dbaeae9ad15a5723341a159492d9f17c3 (patch) | |
tree | 696cd633d1c2aeec686af07b1eaa5e062287a455 | |
parent | da5da774a42cf8d77f08e36f693bc1359e3775c8 (diff) |
Add cpupower to distribution
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ base_pkgs+=",qemu-kvm,qemu-utils,socat" base_pkgs+=",g++,make,pkg-config" -extra_pkgs="" +extra_pkgs="linux-cpupower" owd="$(pwd)" trap "{ cd '$owd'; exit 1; }" ERR |