[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ipcop-svn
Subject:    [Ipcop-svn] SF.net SVN: ipcop: [422] ipcop/trunk
From:       chepati () users ! sourceforge ! net
Date:       2007-06-26 2:05:00
Message-ID: E1I30QO-0002dj-C7 () sc8-pr-svn4 ! sourceforge ! net
[Download RAW message or body]

Revision: 422
          http://ipcop.svn.sourceforge.net/ipcop/?rev=422&view=rev
Author:   chepati
Date:     2007-06-25 19:05:00 -0700 (Mon, 25 Jun 2007)

Log Message:
-----------
mingetty can't drive a serial line.  Serial line is the only way to get console \
access to many sparc machines.  Therefore for sparc I've switched from mingetty to \
agetty (part of util-linux).

Modified Paths:
--------------
    ipcop/trunk/config/rootfiles/common/util-linux
    ipcop/trunk/lfs/stage2

Added Paths:
-----------
    ipcop/trunk/config/sparc/inittab

Modified: ipcop/trunk/config/rootfiles/common/util-linux
===================================================================
--- ipcop/trunk/config/rootfiles/common/util-linux	2007-06-25 15:48:30 UTC (rev 421)
+++ ipcop/trunk/config/rootfiles/common/util-linux	2007-06-26 02:05:00 UTC (rev 422)
@@ -7,7 +7,7 @@
 bin/mount
 bin/umount
 etc/fdprm
-#sbin/agetty
+sbin/agetty
 sbin/blockdev
 sbin/cfdisk
 sbin/ctrlaltdel

Added: ipcop/trunk/config/sparc/inittab
===================================================================
--- ipcop/trunk/config/sparc/inittab	                        (rev 0)
+++ ipcop/trunk/config/sparc/inittab	2007-06-26 02:05:00 UTC (rev 422)
@@ -0,0 +1,21 @@
+#
+# $Id: inittab 2 2007-04-07 18:46:27Z mark $
+#
+id:3:initdefault:
+
+l0:0:wait:CONFIG_ROOT/etc/rc.d/rc.halt halt
+l6:6:wait:CONFIG_ROOT/etc/rc.d/rc.halt reboot
+
+si::sysinit:CONFIG_ROOT/etc/rc.d/rc.sysinit
+
+# Trap CTRL-ALT-DELETE
+ca::ctrlaltdel:/sbin/shutdown -r now
+
+# Run gettys in standard runlevels
+1:2345:respawn:/sbin/agetty -I '\033(K' tty1 9600
+2:2345:respawn:/sbin/agetty -I '\033(K' tty2 9600
+3:2345:respawn:/sbin/agetty -I '\033(K' tty3 9600
+4:2345:respawn:/sbin/agetty -I '\033(K' tty4 9600
+5:2345:respawn:/sbin/agetty -I '\033(K' tty5 9600
+6:2345:respawn:/sbin/agetty -I '\033(K' tty6 9600
+7:2345:respawn:/sbin/agetty -I '\033(K' ttyS0 9600

Modified: ipcop/trunk/lfs/stage2
===================================================================
--- ipcop/trunk/lfs/stage2	2007-06-25 15:48:30 UTC (rev 421)
+++ ipcop/trunk/lfs/stage2	2007-06-26 02:05:00 UTC (rev 422)
@@ -105,6 +105,10 @@
 		[ -f $$i ] && cp $$i /etc; \
 	done
 
+ifeq "$(MACHINE)" "sparc"
+	cp -f $(DIR_SRC)/config/$(MACHINE)/inittab /etc/inittab
+endif
+
 	sed -i -e "s+CONFIG_ROOT+$(CONFIG_ROOT)+g" /etc/inittab
 
 	ln -sf /proc/mounts /etc/mtab


This was sent by the SourceForge.net collaborative development platform, the world's \
largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic