0f33c9fb91
using make instead of custom scripts) and two floppies instead of one. The resultant floppy can do everything that the individual floppies (dial, net, install, isp, router) could do, modulo some bit rot that has occurred since PicoBSD last compiled. It also includes all the programs on the fixit floppy, which could thus also die. /bin currently contains the following files: -sh dump ln ns sps [ ed login ping stty badsect ex ls ps swapon cat expr mkdir pwd sync chgrp fdisk mknod pwd_mkdb sysctl chmod find more rdump syslogd chown fsck mount reboot tar chroot ftp mount_cd9660 restore telnet clri getty mount_msdos rlogin telnetd cp grep mount_nfs rm test date gunzip mount_std rmdir traceroute dd gzip msg route umount dev_mkdb hostname mt routed vi df ifconfig mv rrestore view dhclient inetd natd rsh vm dhclient-script init netstat sed w disklabel kget newfs sh zcat dmesg kill nfs sleep Structure is in place for using the same build for the other directories, but I'm no longer sure we need this. The current first floppy will run fine by itself, but the size of a compressed kernel has increased by nearly 50% since 3.2, and there's not much space for anything useful on the remainder of the floppy. The current method creates a larger mfs and can read as many floppies as the user can stand. The footprint appears to be round 14 MB.
51 lines
1.4 KiB
Plaintext
51 lines
1.4 KiB
Plaintext
# @(#)remote 5.2 (Berkeley) 6/30/90
|
|
#
|
|
# remote -- remote host description file
|
|
# see tip(1), remote(5)
|
|
#
|
|
# dv device to use for the tty
|
|
# el EOL marks (default is NULL)
|
|
# du make a call flag (dial up)
|
|
# pn phone numbers (@ =>'s search phones file; possibly taken from
|
|
# PHONES environment variable)
|
|
# at ACU type
|
|
# ie input EOF marks (default is NULL)
|
|
# oe output EOF string (default is NULL)
|
|
# cu call unit (default is dv)
|
|
# br baud rate (defaults to 300)
|
|
# fs frame size (default is BUFSIZ) -- used in buffering writes on
|
|
# receive operations
|
|
# tc to continue a capability
|
|
|
|
# Systems definitions
|
|
netcom|Netcom Unix Access:\
|
|
:pn=\@:tc=unix1200:
|
|
omen|Omen BBS:\
|
|
:pn=\@:tc=dos1200:
|
|
|
|
# UNIX system definitions
|
|
unix1200|1200 Baud dial-out to a UNIX system:\
|
|
:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial1200:
|
|
unix300|300 Baud dial-out to a UNIX system:\
|
|
:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial300:
|
|
|
|
# DOS system definitions
|
|
dos1200|1200 Baud dial-out to a DOS system:\
|
|
:el=^U^C^R^O^D^S^Q:ie=%$:oe=^Z:pa=none:tc=dial1200:
|
|
|
|
# General dialer definitions used below
|
|
#
|
|
# COURIER switch settings:
|
|
# switch: 1 2 3 4 5 6 7 8 9 10
|
|
# setting: D U D U D D U D U U
|
|
# Rackmount: U U D U D U D D U D
|
|
#
|
|
dial2400|2400 Baud Hayes attributes:\
|
|
:dv=/dev/cuaa0:br#2400:cu=/dev/cuaa0:at=hayes:du:
|
|
dial1200|1200 Baud Hayes attributes:\
|
|
:dv=/dev/cuaa0:br#1200:cu=/dev/cuaa0:at=hayes:du:
|
|
|
|
# Hardwired line
|
|
cuaa0b|cua0b:dv=/dev/cuaa0:br#2400
|
|
cuaa0c|cua0c:dv=/dev/cuaa0:br#9600
|