diff options
author | Frans Pop <elendil@planet.nl> | 2006-12-26 19:46:26 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2006-12-26 19:46:26 +0000 |
commit | 35aa54a022ca3fac5b1c91993e5bdaef2ad7ea57 (patch) | |
tree | c4035051ef1619ff3843f41bdfe03a51300bc4f6 /build/arch-options/arm | |
parent | 51959569398f7226ac8d19c9d534d21953bb144a (diff) | |
download | installation-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/arm')
-rw-r--r-- | build/arch-options/arm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/arch-options/arm b/build/arch-options/arm index 5d8e33b06..3cc122d66 100644 --- a/build/arch-options/arm +++ b/build/arch-options/arm @@ -12,7 +12,7 @@ smp_config_option="N/A" # Options below are assembled into one variable 'condition' # in the build scripts fdisk="fdisk.txt;cfdisk.txt" -network="supports-tftp;supports-rarp;supports-dhcp;supports-bootp;supports-nfsroot" +network="supports-tftp;supports-rarp;supports-bootp;supports-nfsroot" boot="" other="supports-serial-console;rescue-needs-root-disk" smp="" |