diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-10-10 10:42:43 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-10-10 10:42:43 +0000 |
commit | a884522ef2f0f5fc9ad21da3943dea70e489e698 (patch) | |
tree | 7694372e18808bb78835bb42cc2e08e39e78030d /distrib/notes/m4.common | |
parent | f39d1dc6fbb95ec1c515c029fab57ebba49a84d4 (diff) |
consistently use IPv4/IPv6
Diffstat (limited to 'distrib/notes/m4.common')
-rw-r--r-- | distrib/notes/m4.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/notes/m4.common b/distrib/notes/m4.common index 87e2abe1cdc..3055da22d38 100644 --- a/distrib/notes/m4.common +++ b/distrib/notes/m4.common @@ -1,5 +1,5 @@ dnl -dnl $OpenBSD: m4.common,v 1.134 2022/09/19 12:37:02 jsg Exp $ +dnl $OpenBSD: m4.common,v 1.135 2022/10/10 10:42:42 jsg Exp $ dnl dnl Copyright (c) 2004 Todd T. Fries <todd@OpenBSD.org> dnl @@ -746,8 +746,8 @@ installation system detects that it booted from the network, and isn't interrupted within 5 seconds, it attempts a fully-automatic installation. -The installer autoconfigures a DHCP ipv4 address on the network interface the system -booted from, or in case of multiple interfaces it will ask which one +The installer autoconfigures a DHCP IPv4 address on the network interface the +system booted from, or in case of multiple interfaces it will ask which one to use. Upon success, it retrieves a response file via HTTP. If that fails, the installer asks for the response file location, which can be either a URL or a local path, and retrieves the response file from |