aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-02-07 08:02:47 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-02-07 08:02:47 +0200
commit1fd86636b0d70d754caf205d8048893a9c9793c3 (patch)
tree201aba6de4949a9ae9db358e426ad43542d8b936 /bootstrap
parentce140a385b9d6a7f0ecbe4c32c6308b40dd28f88 (diff)
Various improvements and fixes
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 78dd42e..e606c9f 100755
--- a/bootstrap
+++ b/bootstrap
@@ -67,7 +67,7 @@ base_pkgs+=",qemu-kvm,qemu-utils,socat"
base_pkgs+=",g++,make,pkg-config"
-extra_pkgs="ca-certificates,smartmontools"
+extra_pkgs="ca-certificates,time,dmidecode,smartmontools"
owd="$(pwd)"
trap "{ cd '$owd'; exit 1; }" ERR