Changes between Version 30 and Version 31 of FAQ


Ignore:
Timestamp:
Sep 13, 2007, 6:03:43 PM (18 years ago)
Author:
Bruno Cornec
Comment:

begin Q31

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v30 v31  
    443443  For [http://www.dvddemystified.com/dvdfaq.html#3.3 DVDs], you can use either 4.7g or 4482m (or rather to be safe 4480m). You get that computation by doing 4700000/1024/1024.
    444444  Mondo Rescue computes all its sizes using the 1024 factor (so it's using KiB, MiB, GiB, ...
     445
     446== Q31/ How to install MondoRescue on VMWare ESX 3 ?==
     447
     448  Get the packages [ftp://ftp.mondorescue.org/rhel/3 provided] for RHEL3 and install them on your server:
     449{{{
     450# rpm -ivh afio-2.4.7-1.i386.rpm buffer-1.19-4.i386.rpm
     451warning: buffer-1.19-4.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e
     452Preparing...                ########################################### [100%]
     453   1:buffer                 ########################################### [ 50%]
     454   2:afio                   ########################################### [100%]
     455[root@vmware5 root]# rpm -ivh mindi-busybox-1.2.2-3.rhel3.i586.rpm
     456Preparing...                ########################################### [100%]
     457   1:mindi-busybox          ########################################### [100%]
     458[root@vmware5 root]# rpm -ivh mindi-1.2.4-1.rhel3.i586.rpm dosfstools-2.8-10.i386.rpm mkisofs-2.0-11.i386.rpm
     459warning: dosfstools-2.8-10.i386.rpm: V3 DSA signature: NOKEY, key ID 73307de6
     460Preparing...                ########################################### [100%]
     461   1:mkisofs                ########################################### [ 33%]
     462   2:dosfstools             ########################################### [ 67%]
     463   3:mindi                  ########################################### [100%]
     464[root@vmware5 root]# rpm -ivh mondo-2.2.4-1.rhel3.i586.rpm cdrecord-2.0-11.i386.rpm syslinux-2.06-0.3E.i386.rpm mtools-3.9.8-8.i386.rpm
     465warning: cdrecord-2.0-11.i386.rpm: V3 DSA signature: NOKEY, key ID 73307de6
     466warning: mtools-3.9.8-8.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e
     467Preparing...                ########################################### [100%]
     468   1:mtools                 ########################################### [ 25%]
     469   2:syslinux               ########################################### [ 50%]
     470   3:cdrecord               ########################################### [ 75%]
     471   4:mondo                  ########################################### [100%]
     472}}}