Feature #7681
uts: nfs_dlboot fall back to use rootpath from dhcp
Start date:
2016-12-20
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
The traditional solaris behavior is to fetch root path, server name etc from DHCP vendor extensions. However, it is not always easy or even possible to set vendor extensions, so we can also have fall back to use standard dhcp root path option (17). Sure, we still also do have an alternative to pass the data to kernel by properties (server-ip, server-name, server-path), but using properties would require a) knowing about them, b) additional effort.