| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Uncomment unintentionally commented out lines from a previous commit.
|
| |
|
|
| |
These packages are required to actually activate selinux during boot.
|
| |
|
|
|
| |
1G does not seem to be enough.
Create 2G images as we do in create-gce-image.sh.
|
| | |
|
| |
|
|
| |
Move few additional settings from create-gce-image.sh to create-image.sh.
|
| | |
|
| | |
|
| |
|
|
| |
+ raise console output level, otherwise stack traces may be dropped
|
| |
|
|
| |
Checkout necessary packages during debootstrap instead of a separate step.
|
| | |
|
| |
|
|
|
| |
bpf_jit_enable = 2 causes printing of all programs to console.
Produces lots of output and is not very useful. Disable it.
|
| |
|
|
| |
JIT should be more interesting to fuzz.
|
| |
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
| |
An error in the multi-line string results in apt-get install not running in
create-image.sh, this fixes that.
|
| |
|
|
|
|
|
| |
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.
|
| |
|