Difference between revisions of "Mageia"
Line 33: | Line 33: | ||
The first release of the software distribution, Mageia 1, took place in June 2011. | The first release of the software distribution, Mageia 1, took place in June 2011. | ||
+ | {{TFTPPlugin | ||
+ | | filename = mageia1-ARCH-XXX.tar.gz | ||
+ | | downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/ | ||
+ | | product = openSUSE 12.1 | ||
+ | | producturl = http://fedoraproject.org/en/get-fedora | ||
+ | | productfile = mageia-dvd-1-ARCH.iso | ||
+ | | pluginname = openSUSE | ||
+ | }} | ||
+ | |||
+ | Mageia x86: Copy all.rdz , vmlinuz and the entire ISO to appropriate directory: (LOWER CASE ONLY!) | ||
+ | |||
+ | cp /mnt/cdrom/i586/isolinux/alt0/all.rdz /tftpboot/er/plugins/mageia/i386/all.rdz | ||
+ | cp /mnt/cdrom/i586/isolinux/alt0/vmlinuz /tftpboot/er/plugins/mageia/i386/vmlinuz | ||
+ | cp mageia-dvd-1-ARCH.iso /tftpboot/er/shares/mageia/i386/ | ||
+ | |||
+ | Mageia x64: Copy all.rdz , vmlinuz and the entire ISO to appropriate directory: (LOWER CASE ONLY!) | ||
+ | |||
+ | cp /mnt/cdrom/x86_64/isolinux/alt0/all.rdz /tftpboot/er/plugins/mageia/x86_64/all.rdz | ||
+ | cp /mnt/cdrom/x86_64/isolinux/alt0/vmlinuz /tftpboot/er/plugins/mageia/x86_64/vmlinuz | ||
+ | cp mageia-dvd-1-ARCH.iso /tftpboot/er/shares/mageia/x86_64/ | ||
+ | |||
+ | {{PluginInstructionsEnd}} | ||
[[Category:Plugins]] | [[Category:Plugins]] |
Revision as of 19:07, 11 February 2012
Important information
This plugin requires a static IP address (Default is 10.0.0.1). Every change to the server IP MUST be reflected into the plugin's menu file. How to adjust ERPXE to local IP address
return to Plugins list
Mageia 1.0 http://www.mageia.org/ |
---|
Contents
Information
ERPXE Module
- Name: - Mageia
- Version: 1.0
- Official website: http://www.mageia.org/
- License: GNU General Public License
- Wikpedia Page: http://en.wikipedia.org/wiki/Mageia
- Download: http://www.erpxe.com/downloads
Plugin type
Mageia | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | No | Yes | No | No |
Plugin Requirments
Mageia | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | No |
Screen Shots
Special Information
Mageia is the name of a non-profit organization and Linux distribution that was founded in 2010.
The Mageia organization manages and coordinates the distribution, code and software hosting and distribution, builds system, and carries out marketing, fosters communication and events.
The first release of the software distribution, Mageia 1, took place in June 2011.
Linux Installation Instructions
Download mageia1-ARCH-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract mageia1-ARCH-XXX.tar.gz file:
tar -xvzf mageia1-ARCH-XXX.tar.gz
Download openSUSE 12.1 ISO Latest Version to /mnt/ :
http://fedoraproject.org/en/get-fedora
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/mageia-dvd-1-ARCH.iso /mnt/cdrom/
Mageia x86: Copy all.rdz , vmlinuz and the entire ISO to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/i586/isolinux/alt0/all.rdz /tftpboot/er/plugins/mageia/i386/all.rdz cp /mnt/cdrom/i586/isolinux/alt0/vmlinuz /tftpboot/er/plugins/mageia/i386/vmlinuz cp mageia-dvd-1-ARCH.iso /tftpboot/er/shares/mageia/i386/
Mageia x64: Copy all.rdz , vmlinuz and the entire ISO to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/x86_64/isolinux/alt0/all.rdz /tftpboot/er/plugins/mageia/x86_64/all.rdz cp /mnt/cdrom/x86_64/isolinux/alt0/vmlinuz /tftpboot/er/plugins/mageia/x86_64/vmlinuz cp mageia-dvd-1-ARCH.iso /tftpboot/er/shares/mageia/x86_64/
Verify files with filelist.txt in each folder.
All Done!