dracut-systemd/dracut-initqueue: only start service if really needed
[dracut.git] / dracut-catimages.8.asc
blob57f422cbc071bdb2d9803f94622e7021e713008d
1 DRACUT-CATIMAGES(8)
2 ===================
3 :doctype: manpage
4 :man source:   dracut
5 :man manual:   dracut
7 NAME
8 ----
9 dracut-catimages - creates initial ramdisk image by concatenating images
11 SYNOPSIS
12 --------
13 **dracut-catimages** [_OPTION_...] _<initramfs base image>_ [_<image>_...]
15 DESCRIPTION
16 -----------
17 dracut-catimages creates an initial ramdisk image by concatenating several
18 images from the command line and /boot/dracut/*.img
20 OPTIONS
21 -------
22 **-f, --force**::
23     overwrite existing initramfs file.
25 **-i, --imagedir**::
26     Directory with additional images to add (default: /boot/dracut/)
28 **-o, --overlaydir**::
29     Overlay directory, which contains additional files that will be used to
30     create an additional image
32 **--nooverlay**:: Do not use the overlay directory
34 **--noimagedir**:: Do not use the additional image directory
36 **-h, --help**:: display help text and exit.
38 **--debug**:: output debug information of the build process
40 **-v, --verbose**:: verbose output during the build process
42 FILES
43 -----
44 _/boot/dracut/*.img_::
45     images to work with
47 AUTHORS
48 -------
49 Harald Hoyer
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]
56 SEE ALSO
57 --------
58 *dracut*(8)