[Lunar-commits] CVS: brutus/iso/usr/sbin lunar.install,1.15,1.16

Terry Chan tchan at lunar-linux.org
Tue Mar 9 21:57:28 GMT 2004


Update of /var/cvs/lunar/brutus/iso/usr/sbin
In directory dbguin.lunar-linux.org:/tmp/cvs-serv21513/usr/sbin

Modified Files:
	lunar.install 
Log Message:
Added some of the ISO generating scripts I've been working on.  Some of the
scripts maybe sparc64 centric!  Edit them for you iso generating needs.  Updated
the kernel configs with the files from Lunar-1.4.0.  Also updated lunar.install
with the version from the 1.4.0 ISO.


Index: lunar.install
===================================================================
RCS file: /var/cvs/lunar/brutus/iso/usr/sbin/lunar.install,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- lunar.install	3 Mar 2004 06:35:10 -0000	1.15
+++ lunar.install	9 Mar 2004 21:57:26 -0000	1.16
@@ -1139,7 +1139,9 @@
 
 make_server_keys()  {
 
-  chroot $TARGET cd /etc/ssh && make server-keys
+  chroot $TARGET make -C /etc/ssh server-keys
+  echo -e "\nSSH server keys were created\nPress ENTER to continue."
+  read
 
 }
 



More information about the Lunar-commits mailing list