Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pbuildid(1) [suse man page]

PBUILDID(1)						     Linux Programmer's Manual						       PBUILDID(1)

NAME
pbuildid - print the build id of an ELF executable or core file SYNOPSIS
pbuildid [OPTION]... [FILE]... DESCRIPTION
pbuildid reads the build id embedded in the process image of a core file or an executable file. The build id note is allocated an can be found in the process image by searching for a NOTE segment. In executable files either the NOTE segment or the NOTE section can be used. If the process image that is contained in the core file is of a dynamically linked executable, the debug information provided by the dynamic linker is used to find and print the build ids of the loaded dynamic shared objects. OPTIONS
--kernel Print the build id of the running kernel --vdso Also print the build id of the vDSO mapped by the kernel (in core file) --help Usage information --debug Print debug information about what pbuildid is doing SEE ALSO
nm(1), ptrace(2) AUTHORS
Jan Blunck <jblunck@suse.de> 2008-11-10 ptools V0.1 PBUILDID(1)

Check Out this Related Man Page

DRACUT-CATIMAGES(8)						      dracut						       DRACUT-CATIMAGES(8)

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 https://dracut.wiki.kernel.org SEE ALSO
dracut(8) dracut 11/08/2012 DRACUT-CATIMAGES(8)
Man Page