diff options
author | alm <alm@FreeBSD.org> | 1993-09-11 08:41:03 +0000 |
---|---|---|
committer | alm <alm@FreeBSD.org> | 1993-09-11 08:41:03 +0000 |
commit | 9607e4a9f6e7db414f3ba29ae41ff03a91327f80 (patch) | |
tree | 68b9575ce8c28796c8a71ae340913cc82c24b9c3 /etc/etc.i386/inst1.install | |
parent | 87d2dbc43f9e9bea40de7baf1f219880bdc029c7 (diff) | |
download | FreeBSD-src-9607e4a9f6e7db414f3ba29ae41ff03a91327f80.zip FreeBSD-src-9607e4a9f6e7db414f3ba29ae41ff03a91327f80.tar.gz |
Forgot to export PATH
Diffstat (limited to 'etc/etc.i386/inst1.install')
-rwxr-xr-x | etc/etc.i386/inst1.install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/etc.i386/inst1.install b/etc/etc.i386/inst1.install index 47396f9..d79c235 100755 --- a/etc/etc.i386/inst1.install +++ b/etc/etc.i386/inst1.install @@ -5,6 +5,7 @@ # already in /etc/disktab. You can edit it out of the file after installation. # PATH=/sbin:/bin:/usr/bin:/usr/sbin:. +export PATH OPSYSTEM=FreeBSD OPSYSID=165 |