Thanks Michael! I changed "PACKAGES install" to "PACKAGES aptitude" and I am able to get past that error.
Thanks, Shekar -----Original Message----- From: Michael Tautschnig [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 11, 2007 6:11 PM To: Muniven Shekar-PTH473 Cc: [email protected] Subject: Re: error while running make-fai-nfsroot > Hi, > > I am getting following error when I ran make-fai-nfsroot -v. Are there > any files I need to change under /etc/fai ? > [...] The problem is that you've probably got PACKAGES install lines in your config space. To cope with them, FAI requires the libapt-pkg-perl package. You either need to change your configs to use PACKAGES aptitude instead of PACKAGES install, or hack make-fai-nfsroot to install libapt-pkg-perl into the NFSROOT before calling install_packages. This problem will be fixed in the next upload of FAI. HTH, Michael
