freebsd-dev/release/picobsd/help/kget.hlp.en
1998-08-27 17:38:45 +00:00

22 lines
626 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

kget Get list of kernel configuration.
This utility allows to gather device configuration which possibly
was changed in userconfig (-c) session, and to save it to /kernel.config
file on startup floppy, so that when user boots next time, the
settings will automatically be changed.
Usage is straightforward:
kget [-incore|kernel_name] [vanilla]
E.g.: Get device configuration of running kernel
kget -incore
Produce list of parameters changed from /stand/vanilla
kget -incore /stand/vanilla
(You can redirect the stdout to /kernel.config - this list
already contains all the requires keywords.)