Changeset 41 for trunk


Ignore:
Timestamp:
07/09/04 10:48:21 (20 years ago)
Author:
bas
Message:

INSTALL:

Changed installtion instruction to use port 6611

make_deb_pkg.sh:

use rm -rf now

control:

changed version to 0.4.3

Location:
trunk/pxeconfig
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/pxeconfig/DEBIAN/control

    r40 r41  
    66Depends: python
    77Architecture: i386
    8 Version: 0.4.2-3
     8Version: 0.4.3-1
    99Description: utilities to boot computers with PXE-enabled network cards
  • trunk/pxeconfig/INSTALL

    r30 r41  
    11Here follow some basic installation instructions.
    22
    3 To activate the 'pxeconfigd' daemon the following actions are required:
     3If you are using DEBIAN then you can run the following utility:
     4 make_deb_pkg.sh) This will make debian package that you can install
     5                  with dpkg -i <packagename>
     6       
     7
     8To activate the 'pxeconfigd' daemon utility on other platforms use this
     9procedure:
    410 1) edit '/etc/services', eg:
    5       pxeconfigd      10000/tcp                       # pxe config daemon
     11      pxeconfigd      6611/tcp                       # pxe config daemon
    612
    713 2) edit '/etc/inetd.conf', eg
     
    6268   # So the client will boot from disk
    6369   #       
    64    3.X)  chroot /a telnet $IMAGESERVER 10000
    65    2.X)  telnet $IMAGESERVER 10000
     70   3.X)  chroot /a telnet $IMAGESERVER 6611
     71   2.X)  telnet $IMAGESERVER 6611
    6672
    6773
  • trunk/pxeconfig/make_deb_pkg.sh

    r39 r41  
    4949echo "removing $TOPDIR dir"
    5050echo "----------------"
    51 rm -rv $TOPDIR
     51rm -rf $TOPDIR
Note: See TracChangeset for help on using the changeset viewer.