]> git.ipfire.org Git - thirdparty/dracut.git/blame - dracut-catimages.8.asc
iscsi: always popd, even if there is no iscsi device
[thirdparty/dracut.git] / dracut-catimages.8.asc
CommitLineData
888d53f2
HH
1DRACUT-CATIMAGES(8)
2===================
3:doctype: manpage
4:man source: dracut
5:man manual: dracut
6
7NAME
8----
9dracut-catimages - creates initial ramdisk image by concatenating images
10
11SYNOPSIS
12--------
13**dracut-catimages** [_OPTION_...] _<initramfs base image>_ [_<image>_...]
14
15DESCRIPTION
16-----------
17dracut-catimages creates an initial ramdisk image by concatenating several
18images from the command line and /boot/dracut/*.img
19
20OPTIONS
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
42FILES
43-----
44_/boot/dracut/*.img_::
45 images to work with
46
47AUTHORS
48-------
49Harald Hoyer
50
51AVAILABILITY
52------------
53The dracut-catimages command is part of the dracut package and is available from
54link:$$https://dracut.wiki.kernel.org$$[https://dracut.wiki.kernel.org]
55
56SEE ALSO
57--------
58*dracut*(8)
59