Sponsored Content
Top Forums UNIX for Dummies Questions & Answers "menuconfig" utility in Linux Post 302827951 by anand.shah on Monday 1st of July 2013 07:33:57 AM
Old 07-01-2013
"menuconfig" utility in Linux

Hello All,
I have a Kconfig file which contains configuration flags which will be set according to product.When you run "mconf" on Kconfig file you get a window where you can load default configuration file. My questions is that, Can we do this thing in shell script ? Is there any way to load default configuration stored in a file (let's say XYZ.cfg) in shell script ?
Something like below .....
Code:
mconf -f ./config/XYZ.cfg Kconfig

Thanks in advance !!!



Regards,
Anand Shah
 
netlabel-config(8)					      NetLabel Documentation						netlabel-config(8)

NAME
netlabel-config - NetLabel configuration utility SYNOPSIS
netlabelctl reset| load DESCRIPTION
The NetLabel configuration utility, netlabel-config, is a script designed to make it easier for system administratiors to create, manage, and use complex NetLabel configurations. The netlabel-config script uses the netlabelctl(8) tool and /etc/netlabel.rules configuration file to load a saved NetLabel configuration into the kernel and reset the kernel's NetLabel configuration to the default state when needed. reset Removes any NetLabel configuration loaded into the kernel and resets the kernel's NetLabel state to the default. load Loads the NetLabel configuration specified by /etc/netlabel.rules into the kernel. EXIT STATUS
Returns zero on success, errno values on failure. NOTES
The NetLabel subsystem is supported on Linux Kernels version 2.6.19 and later. The static, or fallback, labels are only supported on Linux Kernels version 2.6.25 and later. The domain mapping address selectors are only supported on Linux Kernels 2.6.28 and later. The NetLabel project site, with more information including the source code repository, can be found at http://netlabel.sf.net. This pro- gram is currently under development, please report any bugs at the project site or directly to the author. AUTHOR
Paul Moore <paul@paul-moore.com> SEE ALSO
netlabelctl(8) paul@paul-moore.com 31 May 2013 netlabel-config(8)
All times are GMT -4. The time now is 09:50 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy