Changeset 41
- Timestamp:
- 07/09/04 10:48:21 (19 years ago)
- Location:
- trunk/pxeconfig
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/pxeconfig/DEBIAN/control
r40 r41 6 6 Depends: python 7 7 Architecture: i386 8 Version: 0.4. 2-38 Version: 0.4.3-1 9 9 Description: utilities to boot computers with PXE-enabled network cards -
trunk/pxeconfig/INSTALL
r30 r41 1 1 Here follow some basic installation instructions. 2 2 3 To activate the 'pxeconfigd' daemon the following actions are required: 3 If 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 8 To activate the 'pxeconfigd' daemon utility on other platforms use this 9 procedure: 4 10 1) edit '/etc/services', eg: 5 pxeconfigd 10000/tcp # pxe config daemon11 pxeconfigd 6611/tcp # pxe config daemon 6 12 7 13 2) edit '/etc/inetd.conf', eg … … 62 68 # So the client will boot from disk 63 69 # 64 3.X) chroot /a telnet $IMAGESERVER 1000065 2.X) telnet $IMAGESERVER 1000070 3.X) chroot /a telnet $IMAGESERVER 6611 71 2.X) telnet $IMAGESERVER 6611 66 72 67 73 -
trunk/pxeconfig/make_deb_pkg.sh
r39 r41 49 49 echo "removing $TOPDIR dir" 50 50 echo "----------------" 51 rm -r v$TOPDIR51 rm -rf $TOPDIR
Note: See TracChangeset
for help on using the changeset viewer.