Changeset 112


Ignore:
Timestamp:
10/09/07 13:55:24 (16 years ago)
Author:
ohnielse
Message:

Install *.c32 files by soft-linking in /tftpboot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/INSTALL-pxemenu

    r106 r112  
    1212
    1313These files are from the SYSLINUX package and should preferentially be in the
    14 /tftpboot directory, although you can also put them in subdirectories:
     14/tftpboot directory, although you can also put them in subdirectories of
     15/tftpboot provided you configure your menu files accordingly:
    1516
    16    cp pxemenu/pxelinux.0 /tftpboot
    17    cp pxemenu/memdisk /tftpboot
    18    cp pxemenu/com32/menu.c32 /tftpboot
    19    cp pxemenu/com32/chain.c32 /tftpboot
     17   cd pxemenu/
     18   cp -rp pxelinux.0 memdisk com32 /tftpboot
    2019
    21 There are a number of other *.c32 utilities in pxemenu/com32/ which you
    22 may want to try out by copying them to the PXE menu system.
     20You also must make two com32 utilities available at the TFTP server's
     21top-level directory.  This can be done by softlinking them from the com32/
     22directory:
     23
     24   cd /tftpboot
     25   ln -s com32/menu.c32
     26   ln -s com32/chain.c32
     27
     28Optionally, there are a number of additional PXELINUX *.c32 utilities in com32/
     29which you may want to try out.
    2330
    24312. Copy the PXE menu files
Note: See TracChangeset for help on using the changeset viewer.