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) | |
download | busybox-w32-57f83fffd8555ded41d34a92b766e75276f87bd9.tar.gz busybox-w32-57f83fffd8555ded41d34a92b766e75276f87bd9.tar.bz2 busybox-w32-57f83fffd8555ded41d34a92b766e75276f87bd9.zip |
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 @@ | |||
1570 | <sect2> | 1570 | <sect2> |
1571 | <title>Example /etc/inittab file</title> | 1571 | <title>Example /etc/inittab file</title> |
1572 | 1572 | ||
1573 | <para> | 1573 | <para> |
1574 | <screen> | 1574 | <screen> |
1575 | # This is run first except when booting in single-user mode. | 1575 | # This is run first except when booting in single-user mode. |
1576 | # | 1576 | # |
1577 | ::sysinit:/etc/init.d/rcS | 1577 | ::sysinit:/etc/init.d/rcS |
1578 | 1578 | ||
1579 | # /bin/sh invocations on selected ttys | 1579 | # /bin/sh invocations on selected ttys |
1580 | # | 1580 | # |
1581 | # Start an "askfirst" shell on the console (whatever that may be) | 1581 | # Start an "askfirst" shell on the console (whatever that may be) |
1582 | ::askfirst:-/bin/sh | 1582 | ::askfirst:-/bin/sh |
1583 | # Start an "askfirst" shell on /dev/tty2-4 | 1583 | # Start an "askfirst" shell on /dev/tty2-4 |
1584 | tty2::askfirst:-/bin/sh | 1584 | tty2::askfirst:-/bin/sh |
1585 | tty2::askfirst:-/bin/sh | 1585 | tty2::askfirst:-/bin/sh |
1586 | tty2::askfirst:-/bin/sh | 1586 | tty2::askfirst:-/bin/sh |
1587 | 1587 | ||
1588 | # /sbin/getty invocations for selected ttys | 1588 | # /sbin/getty invocations for selected ttys |
1589 | # | 1589 | # |
1590 | tty4::respawn:/sbin/getty 38400 tty5 | 1590 | tty4::respawn:/sbin/getty 38400 tty5 |
1591 | tty5::respawn:/sbin/getty 38400 tty6 | 1591 | tty5::respawn:/sbin/getty 38400 tty6 |
1592 | 1592 | ||
1593 | # Example of how to put a getty on a serial line (for a terminal) | 1593 | # Example of how to put a getty on a serial line (for a terminal) |
1594 | # | 1594 | # |
1595 | #ttyS0::respawn:/sbin/getty -L ttyS0 9600 vt100 | 1595 | #ttyS0::respawn:/sbin/getty -L ttyS0 9600 vt100 |
1596 | #ttyS1::respawn:/sbin/getty -L ttyS1 9600 vt100 | 1596 | #ttyS1::respawn:/sbin/getty -L ttyS1 9600 vt100 |
1597 | # | 1597 | # |
1598 | # Example how to put a getty on a modem line. | 1598 | # Example how to put a getty on a modem line. |
1599 | #ttyS2::respawn:/sbin/getty -x0 -s 57600 ttyS2 | 1599 | #ttyS2::respawn:/sbin/getty -x0 -s 57600 ttyS2 |
1600 | 1600 | ||
1601 | # Stuff to do before rebooting | 1601 | # Stuff to do before rebooting |
1602 | ::ctrlaltdel:/bin/umount -a -r | 1602 | ::ctrlaltdel:/bin/umount -a -r |
1603 | ::ctrlaltdel:/sbin/swapoff | 1603 | ::ctrlaltdel:/sbin/swapoff |
1604 | </screen> | 1604 | </screen> |
1605 | </para> | 1605 | </para> |
1606 | </sect2> | 1606 | </sect2> |
1607 | </sect1> | 1607 | </sect1> |
1608 | 1608 | ||
@@ -3422,7 +3422,7 @@ | |||
3422 | </sect1> | 3422 | </sect1> |
3423 | 3423 | ||
3424 | <sect1 id="unrpm"> | 3424 | <sect1 id="unrpm"> |
3425 | <titleunrpmuniq</title> | 3425 | <title>unrpm</title> |
3426 | 3426 | ||
3427 | <para> | 3427 | <para> |
3428 | Usage: unrpm < package.rpm | gzip -d | cpio -idmuv | 3428 | Usage: unrpm < package.rpm | gzip -d | cpio -idmuv |
@@ -3784,8 +3784,8 @@ | |||
3784 | <title>AUTHORS</title> | 3784 | <title>AUTHORS</title> |
3785 | 3785 | ||
3786 | <para> | 3786 | <para> |
3787 | The following people have contributed code to BusyBox whether | 3787 | The following people have made significant contributions to |
3788 | they know it or not. | 3788 | BusyBox -- whether they know it or not. |
3789 | </para> | 3789 | </para> |
3790 | 3790 | ||
3791 | <para> | 3791 | <para> |
@@ -3793,6 +3793,10 @@ | |||
3793 | </para> | 3793 | </para> |
3794 | 3794 | ||
3795 | <para> | 3795 | <para> |
3796 | Edward Betts <edward@debian.org> | ||
3797 | </para> | ||
3798 | |||
3799 | <para> | ||
3796 | John Beppu <beppu@lineo.com> | 3800 | John Beppu <beppu@lineo.com> |
3797 | </para> | 3801 | </para> |
3798 | 3802 | ||
@@ -3813,6 +3817,14 @@ | |||
3813 | </para> | 3817 | </para> |
3814 | 3818 | ||
3815 | <para> | 3819 | <para> |
3820 | Daniel Jacobowitz <dan@debian.org> | ||
3821 | </para> | ||
3822 | |||
3823 | <para> | ||
3824 | Matt Kraai <kraai@alumni.carnegiemellon.edu> | ||
3825 | </para> | ||
3826 | |||
3827 | <para> | ||
3816 | John Lombardo <john@deltanet.com> | 3828 | John Lombardo <john@deltanet.com> |
3817 | </para> | 3829 | </para> |
3818 | 3830 | ||
@@ -3825,10 +3837,18 @@ | |||
3825 | </para> | 3837 | </para> |
3826 | 3838 | ||
3827 | <para> | 3839 | <para> |
3840 | Chip Rosenthal <chip@unicom.com>, <crosenth@covad.com> | ||
3841 | </para> | ||
3842 | |||
3843 | <para> | ||
3828 | Pavel Roskin <proski@gnu.org> | 3844 | Pavel Roskin <proski@gnu.org> |
3829 | </para> | 3845 | </para> |
3830 | 3846 | ||
3831 | <para> | 3847 | <para> |
3848 | Gyepi Sam <gyepi@praxis-sw.com> | ||
3849 | </para> | ||
3850 | |||
3851 | <para> | ||
3832 | Linus Torvalds <torvalds@transmeta.com> | 3852 | Linus Torvalds <torvalds@transmeta.com> |
3833 | </para> | 3853 | </para> |
3834 | 3854 | ||
@@ -3843,5 +3863,7 @@ | |||
3843 | <para> | 3863 | <para> |
3844 | Enrique Zanardi <ezanardi@ull.es> | 3864 | Enrique Zanardi <ezanardi@ull.es> |
3845 | </para> | 3865 | </para> |
3866 | |||
3867 | |||
3846 | </chapter> | 3868 | </chapter> |
3847 | </book> <!-- End of the book --> | 3869 | </book> <!-- End of the book --> |