summaryrefslogtreecommitdiff
path: root/build/arch-options/i386
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2006-12-26 19:46:26 +0000
committerFrans Pop <elendil@planet.nl>2006-12-26 19:46:26 +0000
commit35aa54a022ca3fac5b1c91993e5bdaef2ad7ea57 (patch)
treec4035051ef1619ff3843f41bdfe03a51300bc4f6 /build/arch-options/i386
parent51959569398f7226ac8d19c9d534d21953bb144a (diff)
downloadinstallation-guide-35aa54a022ca3fac5b1c91993e5bdaef2ad7ea57.zip
- All architectures that support TFTP booting also support DCHP, so remove the "supports-dhcp" condition
- According to the text, Alpha supports BOOTP - Use dhcp3-server for examples rather than dhcp (version 2) - tftpd-hpa does not use /tftpboot by default; allow for this in examples
Diffstat (limited to 'build/arch-options/i386')
-rw-r--r--build/arch-options/i3862
1 files changed, 1 insertions, 1 deletions
diff --git a/build/arch-options/i386 b/build/arch-options/i386
index c82f65c74..0a1dfc220 100644
--- a/build/arch-options/i386
+++ b/build/arch-options/i386
@@ -12,7 +12,7 @@ smp_config_option="Symmetric multi-processing support"
# Options below are assembled into one variable 'condition'
# in the build scripts
fdisk="fdisk.txt;cfdisk.txt"
-network="supports-tftp;supports-dhcp;supports-bootp;supports-nfsroot"
+network="supports-tftp;supports-bootp;supports-nfsroot"
boot="supports-floppy-boot;bootable-disk;bootable-usb"
other="supports-pcmcia;supports-serial-console;rescue-needs-root-disk;g-i"
smp="smp-alternatives"