diff options
author | luigi <luigi@FreeBSD.org> | 2000-02-08 14:20:54 +0000 |
---|---|---|
committer | luigi <luigi@FreeBSD.org> | 2000-02-08 14:20:54 +0000 |
commit | 044b357a314b5de8a2b162369959a776a4746254 (patch) | |
tree | f4b974041fd31bd1978413ba247210cbc2bc257f /release/picobsd/floppy.tree/etc/hosts | |
parent | 80faf1710f9137e70994b726ced1f2f25fb658a6 (diff) | |
download | FreeBSD-src-044b357a314b5de8a2b162369959a776a4746254.zip FreeBSD-src-044b357a314b5de8a2b162369959a776a4746254.tar.gz |
Cleanup of the default floppy tree for PicoBSD builds.
Approved-by: jordan
Diffstat (limited to 'release/picobsd/floppy.tree/etc/hosts')
-rw-r--r-- | release/picobsd/floppy.tree/etc/hosts | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/release/picobsd/floppy.tree/etc/hosts b/release/picobsd/floppy.tree/etc/hosts new file mode 100644 index 0000000..fdcd49b --- /dev/null +++ b/release/picobsd/floppy.tree/etc/hosts @@ -0,0 +1,14 @@ +# $FreeBSD$ +# This file contains ip <-> hostname mapping. +# It is also used for autoconfiguration based on Ethernet address +# and other things. The initial part is just a standard /etc/hosts +# for local hosts that share this file. +127.0.0.1 localhost localhost.mydomain.edu +127.0.0.1 pico.mydomain.edu +10.0.0.1 default + +#ethertable This line starts the ethernet->hostname mapping +# main_ether hostname +# 00:12:34:56:78:9a myaddress +# default default + |