]> git.ipfire.org Git - thirdparty/dracut.git/blob - dracut-catimages.8.asc
fix(zfcp_rules): correct shellcheck regression when parsing ccw args
[thirdparty/dracut.git] / dracut-catimages.8.asc
1 DRACUT-CATIMAGES(8)
2 ===================
3 :doctype: manpage
4 :man source: dracut
5 :man manual: dracut
6
7 NAME
8 ----
9 dracut-catimages - creates initial ramdisk image by concatenating images
10
11 SYNOPSIS
12 --------
13 **dracut-catimages** [_OPTION_...] _<initramfs base image>_ [_<image>_...]
14
15 DESCRIPTION
16 -----------
17 dracut-catimages creates an initial ramdisk image by concatenating several
18 images from the command line and /boot/dracut/*.img
19
20 OPTIONS
21 -------
22 **-f, --force**::
23 overwrite existing initramfs file.
24
25 **-i, --imagedir**::
26 Directory with additional images to add (default: /boot/dracut/)
27
28 **-o, --overlaydir**::
29 Overlay directory, which contains additional files that will be used to
30 create an additional image
31
32 **--nooverlay**:: Do not use the overlay directory
33
34 **--noimagedir**:: Do not use the additional image directory
35
36 **-h, --help**:: display help text and exit.
37
38 **--debug**:: output debug information of the build process
39
40 **-v, --verbose**:: verbose output during the build process
41
42 FILES
43 -----
44 _/boot/dracut/*.img_::
45 images to work with
46
47 AUTHORS
48 -------
49 Harald Hoyer
50
51 AVAILABILITY
52 ------------
53 The dracut-catimages command is part of the dracut package and is available from
54 link:$$https://dracut.wiki.kernel.org$$[https://dracut.wiki.kernel.org]
55
56 SEE ALSO
57 --------
58 *dracut*(8)
59