1MKDUMRD(8) System Manager's Manual MKDUMRD(8)
2
3
4
6 mkdumprd - creates initial ramdisk images for kdump crash recovery
7
9 mkdumprd [OPTION]
10
11
13 mkdumprd creates an initial ram file system for use in conjunction with
14 the booting of a kernel within the kdump framework for crash recovery.
15 mkdumprds purpose is to create an initial ram filesystem capable of
16 copying the crashed systems vmcore image to a location specified in
17 /etc/kdump.conf
18
19 mkdumprd interrogates the running system to understand what modules
20 need to be loaded in the initramfs (based on configuration retrieved
21 from /etc/kdump.conf)
22
23 mkdumprd add a new dracut module 99kdumpbase and use dracut utility to
24 generate the initramfs.
25
26 mkdumprd was not intended for casual use outside of the service ini‐
27 tialization script for the kdump utility, and should not be run manu‐
28 ally. If you require a custom kdump initramfs image, it is suggested
29 that you use the kdump service infrastructure to create one, and then
30 manually unpack, modify and repack the image.
31
32
33
35 All options here are passed to dracut directly, please refer dracut
36 docs
37 for the info.
38
39
41 dracut(8)
42
43
44
45 Fri Feb 9 2007 MKDUMRD(8)