Difference between revisions of "Arch Linux"

From ERPXE Wiki
(Created page with "{{Plugin | logo = http://upload.wikimedia.org/wikipedia/en/thumb/a/ac/Archlinux-official-fullcolour.svg/240px-Archlinux-official-fullcolour.svg.png | website = http://www.archlin...")
 
Line 49: Line 49:
  
 
  cp /mnt/cdrom/isolinux/gentoo /tftpboot/er/plugins/gentoo/i386/gentoo
 
  cp /mnt/cdrom/isolinux/gentoo /tftpboot/er/plugins/gentoo/i386/gentoo
cp /mnt/cdrom/isolinux/gentoo.igz /tftpboot/er/plugins/gentoo/i386/gentoo.igz
 
 
  cp /mnt/cdrom/image.squashfs /tftpboot/er/shares/gentoo/i386/image.squashfs
 
  cp /mnt/cdrom/image.squashfs /tftpboot/er/shares/gentoo/i386/image.squashfs
 
Gentoo x64: Copy gentoo.igz , gentoo , image.squashfs to appropriate directory: (LOWER CASE ONLY!)
 
 
cp /mnt/cdrom/isolinux/gentoo /tftpboot/er/plugins/gentoo/x86_64/gentoo
 
cp /mnt/cdrom/isolinux/gentoo.igz /tftpboot/er/plugins/gentoo/x86_64/gentoo.igz
 
cp /mnt/cdrom/image.squashfs /tftpboot/er/shares/gentoo/x86_64/image.squashfs
 
  
 
{{PluginInstructionsEnd}}
 
{{PluginInstructionsEnd}}
 
[[Category:Plugins]]
 
[[Category:Plugins]]

Revision as of 20:43, 7 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

Arch Linux 2012.01
240px-Archlinux-official-fullcolour.svg.png
http://www.archlinux.org/

Information

ERPXE Module

  • Name: - Arch Linux
  • Version: 2012.01

Plugin type

Plugin type
Arch Linux Anti-Virus Deployment Diagnostics OS Installation Live Media Recovery Tools
No No No Yes No No

Plugin Requirments

Plugin Requirments
Arch Linux CIFS HTTP Internet NFS Linux OS Windows OS
No No No Yes Yes No

Screen Shots

Special Information

Arch Linux is an independently developed, Linux-based operating system for i686 and x86-64 computers.

It is composed predominantly of free and open source software, and supports community involvement.

The design approach of the development team focuses on simplicity, elegance, code correctness and minimalism.

"Simplicity", according to Arch, is defined as "...without unnecessary additions, modifications, or complications.." and is defined from a developer standpoint, rather than a user standpoint.

What is necessary and what not is also based on the standpoint of the development team.

Linux Installation Instructions

Download gentoo12-ARCH-XXX.tar.gz to /

https://sourceforge.net/projects/erpxe/files/plugins/

extract gentoo12-ARCH-XXX.tar.gz file:

tar -xvzf gentoo12-ARCH-XXX.tar.gz

Download Gentoo 2012 ISO Latest Version to /mnt/ :

http://www.gentoo.org/main/en/where.xml

Mount ISO file to temporary location (/mnt/cdrom/)

mkdir /mnt/cdrom/
mount -o loop /mnt/install-ARCH-minimal.iso /mnt/cdrom/

Gentoo x86: Copy gentoo.igz , gentoo , image.squashfs to appropriate directory: (LOWER CASE ONLY!)

cp /mnt/cdrom/isolinux/gentoo /tftpboot/er/plugins/gentoo/i386/gentoo
cp /mnt/cdrom/image.squashfs /tftpboot/er/shares/gentoo/i386/image.squashfs

Verify files with filelist.txt in each folder.

All Done!