diff options
| author | Geoff Rehmet <csgr@FreeBSD.org> | 1994-06-12 11:05:04 +0000 |
|---|---|---|
| committer | Geoff Rehmet <csgr@FreeBSD.org> | 1994-06-12 11:05:04 +0000 |
| commit | bccbb20f016a1a5dfbf49dcbdc63661e565b5795 (patch) | |
| tree | 9e5516f5746e14043e8a394443d64e96c12ebd41 /etc | |
| parent | cc27e4f00d96dac9b4afab66dc4e72b4085c1695 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/etc.i386/cpio.magic | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/etc.i386/cpio.magic b/etc/etc.i386/cpio.magic index fec0da601808..5daea7994ae3 100644 --- a/etc/etc.i386/cpio.magic +++ b/etc/etc.i386/cpio.magic @@ -360,13 +360,15 @@ configure() esac echo - echo -n "Does your system have access to a nameserver? [n] " + echo "Setting up access to a nameserver:" + echo -n "Do you want to configure /etc/resolv.conf? [n]: " read resp case "$resp" in y*) echo "OK: Configuring your /etc/resolv.conf" - echo "To fine-tune this configuration, refer to the" - echo "resolver(5) manual page" + echo "If you need more information about resolv.conf" + echo "type \"man 5 resolver\" once you have COMPLETED" + echo "installation of the binary distribution." echo "" nameserver= |
