wraplinux

Langue: en

Version: 27 May 2008 (fedora - 04/07/09)

Section: 1 (Commandes utilisateur)

NAME

wraplinux - Create an ELF or NBI file from a Linux kernel with optional initrds.

SYNOPSIS

wraplinux [-ENhV][-p "kernel comandline"][-i filename] ... ] [-o output filename] kernel

DESCRIPTION

Takes a Linux kernel file and optional initrd files and outputs an ELF or NBI format file.

OPTIONS

kernel
Kernel filename.
-i initrd, --initrd initrd
Initial ramdisk/ramfs filename. This option may occur multiple times.
-o filename, --output filename
Output filename (default stdout).
-p "kernel comandline", --params "kernel comandline"
Kernel commandline parameters, enclosed in double-quotes.
-E, --elf
Output in ELF format (default).
-M, --multiboot
Output in ELF format with a Multiboot header.
-N, --NBI
Output in NBI format.
-h, --help
Display a brief help message.
-V, --version
Print the program version.

AUTHOR

Written by H. Peter Anvin <hpa@zytor.com>. Copyright © 2008 rPath, Inc..
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.