1DRACUT-CATIMAGES(8) System Manager's Manual DRACUT-CATIMAGES(8)
2
3
4
6 dracut-catimages - creates initial ramdisk image by concatenating
7 images
8
10 dracut-catimages [OPTION]... <initramfs base image> [<image>...]
11
12
14 dracut-catimages creates an initial ramdisk image by concatenating sev‐
15 eral images from the command line and /boot/dracut/*.img
16
17
19 -f, --force
20 overwrite existing initramfs file.
21
22 -i, --imagedir
23 Directory with additional images to add (default: /boot/dracut/)
24
25 -o, --overlaydir
26 Overlay directory, which contains additional files that will be
27 used to create an additional image
28
29 --nooverlay
30 Do not use the overlay directory
31
32 --noimagedir
33 Do not use the additional image directory
34
35 -h, --help
36 display help text and exit.
37
38 --debug
39 output debug information of the build process
40
41 -v, --verbose
42 verbose output during the build process
43
44
46 /boot/dracut/*.img
47
48
49 AUTHORS
50 Harald Hoyer <harald@redhat.com>
51
53 The dracut-catimages command is part of the dracut package and is
54 available from http://sourceforge.net/apps/trac/dracut/wiki
55
56
58 dracut(8)
59
60
61
62Linux June 2009 DRACUT-CATIMAGES(8)