yogi wrote: > Hi Simon , > I'm sorry about the goof up. here it is . > > ----- > # Jumpstart Support > option space SUNW; > option SUNW.root-mount-options code 1 = text; > option SUNW.root-server-ip-address code 2 = ip-address; > option SUNW.root-server-hostname code 3 = text; > option SUNW.root-path-name code 4 = text; > option SUNW.swap-server-ip-address code 5 = ip-address; > option SUNW.swap-file-path code 6 = text; > option SUNW.boot-file-path code 7 = text; > option SUNW.posix-timezone-string code 8 = text; > option SUNW.boot-read-size code 9 = unsigned integer 16; > option SUNW.install-server-ip-address code 10 = ip-address; > option SUNW.install-server-hostname code 11 = text; > option SUNW.install-path code 12 = text; > option SUNW.sysid-config-file-server code 13 = text; > option SUNW.JumpStart-server code 14 = text; > option SUNW.terminal-name code 15 = text; > ----- > > ---- >>> use-host-decl-names on; >>> vendor-option-space SUNW; >>> option SUNW.JumpStart-server >>> "jumper:/export/JS/sol10/configs"; >>> option SUNW.install-server-hostname "jumper"; >>> option SUNW.install-server-ip-address 10.31.0.1; >>> option SUNW.install-path "/export/JS/sol10/01_06"; >>> option SUNW.root-server-hostname "jumper"; >>> option SUNW.root-server-ip-address 10.31.0.1; >>> option SUNW.root-path-name >>> "/export/JS/sol10/01_06/Solaris_10/Tools/Boot"; >>> option SUNW.sysid-config-file-server = >>> "jumper:/export/JS/sol10/configs/workstation"; >>> ---- > > Cheers > yogesh > > > > >
OK, just is dhcp-option, and the vendor:<string> contruction and integer option numbers, so dhcp-option=vendor:SUNW,14,"jumper:/export/JS/sol10/configs" dhcp-option=vendor:SUNW,11,jumper dhcp-option=vendor:SUNW,10,10.31.0.1
