[quake2] Full game installer

Ryan C. Gordon icculus at clutteredmind.org
Sun Oct 13 18:36:30 EDT 2002


> > The only issue I have with the installer is that it seems to repeatedly
> > attempt to mount all of my drives - DVD, CDRW, floppy - even while it is
> > copying. Weird. Chucks out loads of errors.
>
> It must be a loki installer bug. The UT2K3 installer does the same thing.

Set the environment variable SETUP_CDROM to where your CD is mounted
before running the installer:

 mount -t iso9660 -r /dev/cdrom /mnt
 export SETUP_CDROM=/mnt
 # run the installer here.

--ryan.






More information about the quake2 mailing list