Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 494610

Summary: sys-apps/kmod-15: Undocumented commands
Product: Gentoo Linux Reporter: Patrick Lauer <patrick>
Component: New packagesAssignee: udev maintainers <udev-bugs>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Patrick Lauer gentoo-dev 2013-12-18 06:30:51 UTC
From /etc/init.d/kmod-static-nodes:

kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf

kmod --help doesn't mention --format

$ man kmod
No manual entry for kmod
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2013-12-18 09:23:00 UTC
$ kmod static-nodes --help
Usage:
	kmod static-nodes [options]

kmod static-nodes outputs the static-node information of the currently running kernel.

Options:
	-f, --format=FORMAT  choose format to use: see "Formats"
	-o, --output=FILE    write output to file
	-h, --help           show this help

Formats:
	human        (default) a human readable format. Do not parse.
	tmpfiles     the tmpfiles.d(5) format used by systemd-tmpfiles.
	devname      the modules.devname format.