Difference between revisions of "Pear - Commie OS"
From ERPXE Wiki
(Created page with "{{Plugin | logo = | website = http://pearlinux.fr/ | wikipedia = | license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License] | version = 4.0 | from_erpxe_versi...") |
|||
Line 54: | Line 54: | ||
{{PluginInstructionsEnd}} | {{PluginInstructionsEnd}} | ||
[[Category:Plugins]] | [[Category:Plugins]] | ||
− | [[Category: | + | [[Category:Linux Live]] |
Revision as of 18:22, 4 April 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
Pear - Commie OS 4.0 http://pearlinux.fr/ |
---|
Contents
Information
ERPXE Module
- Name: - Pear - Commie OS
- Version: 4.0
- Official website: http://pearlinux.fr/
- License: GNU General Public License
- Wikpedia Page:
- Download: http://www.erpxe.com/downloads
Plugin type
Pear - Commie OS | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | Yes | Yes | Yes | Yes |
Plugin Requirments
Pear - Commie OS | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | Yes |
Screen Shots
Special Information
Pear Linux Comice OS 4 is a fast, stable, and powerful operating system for everyday use.
It's completely free to use, study, and share.
Linux Installation Instructions
Download pearlive4-ARCH-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract pearlive4-ARCH-XXX.tar.gz file:
tar -xvzf pearlive4-ARCH-XXX.tar.gz
Download Pear Linux Comice OS 4.0 ISO Latest Version to /mnt/ :
http://pearlinux.fr/index.php/free-downloads/release
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/comice_os_4_ARCH-build-01a07.iso /mnt/cdrom/
Comice x86: Copy initrd.gz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/pearlive/i386/vmlinuz cp /mnt/cdrom/casper/initrd.gz /tftpboot/er/plugins/pearlive/i386/initrd.gz cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/pearlive/i386/casper/
Comice x64: Copy initrd.gz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/pearlive/x86_64/vmlinuz cp /mnt/cdrom/casper/initrd.gz /tftpboot/er/plugins/pearlive/x86_64/initrd.gz cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/pearlive/x86_64/casper/
Verify files with filelist.txt in each folder.
All Done!