SVN: bootdisk/trunk/pkg/root.sh

2007-04-05 Thread hawk
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
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


bootdisk/trunk/pkg/root.sh

2006-03-19 Thread hawk
Author: hawk
Date: Sun Mar 19 20:08:16 2006
New Revision: 7229

Modified:
   bootdisk/trunk/pkg/root.sh
Log:
- use mini-iso as default pacakge set


Modified: bootdisk/trunk/pkg/root.sh
==
--- bootdisk/trunk/pkg/root.sh  (original)
+++ bootdisk/trunk/pkg/root.sh  Sun Mar 19 20:08:16 2006
@@ -103,4 +103,4 @@
   ;;
 esac
 
-install etc/installer.pkgsets/base etc/installer.pkgs
+install ../../batch-installer/mini-iso etc/installer.pkgs
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


bootdisk/trunk/pkg/root.sh

2006-02-05 Thread hawk
Author: hawk
Date: Sun Feb  5 18:16:21 2006
New Revision: 6927

Modified:
   bootdisk/trunk/pkg/root.sh
Log:
- add MINI-ISO to package sets list


Modified: bootdisk/trunk/pkg/root.sh
==
--- bootdisk/trunk/pkg/root.sh  (original)
+++ bootdisk/trunk/pkg/root.sh  Sun Feb  5 18:16:21 2006
@@ -86,6 +86,7 @@
 cd ../../batch-installer; sh mkallpkgsets $here/etc/installer.pkgsets
 cd $here
 cp ../../batch-installer/mini-iso $here/etc/installer.pkgsets/MINI-ISO
+echo MINI-ISO  $here/etc/installer.pkgsets/.list
 
 case $ARCH in
 ia32 )
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit