SVN: bootdisk/trunk/pkg/root.sh

hawk hawk at pld-linux.org
Fri Apr 6 01:24:32 CEST 2007


Author: hawk
Date: Fri Apr  6 01:24:30 2007
New Revision: 8437

Modified:
   bootdisk/trunk/pkg/root.sh
Log:
- include motd.de and motd.bye.de in filesystem


Modified: bootdisk/trunk/pkg/root.sh
==============================================================================
--- bootdisk/trunk/pkg/root.sh	(original)
+++ bootdisk/trunk/pkg/root.sh	Fri Apr  6 01:24:30 2007
@@ -31,7 +31,8 @@
   install -m 755 ../../scripts/$f bin
 done
 for f in fstab mtab inittab ld.so.conf group nsswitch.conf passwd protocols \
-         services motd motd.bye motd.pl motd.bye.pl modules.dep ; do
+         services motd motd.bye motd.pl motd.bye.pl motd.de motd.bye.de \
+         modules.dep ; do
   install -m 644 ../../config/$f etc
 done
 install -m 644 ../../installer-rc etc


More information about the pld-cvs-commit mailing list