aboutsummaryrefslogtreecommitdiffstats
path: root/tools/create-gce-image.sh
Commit message (Collapse)AuthorAgeFilesLines
...
* vm/qemu: remove debug, add rodata=n to kernel cmd lineDmitry Vyukov2016-10-161-1/+5
| | | | | Debug leads to too verbose output in some cases. Rodata is very slow with KASAN.
* tools/create-gce-image.sh: add vsyscall=native to cmdlineDmitry Vyukov2016-10-131-2/+2
| | | | Required for android as vdso is disabled by default for some reason.
* tools/create-gce-image.sh: create archive for syz-gceDmitry Vyukov2016-10-101-32/+41
| | | | | | | Create archive ready to use with syz-gce (pack disk image, vmlinux, key and tag into a single tar.gz). Also use sudo only for specific commands, otherwise we create key file readable only root which is inconvinient.
* tools/create-gce-image.sh: remove duplicate console argumentDmitry Vyukov2016-10-071-1/+1
|
* tools: fix package name in a commentDmitry Vyukov2016-10-071-1/+1
|
* tools: add script that creates GCE imagesDmitry Vyukov2016-10-061-0/+95