[Fai-commit] r3086 - trunk
fai-repository at svn.debian.org
fai-repository at svn.debian.org
Wed Nov 23 19:12:10 UTC 2005
Author: lange
Date: 2005-11-23 19:12:09 +0000 (Wed, 23 Nov 2005)
New Revision: 3086
Modified:
trunk/Makefile
Log:
make make-fai-nfsroot.conf readable for all, otherwise fai-mirror will
not work for normal users
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2005-11-23 12:38:13 UTC (rev 3085)
+++ trunk/Makefile 2005-11-23 19:12:09 UTC (rev 3086)
@@ -33,7 +33,7 @@
install -m644 conf/dhclient.conf $(DESTDIR)/etc/dhcp3
install -m644 conf/apt.conf $(DESTDIR)/etc/apt.conf.d/90fai
install -m644 conf/fai.conf conf/sources.list conf/menu.lst $(DESTDIR)/etc/fai/
- install -m600 conf/make-fai-nfsroot.conf $(DESTDIR)/etc/fai/
+ install -m644 conf/make-fai-nfsroot.conf $(DESTDIR)/etc/fai/
install -m600 conf/fai_modules_off $(DESTDIR)/etc/modutils
perl -pi -e 's/_KERNELVERSION_/$(KERNELVERSION)/' $(KVERSION_FILES)
perl -pi -e 's/FAIVERSIONSTRING/$(VERSIONSTRING)/' $(DESTDIR)/usr/sbin/fai
More information about the Fai-commit
mailing list