aboutsummaryrefslogtreecommitdiffstats
path: root/tools/create-image.sh
Commit message (Collapse)AuthorAgeFilesLines
* tools: fix create-image.shDmitry Vyukov2017-12-081-3/+3
| | | | Uncomment unintentionally commented out lines from a previous commit.
* tools: include selinux packages when building imagesDmitry Vyukov2017-12-081-3/+3
| | | | These packages are required to actually activate selinux during boot.
* tools/create-image.sh: create 2G imagesDmitry Vyukov2017-07-171-1/+1
| | | | | 1G does not seem to be enough. Create 2G images as we do in create-gce-image.sh.
* Added GCC and glibcraminfp2017-06-221-1/+1
|
* tools: sync create-image.sh and create-gce-image.shDmitry Vyukov2017-06-031-0/+3
| | | | Move few additional settings from create-gce-image.sh to create-image.sh.
* Add sudo for mkfs.ext4Oscar Salvador2017-03-301-1/+1
|
* prog, sys: add icmp descriptions and checksumAndrey Konovalov2017-02-061-0/+1
|
* tools/create-image.sh: add psmisc package for killallDmitry Vyukov2017-01-241-1/+2
| | | | + raise console output level, otherwise stack traces may be dropped
* tools/create-image.sh: simplify scriptDmitry Vyukov2017-01-161-5/+1
| | | | Checkout necessary packages during debootstrap instead of a separate step.
* tools/create-image.sh: install sudo into the imageDmitry Vyukov2016-12-071-1/+1
|
* tools/create-image.sh: use net.core.bpf_jit_enable = 1Dmitry Vyukov2016-12-071-1/+1
| | | | | bpf_jit_enable = 2 causes printing of all programs to console. Produces lots of output and is not very useful. Disable it.
* tools: enable bpg jit in create-image.shDmitry Vyukov2016-11-281-1/+3
| | | | JIT should be more interesting to fuzz.
* tools: fix getty configuration in create-image.shAlexander Popov2016-11-281-1/+1
| | | | | | | | | | | create-image.sh adds the string "V0:23:respawn:/sbin/getty 115200 hvc0" to inittab of a virtual machine, but a fresh debian-wheezy doesn't have a hvc0 device. So getty fails to start and respawns over and over again: INIT: Id "V0" respawning too fast: disabled for 5 minutes Let's fix create-image.sh to have a working VM terminal. Signed-off-by: Alexander Popov <alex.popov@linux.com>
* tools: fix multi-line string.Lorenzo Stoakes2016-03-081-2/+2
| | | | | An error in the multi-line string results in apt-get install not running in create-image.sh, this fixes that.
* tools: fix path on create-image.sh chroot.Lorenzo Stoakes2016-03-061-2/+2
| | | | | | | When chroot'ing into the generated debian rootfs PATH is inherited from the host and assumed to reference each of: /bin, /sbin, /usr/bin, /usr/sbin, /usr/local/bin and /usr/local/sbin. Not all distros use all of these, so enforce these in the chroot command.
* tools: add script that creates a Linux image suitable for syzkallerDmitry Vyukov2016-01-071-0/+36