mbootpack(1)

MBOOTPACK(1) User Commands MBOOTPACK(1)

NAME

mbootpack - packages a multiboot kernel and modules as a single file

SYNOPSIS

mbootpack [OPTIONS] kernel-image

DESCRIPTION

Takes a multiboot kernel and modules (e.g. a Xen VMM, linux kernel and initrd), and packages them up as a single file that looks like a bzImage linux kernel.

-q --quiet
Only output errors and warnings.
-t --truncate
Clip module paths in command-lines.
-o --output=filename
Output to filename (default "bzImage").
-c --command-line=STRING
Set the kernel command line (DEPRECATED!).
-m --module="MOD arg1 arg2..."
Load module MOD with arguments "arg1..." (can be used multiple times).
-h --help
Display this help and exit.
-V --version
Display version number and exit.
March 2014 mbootpack 0.6a