Revision adb56dbd
Added by Phil Davis over 9 years ago
src/etc/inc/config.console.inc | ||
---|---|---|
114 | 114 |
echo <<<EOD |
115 | 115 |
|
116 | 116 |
!!! Installation Media Detected: Auto Interface Option !!!! |
117 |
BEGIN MANUAL CONFIGURATION OR WE WILL PROCEED WITH AUTO CONFIGURATION.
|
|
117 |
BEGIN MANUAL CONFIGURATION OR THE SYSTEM WILL PROCEED WITH AUTO CONFIGURATION.
|
|
118 | 118 |
|
119 | 119 |
EOD; |
120 | 120 |
} |
... | ... | |
141 | 141 |
|
142 | 142 |
For installation purposes, you must plug in at least one NIC |
143 | 143 |
for the LAN connection. If you plug in a second NIC it will be |
144 |
assigned to WAN. Otherwise, we'll temporarily assign WAN to the
|
|
144 |
assigned to WAN. Otherwise, WAN will be temporarily assigned to the
|
|
145 | 145 |
next available NIC found regardless of activity. You should |
146 | 146 |
assign and configure the WAN interface according to your requirements |
147 | 147 |
|
148 | 148 |
If you haven't plugged in any network cables yet, |
149 | 149 |
now is the time to do so. |
150 |
We'll keep trying until you do.
|
|
150 |
The system will keep trying until you do.
|
|
151 | 151 |
|
152 | 152 |
Searching for active interfaces... |
153 | 153 |
|
Also available in: Unified diff
Remove "we" personalizations from config.console.inc
I changed "we" to "the system" - if someone thinks so, it could be changed to "pfSense" or $g["product_name"]\
If you want to do something different to what I did here, then feel free to close this and make the required changes.