Difference between revisions of "Joli OS"
Line 58: | Line 58: | ||
[[Category:Plugins]] | [[Category:Plugins]] | ||
[[Category:Linux Live]] | [[Category:Linux Live]] | ||
+ | [[Category:Supported from ERPXE 1.01]] |
Revision as of 19:31, 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
Joli OS 1.2 http://www.jolicloud.com |
---|
Contents
Information
ERPXE Module
- Name: - Joli OS
- Version: 1.2
- Official website: http://www.jolicloud.com
- License: GNU General Public License
- Wikpedia Page: http://en.wikipedia.org/wiki/Joli_OS
- Download: http://www.erpxe.com/downloads
Plugin type
Joli OS | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | Yes | No | Yes | Yes |
Plugin Requirments
Joli OS | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | Yes |
Screen Shots
Special Information
The project was launched in 2008 by Netvibes founder Tariq Krim.
Krim originally wanted to build a laptop using environmentally-friendly manufacturing methods.
He later refocused the effort on building an operating system, and was joined by two other developers, Romain Huet and Tristan Groléat.
After purchasing a few netbooks and renewing their acquaintance with Linux, they rented office space in the Montorgueil area of Paris.
The alpha version was built with the help of "developers, kernel hackers and designers".
Venture capital firms Atomico Ventures and Mangrove Capital Partners have provided $4.2 million in funding.
Linux Installation Instructions
Download jolios12-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract jolios12-XXX.tar.gz file:
tar -xvzf jolios12-XXX.tar.gz
Download Joli OS 1.2 ISO Latest Version to /mnt/ :
http://www.jolicloud.com/jolios/download
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/Joli-OS-1.2.iso /mnt/cdrom/
Copy initrd.gz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/jolios/vmlinuz cp /mnt/cdrom/casper/initrd.gz /tftpboot/er/plugins/jolios/initrd.gz cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/jolios/casper/
Verify files with filelist.txt in each folder.
All Done!