diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-09-10 10:13:43 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-09-10 16:19:40 +0200 |
| commit | 58f18e3f60bc835d73ff566ccdfa3ad36b3b72a8 (patch) | |
| tree | ed6f00d1c043bd31a82b5eb460c07bf4980e0a65 /tools | |
| parent | 3f4ebb87dc6a4f15540f929f62c497ec1a2c24c0 (diff) | |
tools/create-gce-image.sh: disable ftrace_dump_on_oops
We don't have anything useful there.
But sometimes fuzzer somehow poppulates it with some nonsense,
and then it all dumped in crashes.
Disable it.
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/create-gce-image.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/create-gce-image.sh b/tools/create-gce-image.sh index ce880772e..b555b19b7 100755 --- a/tools/create-gce-image.sh +++ b/tools/create-gce-image.sh @@ -164,7 +164,7 @@ menuentry 'linux' --class gnu-linux --class gnu --class os { insmod part_msdos insmod ext2 set root='(hd0,1)' - linux /vmlinuz root=/dev/sda1 console=ttyS0 earlyprintk=serial vsyscall=native rodata=n ftrace_dump_on_oops=orig_cpu oops=panic panic_on_warn=1 nmi_watchdog=panic panic=86400 $CMDLINE + linux /vmlinuz root=/dev/sda1 console=ttyS0 earlyprintk=serial vsyscall=native rodata=n oops=panic panic_on_warn=1 nmi_watchdog=panic panic=86400 $CMDLINE } EOF sudo grub-install --target=i386-pc --boot-directory=disk.mnt/boot --no-floppy $DISKDEV |
