Difference between revisions of "RIP Linux"

From ERPXE Wiki
(Created page with "{{Plugin | logo = | website = http://www.tux.org/pub/people/kent-robotti/looplinux/rip/ | wikipedia = http://en.wikipedia.org/wiki/Recovery_Is_Possible | license = [[GNU General...")
 
 
(11 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
| website = http://www.tux.org/pub/people/kent-robotti/looplinux/rip/
 
| website = http://www.tux.org/pub/people/kent-robotti/looplinux/rip/
 
| wikipedia = http://en.wikipedia.org/wiki/Recovery_Is_Possible
 
| wikipedia = http://en.wikipedia.org/wiki/Recovery_Is_Possible
| license = [[GNU General Public License|GPL v2 License]]
+
| license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License]
| version = 13.5
+
| version = 13.7
 
| from_erpxe_version = 1.0
 
| from_erpxe_version = 1.0
| http = {{yes}}
+
| http = {{no}}
 
| nfs = {{no}}
 
| nfs = {{no}}
 
| cifs = {{no}}
 
| cifs = {{no}}
| internet = {{yes}}
+
| internet = {{no}}
| linux = {{no}}
+
| linux = {{yes}}
 
| windows = {{yes}}
 
| windows = {{yes}}
 
| antivirus = {{no}}
 
| antivirus = {{no}}
| deployment = {{partial}}
+
| deployment = {{no}}
| diagnostic = {{no}}
+
| diagnostic = {{yes}}
 
| installation = {{no}}
 
| installation = {{no}}
 
| live = {{yes}}
 
| live = {{yes}}
| recovery = {{no}}
+
| recovery = {{yes}}
 
| image1 =  
 
| image1 =  
 
| image1url =  
 
| image1url =  
Line 26: Line 26:
 
}}
 
}}
  
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.
+
Recovery Is Possible (RIPLinux) is a small, specialized Linux distribution based on Slackware 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 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.
Line 33: Line 33:
  
 
Xine is also included for watching movies on DVD.
 
Xine is also included for watching movies on DVD.
 +
 +
{{TFTPPlugin
 +
| filename = rip135-XXX.tar.gz
 +
| downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/
 +
| product = RIP Linux 13.7
 +
| producturl = http://rip.7bf.de/current/
 +
| productfile = RIPLinuX-13.7.iso
 +
| pluginname = RIP Linux
 +
}}
 +
 +
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
 +
 +
{{PluginInstructionsEnd}}
 +
[[Category:Plugins]]
 +
[[Category:Recovery Tools]]
 +
[[Category:Supported from ERPXE 1.0]]

Latest revision as of 20:22, 7 June 2012

return to Plugins list

RIP Linux 13.7

http://www.tux.org/pub/people/kent-robotti/looplinux/rip/

Information

ERPXE Module

  • Name: - RIP Linux
  • Version: 13.7

Plugin type

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

Plugin Requirments

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 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!