1DRACUT-CATIMAGES(8) dracut 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
13 dracut-catimages creates an initial ramdisk image by concatenating
14 several images from the command line and /boot/dracut/*.img
15
17 -f, --force
18 overwrite existing initramfs file.
19
20 -i, --imagedir
21 Directory with additional images to add (default: /boot/dracut/)
22
23 -o, --overlaydir
24 Overlay directory, which contains additional files that will be
25 used to create an additional image
26
27 --nooverlay
28 Do not use the overlay directory
29
30 --noimagedir
31 Do not use the additional image directory
32
33 -h, --help
34 display help text and exit.
35
36 --debug
37 output debug information of the build process
38
39 -v, --verbose
40 verbose output during the build process
41
43 /boot/dracut/*.img
44 images to work with
45
47 Harald Hoyer
48
50 The dracut-catimages command is part of the dracut package and is
51 available from https://github.com/dracutdevs/dracut
52
54 dracut(8)
55
56
57
58dracut 11/16/2023 DRACUT-CATIMAGES(8)