This stored as "/etc/dhcpcd.conf" might not be completely correct but it works. 
 In the call-back hook you'll get a "new_root_path=" entry with what is set on 
the DHCP host.

Thanks!

static const char* dhcpcd_conf_text =                          \
  "debug\n"
  "clientid\n"
  "nodhcp6\n"
  "ipv4only\n"
  "timeout 0\n"
  "interface ffec0\n"
  "option bootfile_name\n"
  "option root_path\n"
  "\n";


Peter
-----------------
Peter Dufault
HD Associates, Inc.      Software and System Engineering



Attachment: signature.asc
Description: Message signed with OpenPGP

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to