commit | 69b49eefe5aa88bd09d80e8f7094b0cc00d858fd | [log] [tgz] |
---|---|---|
author | Gabe Black <gabeblack@chromium.org> | Mon Dec 05 12:09:27 2011 +0000 |
committer | Graeme Russ <graeme.russ@gmail.com> | Mon Dec 19 13:26:17 2011 +1100 |
tree | e72614527f18accfaacca84be27275fd30f6b32c | |
parent | 540c262540d1fc516513d3af625b696099c83fa8 [diff] |
x86: Add support for specifying an initrd with the zboot command This change finishes plumbing the initrd support built into the zboot mechanism out to the command interface. It also fixes a bug in the command declaration where the kernel size could be passed as an optional second parameter but not enough arguments were allowed. Signed-off-by: Gabe Black <gabeblack@chromium.org>