Difference between revisions of "Mageia"
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Plugin | {{Plugin | ||
− | | logo = | + | | logo = https://upload.wikimedia.org/wikipedia/commons/thumb/2/20/Mageia_Logo.png/180px-Mageia_Logo.png |
| website = http://www.mageia.org/ | | website = http://www.mageia.org/ | ||
| wikipedia = http://en.wikipedia.org/wiki/Mageia | | wikipedia = http://en.wikipedia.org/wiki/Mageia | ||
Line 11: | Line 11: | ||
| internet = {{no}} | | internet = {{no}} | ||
| linux = {{yes}} | | linux = {{yes}} | ||
− | | windows = {{ | + | | windows = {{yes}} |
| antivirus = {{no}} | | antivirus = {{no}} | ||
| deployment = {{no}} | | deployment = {{no}} | ||
Line 19: | Line 19: | ||
| recovery = {{no}} | | recovery = {{no}} | ||
| requireIP = true | | requireIP = true | ||
− | | image1 = | + | | image1 = https://upload.wikimedia.org/wikipedia/commons/thumb/5/5b/Mageia_1.png/250px-Mageia_1.png |
− | | image1url = | + | | image1url = https://en.wikipedia.org/wiki/File:Mageia_1.png |
| image2 = | | image2 = | ||
| image2url = | | image2url = | ||
Line 36: | Line 36: | ||
| filename = mageia1-ARCH-XXX.tar.gz | | filename = mageia1-ARCH-XXX.tar.gz | ||
| downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/ | | downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/ | ||
− | | product = | + | | product = Mageia 1.0 |
− | | producturl = http:// | + | | producturl = http://www.mageia.org/en/downloads/ |
| productfile = mageia-dvd-1-ARCH.iso | | productfile = mageia-dvd-1-ARCH.iso | ||
− | | pluginname = | + | | pluginname = Mageia |
}} | }} | ||
Line 56: | Line 56: | ||
{{PluginInstructionsEnd}} | {{PluginInstructionsEnd}} | ||
[[Category:Plugins]] | [[Category:Plugins]] | ||
+ | [[Category:Operation System Installation]] | ||
+ | [[Category:Supported from ERPXE 1.0]] |
Latest revision as of 06:52, 5 May 2019
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 | Yes |
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 Mageia 1.0 ISO Latest Version to /mnt/ :
http://www.mageia.org/en/downloads/
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!