projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
make option name optional
[openwrt.git]
/
package
/
base-files
/
files
/
etc
/
inittab
diff --git
a/package/base-files/files/etc/inittab
b/package/base-files/files/etc/inittab
index
39e134c
..
58be3bc
100644
(file)
--- a/
package/base-files/files/etc/inittab
+++ b/
package/base-files/files/etc/inittab
@@
-1,3
+1,5
@@
-::sysinit:/etc/init.d/rcS
+::sysinit:/etc/init.d/rcS S boot
+::shutdown:/etc/init.d/rcS K stop
tts/0::askfirst:/bin/ash --login
-#tts/1::askfirst:/bin/ash --login
+ttyS0::askfirst:/bin/ash --login
+tty1::askfirst:/bin/ash --login
This page took
0.023195 seconds
and
4
git commands to generate.