Changes between Version 3 and Version 4 of PxeUsage


Ignore:
Timestamp:
03/20/07 14:20:39 (17 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PxeUsage

    v3 v4  
    1515
    1616== Systemimager activation ==
     17
     18To activate this on a client depends on your version of systemimager and your preferred method
     19
     20=== Telnet method ===
     21
    1722To activate this on a client you must add the following line to the ''systemimageer master'' script of the node. It will remove the pxe config file for the node from the pxe bootserver. I personally place the line just before the ''umount'' commands. See below which command to use for which systemimager version.
    1823
     
    2631}}}
    2732
     33=== Post install script method ===
     34
     35With systemimager version 3.7 and higher it easier to setup. In the systemimager server examples directory there is an pxeconfig post installation script, eg:
     36{{{
     37 cp /usr/share/doc/systemimager-server/examples/post-install/30all.pxeconfig <AUTOINSTALL_SCRIPT_DIR>/scripts/post-install
     38}}}