Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 494610 - sys-apps/kmod-15: Undocumented commands
Summary: sys-apps/kmod-15: Undocumented commands
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: udev maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-18 06:30 UTC by Patrick Lauer
Modified: 2013-12-18 09:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.