mkelfimage(8) debian man page | unix.com

Man Page: mkelfimage

Operating Environment: debian

Section: 8

MKELFIMAGE(8)						      System Manager's Manual						     MKELFIMAGE(8)

NAME
mkelfImage - make an elf network bootable image for linux
SYNOPSIS
mkelfImage [--command-line=command line] [--kernel=path to vmlinux] [--ramdisk=path to ramdisk] [--output=file] [--ramdisk-base=<start addr>]
DESCRIPTION
mkelfImage is a program that makes a elf boot image for linux kernel images. The image should work with any i386 multiboot compliant boot loader, an ELF bootloader that passes no options, a loader compliant with the linuxBIOS elf booting spec or with the linux kexec kernel patch. A key feature here is that nothing relies upon BIOS calls, but they are made when necessary. This is useful for systems running linuxbios.
BUGS
Not all kernel parameters can be passed with the multiboot image format. ip configuration is not automatically passed to a node. The ramdisk base is hard coded to 8MB by default. This man page need to be updated.
SEE ALSO
The kexec kernel patch. LinuxBIOS. Etherboot. The multiboot standard.
COPYRIGHT
mkelfImage is under the GNU Public License version 2
AUTHOR
Eric Biederman <ebiederman@lnxi.com> 3rd Berkeley Distribution RELEASE_DATE MKELFIMAGE(8)
Related Man Pages
kexec(8) - suse
kexec(8) - minix
kexec(8) - php
kexec(8) - opensolaris
kexec(8) - posix
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?