From 5eb353ebbc8233650a58770ec58f651903e247bd Mon Sep 17 00:00:00 2001 From: Arun Thomas Date: Fri, 6 Mar 2009 17:45:22 +0000 Subject: [PATCH] Update setup's NIC selection dialog --- commands/scripts/setup.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/commands/scripts/setup.sh b/commands/scripts/setup.sh index 2e8d539b7..8ad83e2ac 100755 --- a/commands/scripts/setup.sh +++ b/commands/scripts/setup.sh @@ -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." -- 2.44.0