On 24/09/01 at 12:49 H.S.Rai wrote:

>any similar way to install / upgrade Linux by copying Linux CD content on
>HDD and issuing some command to start installation.

You will have to mount the ISO as loopback and install. Basically what you've
to do is
[root at localhost:~] mkdir /mnt/tmp
[root at localhost:~] mount -t iso9660 -o loop /tmp/foobar.iso /mnt/tmp
and start the install

Rgds
-z





_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to