I normally use http install to access my /centos/ver/os/i386 repo.
Is there someway to get the install to include the updates in /centos/ver/updates? It seems such a waste to install rpms that you know are already fixed....
Robert Moskowitz wrote:
I normally use http install to access my /centos/ver/os/i386 repo.
Is there someway to get the install to include the updates in /centos/ver/updates? It seems such a waste to install rpms that you know are already fixed....
I do this with a kickstart installation:
url --url http://ftp.crc.dk/centos/5/os/i386 repo --name=base --baseurl=http://ftp.crc.dk/centos/5/os/i386 repo --name=updates --baseurl=http://ftp.crc.dk/centos/5/updates/i386
Mogens