ktest: Allow initrd processing without modules defined
authorSteven Rostedt <srostedt@redhat.com>
Mon, 13 Jun 2011 15:09:22 +0000 (11:09 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Mon, 13 Jun 2011 15:09:22 +0000 (11:09 -0400)
When a config is set with CONFIG_MODULES=n, it does not mean that the
kernel does not need an initrd to boot. For systems that depend on LVM
and such, an initrd must run first.

If POST_INSTALL is defined, then run the post install regardless if
modules are needed or not.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
tools/testing/ktest/ktest.pl

Simple merge