RIPLinux

Status
Not open for further replies.

Osiris

Golden Master
Messages
36,817
Location
Kentucky
You'll need at least 256MB of RAM and a 586 CPU to boot and use it.
There's a 32bit kernel and a 64bit kernel.
You can write any bootable ISO below to a CD, using cdrecord etc.
You can also write any bootable ISO below (except the GRUB versions)
to a USB flash drive.
Example: dd if=RIPLinuX-9.3.iso of=/dev/sdb bs=1M "Under Linux!"
Example: dd if=RIPLinuX-9.3.iso of=\\.\e: bs=1M "Under Windows!"
You'll loose anything on the USB flash drive, but any remaining space
on the drive can be used by using fdisk to create a second partition
and putting a Fat16/32 etc. filesystem on it.
There's a Windows version of "dd" below.
You can create a second partition on /dev/sdb by using "mkpart"
from RIPLinux
# mkpart 6 all /dev/sdb
# mkdosfs /dev/sdb2
The above example assumes your USB flash drive is on /dev/sdb.
The preferred method for putting RIPLinux on a USB flash drive is by
using the "mkusb" script below.
Verify the ISO under Linux or Windows.
md5sum -c RIPLinuX-9.3.md5 "It should say OK!"

http://www.tux.org/pub/people/kent-robotti/looplinux/rip/
 
Status
Not open for further replies.
Back
Top Bottom