1WRAPLINUX(1) H. Peter Anvin WRAPLINUX(1)
2
3
4
6 wraplinux - Create an ELF or NBI file from a Linux kernel with optional
7 initrds.
8
10 wraplinux [-ENhV][-p "kernel comandline"][-i filename] ... ] [-o output
11 filename] kernel
12
14 Takes a Linux kernel file and optional initrd files and outputs an ELF
15 or NBI format file.
16
18 kernel Kernel filename.
19
20 -i initrd, --initrd initrd
21 Initial ramdisk/ramfs filename. This option may occur multiple
22 times.
23
24 -o filename, --output filename
25 Output filename (default stdout).
26
27 -p "kernel comandline", --params "kernel comandline"
28 Kernel commandline parameters, enclosed in double-quotes.
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 -h, --help
40 Display a brief help message.
41
42 -V, --version
43 Print the program version.
44
46 Written by H. Peter Anvin <hpa@zytor.com>.
47
49 Copyright © 2008 rPath, Inc..
50 This is free software; see the source for copying conditions. There is
51 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
52 PURPOSE.
53
54
55
56wraplinux 27 May 2008 WRAPLINUX(1)