diff options
| author | Greg Steuck <blackgnezdo@gmail.com> | 2018-12-04 00:55:04 -0800 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-12-04 08:55:04 +0000 |
| commit | 49e1764c75b166f3959a18f131a88b667e880f83 (patch) | |
| tree | 13921182dd134f0e8ba6d479e1a970221b66cab6 /tools/create-openbsd-vmm-worker.sh | |
| parent | 03f94a45567bcce27a020b2843fc217c568e117a (diff) | |
tools/create-openbsd-vmm-worker.sh: shut off pagination in ddb
Diffstat (limited to 'tools/create-openbsd-vmm-worker.sh')
| -rwxr-xr-x | tools/create-openbsd-vmm-worker.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/create-openbsd-vmm-worker.sh b/tools/create-openbsd-vmm-worker.sh index c5619183b..0a2965ec1 100755 --- a/tools/create-openbsd-vmm-worker.sh +++ b/tools/create-openbsd-vmm-worker.sh @@ -42,6 +42,7 @@ touch root/.hushlogin home/syzkaller/.hushlogin EOF cat >etc/sysctl.conf <<EOF +ddb.max_line=0 hw.smt=1 EOF |
