Trisquel
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
Trisquel 5.5 http://trisquel.info/ |
---|
Contents
Information
ERPXE Module
- Name: - Trisquel
- Version: 5.5
- Official website: http://trisquel.info/
- License: GNU General Public License
- Wikpedia Page: http://en.wikipedia.org/wiki/Trisquel
- Download: http://www.erpxe.com/downloads
Plugin type
Trisquel | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | Yes | Yes | Yes | Yes |
Plugin Requirments
Trisquel | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | Yes |
Screen Shots
Special Information
Trisquel GNU/Linux is an operating system based on the Linux distribution Ubuntu.
The project aims for a free software system without proprietary software or firmware and uses a free version of the Linux kernel as distributed by the Linux-libre project.
The project began in 2004 with sponsorship of the University of Vigo for Galician language support in educational software and was officially presented in April 2005 with Richard Stallman, founder of the GNU Project, as a special guest.
According to project director Rubén Rodríguez, the support for Galician has created interest in South American and Mexican communities of emigrants from the Province of Ourense.
By December 2008, Trisquel GNU/Linux was included by the Free Software Foundation in its list of free Linux distributions.
Linux Installation Instructions
Download trisquel55-ARCH-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract trisquel55-ARCH-XXX.tar.gz file:
tar -xvzf trisquel55-ARCH-XXX.tar.gz
Download Trisquel 5.5 ISO Latest Version to /mnt/ :
http://trisquel.info/en/download
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/trisquel_5.5_ARCH.iso /mnt/cdrom/
Trisquel x86: Copy initrd , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/trisquel/i386/vmlinuz cp /mnt/cdrom/casper/initrd /tftpboot/er/plugins/trisquel/i386/initrd cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/trisquel/i386/casper/
Trisquel x64: Copy initrd , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/trisquel/x86_64/vmlinuz cp /mnt/cdrom/casper/initrd /tftpboot/er/plugins/trisquel/x86_64/initrd cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/trisquel/x86_64/casper/
Verify files with filelist.txt in each folder.
All Done!