Difference between revisions of "Template:TFTPPlugin"

From ERPXE Wiki
(Created page with " == Installation Instructions == Download 4mlinux-XXX.tar.gz to / https://sourceforge.net/projects/erpxe/files/plugins/ extract 4mlinux-XXX.tar.gz file: tar -xvzf 4mlinux-...")
 
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
== Linux Installation Instructions ==
  
 +
Download {{{filename}}} to /
  
== Installation Instructions ==
+
{{{downloadurl}}}
  
Download 4mlinux-XXX.tar.gz to /
+
extract {{{filename}}} file:
  
  https://sourceforge.net/projects/erpxe/files/plugins/
+
  tar -xvzf {{{filename}}}
  
extract 4mlinux-XXX.tar.gz file:
+
Download {{{product}}} ISO Latest Version to /mnt/ :
  
  tar -xvzf 4mlinux-XXX.tar.gz
+
  {{{producturl}}}
 
 
Download 4MLinux All In One Edition ISO Latest Version to /mnt/ :
 
 
 
http://4mlinux.com/download.html
 
  
 
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/4MLinux-XXX-allinone-edition.iso /mnt/cdrom/
+
  mount -o loop /mnt/{{{productfile}}} /mnt/cdrom/
 
 
Copy bzimage, initrd.gz files to /tftpboot/er/plugins/4mlinux/: (LOWER CASE ONLY!!)
 
 
 
cp /mnt/cdrom/boot/initrd.gz /tftpboot/er/plugins/4mlinux/
 
cp /mnt/cdrom/boot/bzImage /tftpboot/er/plugins/4mlinux/bzimage
 
 
 
Verify all files are in place:
 
 
 
ls /tftpboot/er/plugins/4mlinux/
 
bzimage initrd.gz 4mlinux.menu
 
 
 
All Done!
 

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/