From anaconda-devel-list-admin@xxxxxxxxxx Fri Nov 8 23:54:02 2002 Delivered-To: anaconda-devel-list@xxxxxxxxxxxxxxxxxx From: Paul Turner <ary.turner@xxxxxxxxxxxxx> User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: anaconda-devel-list@xxxxxxxxxx Subject: genhdlist in RH 8.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Loop: anaconda-devel-list@xxxxxxxxxx Sender: anaconda-devel-list-admin@xxxxxxxxxx Errors-To: anaconda-devel-list-admin@xxxxxxxxxx X-BeenThere: anaconda-devel-list@xxxxxxxxxx X-Mailman-Version: 2.0.1 Precedence: bulk List-Help: <mailto:anaconda-devel-list-request@xxxxxxxxxx?subject=help> List-Post: <mailto:anaconda-devel-list@xxxxxxxxxx> List-Subscribe: <https://listman.redhat.com/mailman/listinfo/anaconda-devel-list>, <mailto:anaconda-devel-list-request@xxxxxxxxxx?subject=subscribe> List-Id: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list.redhat.com> List-Unsubscribe: <https://listman.redhat.com/mailman/listinfo/anaconda-devel-list>, <mailto:anaconda-devel-list-request@xxxxxxxxxx?subject=unsubscribe> List-Archive: <https://listman.redhat.com/pipermail/anaconda-devel-list/> Date: Thu, 07 Nov 2002 14:01:35 -0600 I use a network (ftp) kickstart to create new servers, and recently needed to add new hardware to several servers. I had a problem which needed an updated driver available in kernel 2.4.18-17.8.0. I placed the updated kernel in my ftp respository, and downloaded the anaconda rpm in order to get the latest genhdlist. genhdlist won't build right out of the rpm, It was loking for an include file for rpm-4.0.4 in a directory of the same name. This doesn't exist in my current install of 8.0 so I added -I/usr/include/rpm to the Makefile and at elast the compiler was mostly happy, but the linker needed a static library for the same rpm package. My 8.0 install has a shared lib for librpm4.0.4 but no static lib. Am I missing some packages? Is genhdlist still supported? Paul Turner pturner@xxxxxxxxxxxx 972 856-3808 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://listman.redhat.com/mailman/listinfo/anaconda-devel-list I would simply install the new kernel in the %post section of the ks file.