summaryrefslogtreecommitdiff
path: root/build/arch-options/amd64
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/amd64
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/amd64')
-rw-r--r--build/arch-options/amd642
1 files changed, 1 insertions, 1 deletions
diff --git a/build/arch-options/amd64 b/build/arch-options/amd64
index 02c851382..d82430d70 100644
--- a/build/arch-options/amd64
+++ b/build/arch-options/amd64
@@ -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="bootable-disk;bootable-usb"
other="supports-pcmcia;supports-serial-console;rescue-needs-root-disk;g-i"
smp="smp-alternatives"