Difference between revisions of "RIP Linux"
Line 4: | Line 4: | ||
| wikipedia = http://en.wikipedia.org/wiki/Recovery_Is_Possible | | wikipedia = http://en.wikipedia.org/wiki/Recovery_Is_Possible | ||
| license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License] | | license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License] | ||
− | | version = 13. | + | | version = 13.7 |
| from_erpxe_version = 1.0 | | from_erpxe_version = 1.0 | ||
| http = {{no}} | | http = {{no}} | ||
Line 37: | Line 37: | ||
| filename = rip135-XXX.tar.gz | | filename = rip135-XXX.tar.gz | ||
| downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/ | | downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/ | ||
− | | product = RIP Linux 13. | + | | product = RIP Linux 13.7 |
| producturl = http://rip.7bf.de/current/ | | producturl = http://rip.7bf.de/current/ | ||
− | | productfile = RIPLinuX-13. | + | | productfile = RIPLinuX-13.7.iso |
| pluginname = RIP Linux | | pluginname = RIP Linux | ||
}} | }} |
Revision as of 19:51, 18 May 2012
return to Plugins list
RIP Linux 13.7 http://www.tux.org/pub/people/kent-robotti/looplinux/rip/ |
---|
Contents
Information
ERPXE Module
- Name: - RIP Linux
- Version: 13.7
- Official website: http://www.tux.org/pub/people/kent-robotti/looplinux/rip/
- License: GNU General Public License
- Wikpedia Page: http://en.wikipedia.org/wiki/Recovery_Is_Possible
- Download: http://www.erpxe.com/downloads
Plugin type
RIP Linux | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | Yes | No | Yes | Yes |
Plugin Requirments
RIP Linux | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | No | Yes | Yes |
Screen Shots
Special Information
Recovery Is Possible (RIPLinux) is a small, specialized Linux distribution based on Slackware[2] that includes system maintenance and recovery applications on a live CD or USB flash drive.
The RIP disc comes in two flavors: one with the X Window System and one without. The X-capable version does not require X to be started at boot-up; it can be started at any time after booting without the server.
The main purpose of X under RIP is to provide the capability to run GParted, a disk partition management program, and Mozilla Firefox, a web browser.
Xine is also included for watching movies on DVD.
Linux Installation Instructions
Download rip135-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract rip135-XXX.tar.gz file:
tar -xvzf rip135-XXX.tar.gz
Download RIP Linux 13.7 ISO Latest Version to /mnt/ :
http://rip.7bf.de/current/
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/RIPLinuX-13.7.iso /mnt/cdrom/
Copy kernel32 , kernel64 , rootfs.cgz to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/boot/kernel32 /tftpboot/er/plugins/rip/ cp /mnt/cdrom/boot/kernel64 /tftpboot/er/plugins/rip/ cp /mnt/cdrom/boot/rootfs.cgz /tftpboot/er/plugins/rip/
for the No X version
cp /mnt/cdrom/boot/rootfs.cgz /tftpboot/er/plugins/rip/rootfsnx.cgz
Verify files with filelist.txt in each folder.
All Done!