table of contents
cs_show_initrd(8) | ClusterTools2 | cs_show_initrd(8) |
NAME¶
cs_show_initrd - show and compare content of initrd
SYNOPSIS¶
cs_show_initrd OPTION
DESCRIPTION¶
cs_show_initrd could be used to show the content of the current initrd. It also could be used to check the initrd for modules against the sysconfig kernel section, or to compare config files against the etc directory.
OPTIONS¶
--help show help.
--version show version.
--all list all files on initrd.
--etc list initrd etc files.
--modules list initrd modules.
--compare compare initrd modules with /etc/sysconfig/kernel.
EXAMPLES¶
- * Compare initrd modules with /etc/sysconfig/kernel.
-
# cs_show_initrd -c - * List all files on initrd.
-
# cs_show_initrd --all
EXIT STATUS¶
0 Successful program execution.
>0 Usage, syntax or execution errors.
FILES¶
- /usr/sbin/cs_show_initrd
- the program itself.
- /etc/ClusterTools2/cs_show_initrd
-
the program's main configuration. - /etc/sysconfig/kernel
- the sysconfig kernel section.
- /lib/modules/.../
- the kernel modules.
- /boot/initrd , /boot/initrd-xen
- links to current initrds.
BUGS¶
Feedback is welcome, please mail to feedback@suse.com
SEE ALSO¶
mkinitrd(8), lsinitrd(8), cpio(8), ClusterTools2(7)
COPYRIGHT¶
(c) 2014-2019 L.Pinne, Germany.
cs_show_initrd comes with ABSOLUTELY NO WARRANTY.
For details see the GNU General Public License at
http://www.gnu.org/licenses/gpl.html
01 Nov 2019 |