systemconfigurator - configures... all Linux distributions, all Linux platforms, all the time.
systemconfigurator [--cfgfile=filename] [--stdin] [--verbose] [--debug] [--confignet] [--confighw] [--configrd] [--configboot] [--configtime] [--configuserexit] [--runboot] [--configsi] [--configall] [--configkeyboard] [--excludesto=filename]
In the case that you want to use System Configurator's hardware setup, but need a different mapping of pci ids to modules, you can create overrides for System Configurator to use during detection.
Create a file /etc/systemconfig/hardware.lst in the image being installed. The format of this file is as follows:
Vendor Id Card Id Type Module #### #### xxx... my_module
i.e.
8086 1010 ethernet e1000
The Vendor Id and Card Id are the two 4 hex digit numbers identifying the card. The type can be one of scsi, ethernet, or tokenring. The module is the kernel module needed for the card.
--confighw --confignet --runboot
.
systemconfigurator provides a unified API to configure many aspects of Linux which differ between distributions and architectures.
System Configurator does the following:
System Configurator does this through the concept of ``footprinting''. For instance, each type of networking has a discrete footprint that will tell you which type is used on the computer. Instead of determining which Linux distribution is installed, and then figuring out which networking is used by that Linux distribution, System Configurator lets each networking type test to see if their footprint exists, and if so, does the right thing.
For more information about the configuration options available to systemconfigurator, please see the SystemConfig::Config manpage.
System Configurator is part of the System Installation Suite set of tools, which includes SystemImager and System Installer.
Sean Dague <japh@us.ibm.com> Donghwa John Kim <johkim@us.ibm.com> Dann Frazier <dannf@dannf.org> Joe Greenseid <jgreenseid@users.sourceforge.net> Vasilios Hoffman <vhoffman01@wesleyan.edu> Trey Belew <trey@veggie.wesleyan.edu>
systemconfig.conf, perl
Far more documentation for systemconfigurator is maintained at the System Configurator web site (http://systemconfig.sourceforge.net). The web site also maintains an active database of the differences between Linuxes which have been collected to support the System Configurator project.
Please report any bugs you find in systemconfigurator to our bug tracker at https://sourceforge.net/tracker/?func=add&group_id=24006&atid=380273.
Please send all other questions about systemconfigurator to sisuite-users@lists.sourceforge.net.
$Log: systemconfigurator.html,v $
Revision 1.3 2003/01/09 18:47:22 sdague
pointed systemconfigurator stuff to sisuite lists
Revision 1.50 2003/01/09 18:41:46 sdague changed all mailing list references to sisuite
Revision 1.49 2003/01/08 00:18:17 sdague updated to 2.0.4
Revision 1.48 2002/11/12 21:34:21 sdague use confignone
Revision 1.47 2002/11/12 21:33:40 sdague use confignone instead of @ARGV
Revision 1.46 2002/11/11 03:43:58 sdague change sanity test
Revision 1.45 2002/10/16 18:02:52 sdague new docs for systemconfigurator
Revision 1.44 2002/10/04 20:38:44 sdague update version to 2.0.0-1
Revision 1.43 2002/09/18 18:17:25 sdague new Grub code which should deal with devfs correctly and use new tools
Revision 1.42 2002/07/25 19:06:09 sdague backed off sc.spec to be 1.9.5-1
Revision 1.41 2002/06/13 21:36:28 sdague Updates to make Keyboard work in SLES 7 Time Zone stuff actually run SuSE8 networking actually run Better messages during network run under --verbose
Revision 1.40 2002/06/11 20:48:47 sdague Added 1.9.3 CHANGELOG Fixed a couple of SuSE ramdisk bugs Added more docs to sample.cfg
Revision 1.39 2002/06/10 18:15:01 sdague Some fixes for ramdisk versions
Revision 1.38 2002/06/05 18:42:47 sdague added userexit to main codepath
Revision 1.37 2002/04/02 19:56:43 sdague added new code
Revision 1.36 2002/03/18 19:47:43 sdague added code to Makefile.PL to make it set versions during build
Revision 1.35 2002/02/13 16:38:34 sdague added better error messages for rsync bugs and fixed a few lilo things
Revision 1.34 2001/10/22 00:52:40 sdague making final tweaks for 1.00 release
Revision 1.33 2001/10/13 20:29:14 sdague added Dann's name to the authors section of the main executable
Revision 1.32 2001/08/17 17:42:21 greekboy updated systemconfigurator to use --debug and --configrd
Revision 1.31 2001/08/07 15:56:16 sdague updated man page
Revision 1.30 2001/08/06 22:15:07 sdague changelog updated for 0.85 release systemconfigurator now has --version flag
Revision 1.29 2001/08/02 18:20:12 sdague pulled out references to Initrd code for now. All test cases work.
Revision 1.28 2001/08/02 17:40:12 donghwajohnkim Reverted calls to boot installer invocations
Revision 1.27 2001/07/31 22:59:25 sdague moved all test cases over to new SCConfig module got rid of AppConfig in the tree, as we no longer need it
Revision 1.26 2001/07/31 20:57:30 sdague systemconfigurator uses new neworking MANIFEST reflects new structure spec updated to 0.3.4 Generic.pm cleanups
Revision 1.25 2001/07/18 18:36:42 sdague Changed hardware module again.... exported reasonable api now
Revision 1.24 2001/07/16 19:37:44 sdague made systemconfigurator actually invoke verbose logging if specified
Revision 1.23 2001/07/16 18:56:51 sdague INSTALLSITELIB now set to /usr/lib/systemconfig. systemconfigurator program set to 'use lib' that directory.
Revision 1.22 2001/07/13 19:48:13 greekboy updated ramdisk method call since it is now different
Revision 1.21 2001/07/13 18:29:28 greekboy added support for creating ramdisks... now to make that support actually work
Revision 1.20 2001/07/13 14:18:14 sdague added support for RUNBOOT option
Revision 1.19 2001/07/12 18:08:28 greekboy oops..rolling back change, the problem was not here
Revision 1.18 2001/07/12 17:51:48 greekboy fixed error message about not being set
Revision 1.17 2001/07/09 18:59:08 donghwajohnkim Taking out ``Uninitialized ... '' warning message. In case the user does not specify ``ROOT'' option, $ENV{PATH} does not need to be manipulated.
Revision 1.16 2001/07/06 17:52:16 greekboy typo in pod
Revision 1.15 2001/07/06 17:46:34 greekboy added documentation for flags for bootloader
Revision 1.14 2001/07/05 17:35:29 donghwajohnkim Fixed method call to Boot::setup_boot().
Revision 1.13 2001/06/19 18:58:39 sdague added path manipulation
Revision 1.12 2001/06/05 15:24:28 greekboy fixed typo in pod doc
Revision 1.11 2001/05/24 16:20:13 jgreenseid Made some changes to the pod docs.
Revision 1.10 2001/05/22 17:02:02 sdague attempting to add Log keyword