On Fri, 16 Aug 2002 [EMAIL PROTECTED] wrote: > One of the things I added to /fai/scripts/LAST was this line: > > # Make sure everything is configured properly > echo "running apt-get -f install" > chroot $target apt-get -f install
$ROOTCMD apt-get -f install
is probably a little better to use. It's already defined in your
environment (see env.log under some 'last-install' directory).
ROOTCMD='chroot /tmp/target'
Cheers,
Cristian
