Extended load_fd() to support reading from the first Primary DOS
authorAndrew Moore <alm@FreeBSD.org>
Tue, 21 Sep 1993 10:24:42 +0000 (10:24 +0000)
committerAndrew Moore <alm@FreeBSD.org>
Tue, 21 Sep 1993 10:24:42 +0000 (10:24 +0000)
commit52617f4eac598805c66b8d182d8fbcdb11e5ad48
tree9d0e8867519c433de334bb06dfea848b44735d59
parenta1026534f1dc92252476f2e364b235e167cf608d
Extended load_fd() to support reading from the first Primary DOS
partition of the boot disk.  So we have yet another medium via
which to load the FreeBSD distribution files.  load_fd() has
options for listing and (if reading from the C:  drive) changing
directories.

load_fd's notation assumes that the first Primary partition on
disk is the DOS drive C: (since this and only this one is mounted
by install).  Otherwise, the notation may be a bit confusing.
We'll know the assumption is bad if people complain about
not finding files on their "C:" drive...

Added a device file existence check to kc.profile.
etc/etc.i386/inst1.install
etc/etc.i386/inst2.profile
etc/etc.i386/kc.profile