mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 00:58:36 -04:00
Sorry about last commit message (or lack thereof) - slip of the fingers.
Adjust the docs to point out how to get a sub-shell during the install. Add an entry for the PCMCIA ethernet driver.
This commit is contained in:
parent
efee15e191
commit
d32d339dc6
1 changed files with 2 additions and 1 deletions
|
|
@ -220,12 +220,13 @@ setup_network_ether()
|
|||
{
|
||||
dialog --clear --title "Ethernet Interface Name" \
|
||||
--menu "Please select the type of ethernet device you have:\n\n" \
|
||||
20 76 5 \
|
||||
20 76 6 \
|
||||
"ed0" "WD80x3, SMC, Novell NE[21]000 or 3C503 generic NIC at 0x280/5" \
|
||||
"ed1" "Same as above, but at address 0x300 and IRQ 5" \
|
||||
"ed2" "Same as above, but at address 0x300 and IRQ 10" \
|
||||
"ie0" "AT&T StarLan and EN100 family at 0x360 and IRQ 7" \
|
||||
"is0" "Isolan 4141-0 or Isolink 4110 at 0x280 and IRQ 7" \
|
||||
"ze0" "PCMCIA IBM or National card at 0x300 and IRQ 5" \
|
||||
2> ${TMP}/menu.tmp.$$
|
||||
|
||||
retval=$?
|
||||
|
|
|
|||
Loading…
Reference in a new issue