1NEW-KERNEL-PKG(8) System Manager's Manual NEW-KERNEL-PKG(8)
2
3
4
6 new-kernel-pkg - tool to script kernel installation
7
8
10 new-kernel-pkg [-v] [--mkinitrd] [--rminitrd] [--dracut]
11 [--initrdfile=initrd-image [--depmod] [--rmmoddep]
12 [--kernel-args=args] [--remove-args=args]
13 [--banner=banner] [--multiboot=multiboot]
14 [--mbargs=mbargs] [--make-default] [--add-dracut-args]
15 [--add-plymouth-initrd] [--host-only]
16 <--install | --remove | --update | --rpmposttrans> <kernel-ver‐
17 sion>
18
19
21 new-kernel-pkg is a tool used in packaging to automate the installation
22 of a new kernel, including the creation of an initial ram filesystem
23 image, updating of bootloader configuration, and other associated
24 tasks.
25
26
28 -v Be verbose.
29
30
31 --mkinitrd
32 Create a new initial ram filesystem image.
33
34
35 --rminitrd
36 Remove an initial ram filesystem image.
37
38
39 --dracut
40 When creating a new initial ram filesystem image, use dracut(8)
41 rather than mkinitrd(8). Used in conjunction with --mkinitrd .
42
43
44 --initrdfile=initrd-image
45 Use the specified file as the initial ram filesystem image.
46
47
48 --depmod
49 Create modules.dep and related files.
50
51
52 --rmmoddep
53 Remove modules.dep and related files.
54
55
56 --kernel-args=args
57 Use args as the boot command line for this kernel.
58
59
60 --remove-args=args
61 Remove specified kernel arguments for this kernel.
62
63
64 --banner=banner
65 Display banner as the banner text in the bootloader.
66
67
68 --multiboot=multiboot-image
69 Use multiboot-image as a multiboot image.
70
71
72 --mbargs=mbargs
73 Use mbargs as arguments to the multiboot image.
74
75
76 --make-default
77 Make this kernel the default boot option.
78
79
80 --add-dracut-args
81 Automatically generate dracut options and add them to the kernel
82 command line.
83
84
85 --add-plymouth-initrd
86 Automatically add plymouth to the initial ram filesystem image.
87
88
89 --host-only
90 Make an initial ram filesystem image that is specific to the
91 running system.
92
93
94 --install kernel-version
95 Install a new kernel.
96
97
98 --remove kernel-version
99 Remove an installed kernel.
100
101
102 --update kernel-version
103 Update the specified kernel.
104
105
106 --rpmposttrans kernel-version
107 Run the rpmposttrans for the specified kernel.
108
109
111 grubby(8) installkernel(8)
112
113
115 Erik Troan
116 Jeremy Katz
117 Peter Jones
118
119
120
121 Wed Apr 14 2010 NEW-KERNEL-PKG(8)