You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.3 KiB
59 lines
1.3 KiB
DRACUT-CATIMAGES(8) |
|
=================== |
|
:doctype: manpage |
|
:man source: dracut |
|
:man manual: dracut |
|
|
|
NAME |
|
---- |
|
dracut-catimages - creates initial ramdisk image by concatenating images |
|
|
|
SYNOPSIS |
|
-------- |
|
**dracut-catimages** [_OPTION_...] _<initramfs base image>_ [_<image>_...] |
|
|
|
DESCRIPTION |
|
----------- |
|
dracut-catimages creates an initial ramdisk image by concatenating several |
|
images from the command line and /boot/dracut/*.img |
|
|
|
OPTIONS |
|
------- |
|
**-f, --force**:: |
|
overwrite existing initramfs file. |
|
|
|
**-i, --imagedir**:: |
|
Directory with additional images to add (default: /boot/dracut/) |
|
|
|
**-o, --overlaydir**:: |
|
Overlay directory, which contains additional files that will be used to |
|
create an additional image |
|
|
|
**--nooverlay**:: Do not use the overlay directory |
|
|
|
**--noimagedir**:: Do not use the additional image directory |
|
|
|
**-h, --help**:: display help text and exit. |
|
|
|
**--debug**:: output debug information of the build process |
|
|
|
**-v, --verbose**:: verbose output during the build process |
|
|
|
FILES |
|
----- |
|
_/boot/dracut/*.img_:: |
|
images to work with |
|
|
|
AUTHORS |
|
------- |
|
Harald Hoyer |
|
|
|
AVAILABILITY |
|
------------ |
|
The dracut-catimages command is part of the dracut package and is available from |
|
link:$$https://dracut.wiki.kernel.org$$[https://dracut.wiki.kernel.org] |
|
|
|
SEE ALSO |
|
-------- |
|
*dracut*(8) |
|
|
|
|