FC2 FTP install

Christoph Wickert christoph.wickert at web.de
Sat May 22 20:07:51 UTC 2004


Am Sa, den 22.05.2004 schrieb Marcus Sattler um 19:56:
> Why not just copy disk1 into a directory inside the ftp root.  The copy the
> remaining rpms from disks 2-4 inside the rpms directory.
> 

Why not mount all 4 isos at one time:
#cd /pub/
# mkdir disc1 disc2 disc3 disc4
# mount -t iso9660 -o loop /path/to/FC2-i386-disc1.iso disc1
# mount -t iso9660 -o loop /path/to/FC2-i386-disc2.iso disc2
# mount -t iso9660 -o loop /path/to/FC2-i386-disc3.iso disc3
# mount -t iso9660 -o loop /path/to/FC2-i386-disc4.iso disc4

Start the install, enter servername and location, in my case "pub". No
need to remount the drives or change a cdrom during install. :-)

Christoph





More information about the fedora-list mailing list