diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-09-24 02:41:44 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-09-24 02:41:44 +0000 |
commit | 57f83fffd8555ded41d34a92b766e75276f87bd9 (patch) | |
tree | e8a8e0b4f3873a87d69a148e4078e2d1ab6f8262 /docs/busybox.sgml | |
parent | 6f283c2f772c32635fbf61f5b6c0a9a37cc50eed (diff) |
Doc update
Diffstat (limited to 'docs/busybox.sgml')
-rw-r--r-- | docs/busybox.sgml | 94 |
1 files changed, 58 insertions, 36 deletions
diff --git a/docs/busybox.sgml b/docs/busybox.sgml index 9c0179011..a8507ba2c 100644 --- a/docs/busybox.sgml +++ b/docs/busybox.sgml @@ -1570,39 +1570,39 @@ <sect2> <title>Example /etc/inittab file</title> - <para> - <screen> - # This is run first except when booting in single-user mode. - # - ::sysinit:/etc/init.d/rcS - - # /bin/sh invocations on selected ttys - # - # Start an "askfirst" shell on the console (whatever that may be) - ::askfirst:-/bin/sh - # Start an "askfirst" shell on /dev/tty2-4 - tty2::askfirst:-/bin/sh - tty2::askfirst:-/bin/sh - tty2::askfirst:-/bin/sh - - # /sbin/getty invocations for selected ttys - # - tty4::respawn:/sbin/getty 38400 tty5 - tty5::respawn:/sbin/getty 38400 tty6 - - # Example of how to put a getty on a serial line (for a terminal) - # - #ttyS0::respawn:/sbin/getty -L ttyS0 9600 vt100 - #ttyS1::respawn:/sbin/getty -L ttyS1 9600 vt100 - # - # Example how to put a getty on a modem line. - #ttyS2::respawn:/sbin/getty -x0 -s 57600 ttyS2 - - # Stuff to do before rebooting - ::ctrlaltdel:/bin/umount -a -r - ::ctrlaltdel:/sbin/swapoff - </screen> - </para> + <para> + <screen> + # This is run first except when booting in single-user mode. + # + ::sysinit:/etc/init.d/rcS + + # /bin/sh invocations on selected ttys + # + # Start an "askfirst" shell on the console (whatever that may be) + ::askfirst:-/bin/sh + # Start an "askfirst" shell on /dev/tty2-4 + tty2::askfirst:-/bin/sh + tty2::askfirst:-/bin/sh + tty2::askfirst:-/bin/sh + + # /sbin/getty invocations for selected ttys + # + tty4::respawn:/sbin/getty 38400 tty5 + tty5::respawn:/sbin/getty 38400 tty6 + + # Example of how to put a getty on a serial line (for a terminal) + # + #ttyS0::respawn:/sbin/getty -L ttyS0 9600 vt100 + #ttyS1::respawn:/sbin/getty -L ttyS1 9600 vt100 + # + # Example how to put a getty on a modem line. + #ttyS2::respawn:/sbin/getty -x0 -s 57600 ttyS2 + + # Stuff to do before rebooting + ::ctrlaltdel:/bin/umount -a -r + ::ctrlaltdel:/sbin/swapoff + </screen> + </para> </sect2> </sect1> @@ -3422,7 +3422,7 @@ </sect1> <sect1 id="unrpm"> - <titleunrpmuniq</title> + <title>unrpm</title> <para> Usage: unrpm < package.rpm | gzip -d | cpio -idmuv @@ -3784,8 +3784,8 @@ <title>AUTHORS</title> <para> - The following people have contributed code to BusyBox whether - they know it or not. + The following people have made significant contributions to + BusyBox -- whether they know it or not. </para> <para> @@ -3793,6 +3793,10 @@ </para> <para> + Edward Betts <edward@debian.org> + </para> + + <para> John Beppu <beppu@lineo.com> </para> @@ -3813,6 +3817,14 @@ </para> <para> + Daniel Jacobowitz <dan@debian.org> + </para> + + <para> + Matt Kraai <kraai@alumni.carnegiemellon.edu> + </para> + + <para> John Lombardo <john@deltanet.com> </para> @@ -3825,10 +3837,18 @@ </para> <para> + Chip Rosenthal <chip@unicom.com>, <crosenth@covad.com> + </para> + + <para> Pavel Roskin <proski@gnu.org> </para> <para> + Gyepi Sam <gyepi@praxis-sw.com> + </para> + + <para> Linus Torvalds <torvalds@transmeta.com> </para> @@ -3843,5 +3863,7 @@ <para> Enrique Zanardi <ezanardi@ull.es> </para> + + </chapter> </book> <!-- End of the book --> |