aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/openbsd
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2022-07-29 12:32:27 +0200
committerGitHub <noreply@github.com>2022-07-29 12:32:27 +0200
commitfef302b1a60baa1f93300b6744d9e08788133e77 (patch)
treebe4227a6bfca2076d6f549e91ed7cc7f3d948dec /dashboard/config/openbsd
parentfb95c74d47a8749e5cdf9cee982fbf651a86b27b (diff)
dashboard/config/openbsd: extend recreate.sh comments (#3272)
Diffstat (limited to 'dashboard/config/openbsd')
-rwxr-xr-xdashboard/config/openbsd/recreate.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/dashboard/config/openbsd/recreate.sh b/dashboard/config/openbsd/recreate.sh
index d30db0617..a77785fae 100755
--- a/dashboard/config/openbsd/recreate.sh
+++ b/dashboard/config/openbsd/recreate.sh
@@ -16,9 +16,15 @@
# User syzkaller
# IdentityFile ~/.ssh/id_syzkaller
+# Before running first time do:
+# sudo apt-get install genisoimage growisofs
+
+# The script does not require any arguments/env vars, run just as:
+# $GOPATH/src/github.com/google/syzkaller/dashboard/config/openbsd/recreate.sh
+
set -eux
-TODAY=jul30
+TODAY=$(date -u +%Y-%m-%d)
SYZ_DIR="$(cd "$(dirname "${0}")"/../../..; pwd -P)"
[[ -d "${SYZ_DIR}/tools" ]] || { echo "Requires syzkaller dir $SYZ_DIR" ; exit 1; }