Template:TFTPPlugin

From ERPXE Wiki
Revision as of 20:27, 4 January 2012 by Admin (talk | contribs)

Installation Instructions

Download {{{filename}}} to /

{{{downloadurl}}}

extract {{{filename}}} file:

tar -xvzf {{{filename}}}

Download Template:Product} ISO Latest Version to /mnt/ :

{{{producturl}}}

Mount ISO file to temporary location (/mnt/cdrom/)

mkdir /mnt/cdrom/
mount -o loop /mnt/{{{productfile}}} /mnt/cdrom/

Copy bzimage, initrd.gz files to /tftpboot/er/plugins/{{{plugindir}}}/: (LOWER CASE ONLY!!)

cp /mnt/cdrom/boot/initrd.gz /tftpboot/er/plugins/{{{plugindir}}}/
cp /mnt/cdrom/boot/bzImage /tftpboot/er/plugins/{{{plugindir}}}/bzimage

Verify all files are in place:

ls /tftpboot/er/plugins/{{{plugindir}}}/
bzimage initrd.gz {{{file2}}}

All Done!