]> Zhao Yanbai Git Server - minix.git/commitdiff
Update setup's NIC selection dialog
authorArun Thomas <arun@minix3.org>
Fri, 6 Mar 2009 17:45:22 +0000 (17:45 +0000)
committerArun Thomas <arun@minix3.org>
Fri, 6 Mar 2009 17:45:22 +0000 (17:45 +0000)
commands/scripts/setup.sh

index 2e8d539b7d8319517a7be574e51f1941313fa712..8ad83e2ac2b31cd16757042182dd0454c0cce667 100755 (executable)
@@ -140,11 +140,12 @@ echo "MINIX 3 currently supports the following Ethernet cards. Please choose: "
     echo "0. No Ethernet card (no networking)"
     echo "1. Intel Pro/100"
     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 "   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 "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 ""
     echo "You can always change your mind after the setup."