a check of the kernel config file shows:
hppa32/boot/config-2.4.25-32:CONFIG_IP_PNP=y
hppa32/boot/config-2.4.25-32:# CONFIG_IP_PNP_DHCP is not set
hppa32/boot/config-2.4.25-32:CONFIG_IP_PNP_BOOTP=y
hppa32/boot/config-2.4.25-32:# CONFIG_IP_PNP_RARP is not set
hppa64/boot/config-2.4.25-64:CONFIG_IP_PNP=y
hppa64/boot/config-2.4.25-64:# CONFIG_IP_PNP_DHCP is not set
hppa64/boot/config-2.4.25-64:CONFIG_IP_PNP_BOOTP=y
hppa64/boot/config-2.4.25-64:# CONFIG_IP_PNP_RARP is not set

So there is no RARP support in the HPPA kernels.

I propose to remove "supports-rarp" from buildone.sh,
see attached patch for details.


Cheers
Geert Stappers

P.S.
I see no need for removing "supports-dhcp" also.

Index: installer/doc/manual/build/buildone.sh
===================================================================
--- installer/doc/manual/build/buildone.sh      (revision 15891)
+++ installer/doc/manual/build/buildone.sh      (working copy)
@@ -52,7 +52,7 @@
        kernelversion="2.4.25"
        
         fdisk="cfdisk.txt"
-        
network="supports-tftp;supports-rarp;supports-dhcp;supports-bootp;supports-nfsroot"
+        network="supports-tftp;supports-dhcp;supports-bootp;supports-nfsroot"
         boot=""
         other="supports-serial-console;rescue-needs-root-disk"
         smp=""

Attachment: pgp7fQxQHwMMz.pgp
Description: PGP signature

Reply via email to