commit - 50a2546d1889afb25bf8cd0c703766a61b0fd030
commit + f0f264d492c244d60ea149703fc1e523fdbab908
blob - 5defecfdabbec6705860331750a23497613f22d9
blob + c8790a5e762918a7cae4d547de827c5f9b36146f
--- deploy.pl
+++ deploy.pl
printf $fh_install "Which disk is the root disk = sd0\n";
printf $fh_install "What timezone are you in = Europe/Amsterdam\n";
printf $fh_install "Location of sets = http\n";
- printf $fh_install "Server = openbsd.amsterdam\n";
+ printf $fh_install "Server = mirror.openbsd.amsterdam\n";
printf $fh_install "Set name(s) = +site*\n";
printf $fh_install "Continue anyway = yes\n";
printf $fh_install "Continue without verification = yes\n";
blob - 050808c7b705b27e482e3844eb1fe5e50f329f27
blob + e580c8cfbae1f83e76ca739b6fc337a7c2e2535e
--- stats.sh
+++ stats.sh
#!/bin/sh
#
-# Copyright (c) 2019 Mischa Peters <mischa @ openbsd.amsterdam>
+# Copyright (c) 2019-2020 Mischa Peters <mischa @ openbsd.amsterdam>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#
+HOST=$(hostname -s)
TOTAL=$(vmctl show | grep -vc ID)
RUNNING=$(vmctl show | egrep -vc 'ID|- ')
-uname -a
-date
-w | grep -v mischa
-printf "VMs Running: %s of %s\n" "${RUNNING}" "${TOTAL}"
-
+printf "VMs Running: %2d of %2d (%s)\n" "${RUNNING}" "${TOTAL}" "${HOST}"