bootpc_init
bootpc_init(); /* use bootp to get nfs_diskless filled in */
SYSINIT(bootp_rootconf, SI_SUB_ROOT_CONF, SI_ORDER_FIRST, bootpc_init, NULL);
void bootpc_init(void);