Difference between revisions of "Template:TFTPPlugin"
From ERPXE Wiki
| Line 17: | Line 17: | ||
|   mkdir /mnt/cdrom/ |   mkdir /mnt/cdrom/ | ||
|   mount -o loop /mnt/{{{productfile}}} /mnt/cdrom/ |   mount -o loop /mnt/{{{productfile}}} /mnt/cdrom/ | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Revision as of 20:36, 4 January 2012
Installation Instructions
Download {{{filename}}} to /
{{{downloadurl}}}
extract {{{filename}}} file:
tar -xvzf {{{filename}}}
Download {{{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/
