commit | db05cfefce6e6120267974345599760b1d653439 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Mon Jun 13 11:09:22 2011 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Mon Jun 13 11:09:22 2011 -0400 |
tree | 35e7229da79a4108e9aecd54b2d7e7b1b2c18172 | |
parent | 23715c3c9a31dd34c8c2f27086a9562e35da423b [diff] |
ktest: Allow initrd processing without modules defined 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>