aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 45a122c..7aec0f9 100755
--- a/bootstrap
+++ b/bootstrap
@@ -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