Update setup's NIC selection dialog
This commit is contained in:
parent
7ce582c783
commit
5eb353ebbc
1 changed files with 3 additions and 2 deletions
|
@ -140,11 +140,12 @@ echo "MINIX 3 currently supports the following Ethernet cards. Please choose: "
|
||||||
echo "0. No Ethernet card (no networking)"
|
echo "0. No Ethernet card (no networking)"
|
||||||
echo "1. Intel Pro/100"
|
echo "1. Intel Pro/100"
|
||||||
echo "2. 3Com 501 or 3Com 509 based card"
|
echo "2. 3Com 501 or 3Com 509 based card"
|
||||||
echo "3. Realtek 8139 based card"
|
echo "3. Realtek 8139 based card (also emulated by KVM)"
|
||||||
|
echo " Note: If you want to use this in KVM, set 'qemu_pci=1' in the boot monitor."
|
||||||
echo "4. Realtek 8029 based card (also emulated by Qemu)"
|
echo "4. Realtek 8029 based card (also emulated by Qemu)"
|
||||||
echo " Note: If you want to use this in Qemu, set 'qemu_pci=1' in the boot monitor."
|
echo " Note: If you want to use this in Qemu, set 'qemu_pci=1' in the boot monitor."
|
||||||
echo "5. NE2000, 3com 503 or WD based card (also emulated by Bochs)"
|
echo "5. NE2000, 3com 503 or WD based card (also emulated by Bochs)"
|
||||||
echo "6. AMD LANCE (also emulated by VMWare)"
|
echo "6. AMD LANCE (also emulated by VMWare and VirtualBox)"
|
||||||
echo "7. Different Ethernet card (no networking)"
|
echo "7. Different Ethernet card (no networking)"
|
||||||
echo ""
|
echo ""
|
||||||
echo "You can always change your mind after the setup."
|
echo "You can always change your mind after the setup."
|
||||||
|
|
Loading…
Reference in a new issue