Hey All, I have a few questions on upgrading. I currently have systems running RedHat 7.1 and want to upgrade to 7.3 or possibly 8.0. It is my understanding that my ks.cfg needs to look like the following: ## Language to use during install lang en_US ## Installation Method nfs --server 10.x.x.x --dir /var/redhat.disks/redhat-7.3 ## Ethernet Device Configuration #device <type> <moduleName> ## Keyboard Configuration keyboard us # Upgrade an existing system rather than installing a fresh system upgrade ## Bootloader Configuration ## install lilo on the master boot record of the first drive bootloader --useLilo --location=mbr Anything other than the above information will be ignored. Here are my questions: -- After the upgrade and reboot, I was asked a few questions such as do I want to upgrade my taskbar. Is there a way to avoid these questions? I will be upgrading hundreds of systems and don't want to deal with answering questions on every one. -- On some of the systems, I have installed rpms that I created myself. If I also want my personal RPMs upgraded during this process, is there a way to do it? Thanks!!