27 lines
1,019 B
Diff
27 lines
1,019 B
Diff
diff -up initscripts-8.54.1/inittab.olpc initscripts-8.54.1/inittab
|
|
--- initscripts-8.54.1/inittab.olpc 2006-10-12 13:51:04.000000000 -0400
|
|
+++ initscripts-8.54.1/inittab 2007-09-13 13:31:32.000000000 -0400
|
|
@@ -15,7 +15,7 @@
|
|
# 5 - X11
|
|
# 6 - reboot (Do NOT set initdefault to this)
|
|
#
|
|
-id:3:initdefault:
|
|
+id:5:initdefault:
|
|
|
|
# System initialization.
|
|
si::sysinit:/etc/rc.d/rc.sysinit
|
|
@@ -44,10 +44,7 @@ pr:12345:powerokwait:/sbin/shutdown -c "
|
|
# Run gettys in standard runlevels
|
|
-1:2345:respawn:/sbin/mingetty tty1
|
|
-2:2345:respawn:/sbin/mingetty tty2
|
|
-3:2345:respawn:/sbin/mingetty tty3
|
|
-4:2345:respawn:/sbin/mingetty tty4
|
|
-5:2345:respawn:/sbin/mingetty tty5
|
|
-6:2345:respawn:/sbin/mingetty tty6
|
|
+1:2345:respawn:/sbin/mingetty --loginpause --autologin root --noclear tty1
|
|
+2:2345:respawn:/sbin/mingetty --loginpause --autologin root --noclear tty2
|
|
+3:2345:respawn:/sbin/agetty -l /bin/bash -w -n ttyS0 115200 vt100
|
|
|
|
# Run xdm in runlevel 5
|
|
-x:5:respawn:/etc/X11/prefdm -nodaemon
|
|
+x:5:respawn:/usr/sbin/olpc-dm
|