diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-06-20 15:01:38 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-06-20 15:01:38 +0200 |
commit | ef6b426d5cac6ea077f22cb597b1c8bc692bb55b (patch) | |
tree | 71cdf2aa183bda83b82003393b6c9417348ce941 | |
parent | 4dc12ae51c8ace77dad9ffc7c445d1e9bc683a14 (diff) |
Add cpuid package 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="cpuid" owd="$(pwd)" trap "{ cd '$owd'; exit 1; }" ERR |