1WRAPLINUX(1)                    H. Peter Anvin                    WRAPLINUX(1)
2
3
4

NAME

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

SYNOPSIS

10       wraplinux [-EMNlhV][-p 'kernel parameters'][-i filename]... [-o  output
11       filename] kernel
12

DESCRIPTION

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

OPTIONS

18       kernel Kernel filename.
19
20       -p 'kernel parameters', --params 'kernel parameters'
21              Kernel commandline parameters (probably needs to be quoted.)
22
23       -i initrd, --initrd initrd
24              Initial ramdisk/ramfs filename. This option may  occur  multiple
25              times.
26
27       -o filename, --output filename
28              Output filename (default stdout).
29
30       -E, --elf
31              Output in ELF format (default).
32
33       -M, --multiboot
34              Output in ELF format with a Multiboot header.
35
36       -N, --NBI
37              Output in NBI format.
38
39       -l, --load-high
40              Load  the  Linux  kernel  and  initrd  files entirely above 1 MB
41              (default for --multiboot, for compatibility with Grub).
42
43           --no-load-high
44              Overrule the default for --multiboot (and load  the  appropriate
45              components  of  the  Linux  kernel below 1 MB as required by the
46              particular Linux kernel format version).
47
48       -h, --help
49              Display a brief help message.
50
51       -V, --version
52              Print the program version.
53

AUTHOR

55       Written by H. Peter Anvin <hpa@zytor.com>.
56
58       Copyright © 2008 rPath, Inc.
59       Copyright © 2009-2010 Intel Corporation
60       This is free software; see the source for copying conditions.  There is
61       NO  warranty;  not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
62       PURPOSE.
63
64
65
66wraplinux                         28 May 2010                     WRAPLINUX(1)
Impressum