FAI Installation Overview: Difference between revisions

From FAIWiki
Jump to navigation Jump to search
(→‎Explanations: + explanations and references for the two dirs hooks+tests)
(→‎Explanations: + Steps 1-3 bullet)
Line 7: Line 7:
*# <tt>hooks/</tt> ... let you specify functions or programs which are run at certain steps of the installation process. ([http://www.informatik.uni-koeln.de/fai/fai-guide/ar01s07.html#_anchor_id_hooks_xreflabel_hooks_hooks FAI-Guide, 7.11. Hooks])
*# <tt>hooks/</tt> ... let you specify functions or programs which are run at certain steps of the installation process. ([http://www.informatik.uni-koeln.de/fai/fai-guide/ar01s07.html#_anchor_id_hooks_xreflabel_hooks_hooks FAI-Guide, 7.11. Hooks])
*# <tt>tests/</tt> ... using these test, you can check for errors of the installation or of the softupdate. ([http://www.informatik.uni-koeln.de/fai/fai-guide/ar01s05.html#_anchor_id_itests_xreflabel_itests_automated_tests FAI-Guide, 5.8. Automated tests])
*# <tt>tests/</tt> ... using these test, you can check for errors of the installation or of the softupdate. ([http://www.informatik.uni-koeln.de/fai/fai-guide/ar01s05.html#_anchor_id_itests_xreflabel_itests_automated_tests FAI-Guide, 5.8. Automated tests])
* '''Steps 1-3''' above (''FAI Install Server'') are performed if you execute a FAI installation from a FAI Server only. You can run an installation from a [http://www.informatik.uni-koeln.de/fai/fai-cd/ FAI Live-CD] or a [[Fai-cd_from_usb_stick|bootable USB stick]] as an alternative, then the Live system boots and FAI starts at step 4 above.


== See also ==
== See also ==

Revision as of 14:15, 13 September 2010

Fai.gif

Explanations

  • The FAI configuration space (orange box on the left) is typically located at /var/lib/fai/config (this is live/filesystem.dir/var/lib/fai/config on the FAI Live-CD ISO or USB stick image).
  • A current FAI setup has two additional directories in the FAI configuration space:
    1. hooks/ ... let you specify functions or programs which are run at certain steps of the installation process. (FAI-Guide, 7.11. Hooks)
    2. tests/ ... using these test, you can check for errors of the installation or of the softupdate. (FAI-Guide, 5.8. Automated tests)
  • Steps 1-3 above (FAI Install Server) are performed if you execute a FAI installation from a FAI Server only. You can run an installation from a FAI Live-CD or a bootable USB stick as an alternative, then the Live system boots and FAI starts at step 4 above.

See also