Difference between revisions of "Template:TFTPPlugin"
From ERPXE Wiki
| (8 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | == Installation Instructions == | + | == Linux Installation Instructions == | 
| − | Download  | + | Download {{{filename}}} to / | 
| − | + |   {{{downloadurl}}} | |
| − | extract  | + | extract {{{filename}}} file: | 
| − |   tar -xvzf  | + |   tar -xvzf {{{filename}}} | 
| − | Download  | + | Download {{{product}}} ISO Latest Version to /mnt/ : | 
| − | + |   {{{producturl}}} | |
| Mount ISO file to temporary location (/mnt/cdrom/) | Mount ISO file to temporary location (/mnt/cdrom/) | ||
|   mkdir /mnt/cdrom/ |   mkdir /mnt/cdrom/ | ||
| − |   mount -o loop /mnt/ | + |   mount -o loop /mnt/{{{productfile}}} /mnt/cdrom/ | 
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Latest revision as of 13:48, 12 February 2012
Linux 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/
