add dracut-catimages
commit5494f08cc526bb06552cfc7d67ce9b2f81c326c6
authorHarald Hoyer <harald@redhat.com>
Fri, 24 Jul 2009 11:14:52 +0000 (24 13:14 +0200)
committerHarald Hoyer <harald@redhat.com>
Sat, 25 Jul 2009 09:09:35 +0000 (25 11:09 +0200)
tree3ffa1006167eed7d6a7233fbeb0a0b69dee2a616
parentc1a37d928f4a22375857f3752bec80a81f7dab31
add dracut-catimages

Usage: ./dracut-catimages [OPTION]... <initramfs> <base image>
[<image>...]
Creates initial ramdisk image by concatenating several images from the
command
line and /boot/dracut/

  -f, --force           Overwrite existing initramfs file.
  -i, --imagedir        Directory with additional images to add
                        (default: /boot/dracut/)
  -o, --overlaydir      Overlay directory, which contains 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            This message
  --debug               Output debug information of the build process
  -v, --verbose         Verbose output during the build process
Makefile
dracut-catimages [new file with mode: 0755]