New alpha version
Pedro Guerreiro
pmguerre at ualg.pt
Mon May 15 20:14:11 CEST 2000
On Mon, 15 May 2000, Thomas Lange wrote:
> A new alpha version is available at
>
> http://www.informatik.uni-koeln.de/fai/beta/fai_1.1-alpha-1.deb
This package fails to install (at least for me) because /boot/fai doesn't
exist, and the postinst script isn't creating it. This also happened with
the previous version.
If you add the patch bellow, this will be fixed, I think ;-).
Thanks,
Pedro Guerreiro
-------------- next part --------------
--- /var/lib/dpkg/info/fai.postinst~ Mon May 8 16:11:59 2000
+++ /var/lib/dpkg/info/fai.postinst Mon May 15 18:53:26 2000
@@ -78,6 +78,9 @@
#rm -f /tmp/$basetgz
#XXX
+if [ ! -d /boot/fai ]; then
+ mkdir /boot/fai
+fi
ln -s installimage /boot/fai/kueppers
ln -s installimage /boot/fai/faiserver
More information about the linux-fai
mailing list