#setup local mirror on hades #put in cd fc3 disk1 mount /mnt/cdrom/ cd /var/www/html mkdir 3 cd 3/ mkdir newrpms updates cp -a /mnt/cdrom/Fedora . umount /mnt/cdrom eject /dev/cdrom #do this for disk 2,3,4 mount /mnt/cdrom/ cp -a /mnt/cdrom/Fedora/RPMS/*.rpm Fedora/RPMS/ umount /mnt/cdrom eject /dev/cdrom #edit index.html to add fc3 vi /var/www/html/index.html #get latest versions of updates autodld --noverbose --noupdate --config autoupdate_fedora.conf --dldconfig fedora.dld --distversion 3 #add previous line to less /etc/cron.daily/autoupdate.cron