-
Notifications
You must be signed in to change notification settings - Fork 21
/
search_index.json
1 lines (1 loc) · 513 KB
/
search_index.json
1
{"index":{"version":"0.5.12","fields":[{"name":"title","boost":10},{"name":"keywords","boost":15},{"name":"body","boost":1}],"ref":"url","documentStore":{"store":{"./":["introduct","x86服务器安装开发文档"],"preface/":["https://github.com/idcos/osinstal","传统模式下,物理机安装依赖人工手动用光盘或u盘安装,硬件种类繁多,一台台配置更加复杂。面对大规模应用上线,物理机交付的滞后性会成为制约业务发展的瓶颈。所以必须要解决标准化和自动化问题,才能满足大规模部署的需求。","前言","因此,我们开发了这样一套平台,用于解决复杂的硬件配置和操作系统自动化安装的问题。硬件种类繁多,配置复杂,关键在于整合主流厂商的资源。业内还没有类似产品,要以此来建立整个行业的标杆和规范。","对于用户来说,不需要关心不同品牌类型的服务器和操作系统,只需要专注于应用和业务,需要解决服务器即插即用的问题。对于厂商来说,每个厂商只能支持自家服务器,对于其他厂商的服务器支持很难,需要解决第三方服务器支持的问题。","无论是互联网企业还是传统企业,都离不开物理机资源。物理机作为应用运行的载体,支撑着整个业务的发展。","本文档介绍了x86服务器安装项目的整体流程、架构、开发环境以及api接口,用户可以基于平台框架进行二次开发,并且和现有系统进行整合。本项目完全开源免费,欢迎反馈提出宝贵意见。","目的","背景","说明","项目地址"],"preface/目标读者.html":["(oper","os)","system,","本文档适用于对x86服务器自动化交付感兴趣的任何用户。最好具有操作系统","目标读者","管理安装经验。"],"preface/目录结构.html":["1","2","3","4","5","6","7","下表介绍了本书中的各章。","介绍了bootos使用,阐述了如何升级、定制等开发指南","介绍了x86服务器安装平台架构、功能模块以及升级流程","介绍了平台开发的api接口,可以基于api进行定制和整合","其他说明","安装环境搭建说明,使用一键部署的方式快速实现","目录结构","硬件配置开发说明,介绍了硬件配置基础以及开发规范","章","第","系统模板定制说明,介绍了系统自动化安装的配置基础","虚拟机管理说明,介绍了基于x86服务器的虚拟机管理","说明","附录"],"preface/文档约定.html":["#","$","(basic","(bootabl","(configur","(oper","(out","(redund","array","band)","bash","bio","booto","bourn","cmdb","database)","disks)","independ","input/output","manag","oob","oper","os","raid","shell","system)","可引导操作系统","命令中的","和","基本输入输出系统","带外管理","提示符","提示符示例","操作系统","文档约定","普通用户","术语","独立硬盘冗余阵列","说明","超级用户","配置管理数据库"],"platform/":["平台架构","本章节介绍了x86服务器自动化安装系统的架构、模块以及安装和升级流程。"],"platform/系统服务架构.html":["系统服务架构","系统服务架构图如下,主要分三层结构,六大功能模块。采用分层思想,前后端分离,模块之间通过api接口进行调用,相互独立。很容易做到和现有平台进行整合。"],"platform/系统功能模块.html":["bootos模块:通过agent进行信息采集上报,接口查询,调用接口完成硬件配置","cmdb模块:包括安装基础信息,网络信息,硬件配置,系统模板,用户管理等","hardware模块:提供支持的硬件设备信息,提供手动添加新的硬件设备,支持升级","server模块:提供api服务,包括数据录入查询等,对接ui模块和底层安装模块","ui模块:提供前台页面给用户录入数据,提供装机进度、日志查询,安装以及重装等","底层安装模块:提供dhcp/tftp/http/dns/samba等物理机安装服务","系统功能模块","系统各个功能模块如下:"],"platform/系统安装流程.html":["60秒,然后继续查询","agent会根据自身序列号去server端查询是否在安装队列中","如果不在安装队列,则sleep","如果不支持硬件配置,则提示给用户来进一步处理","接下来agent会获取硬件配置模板,并执行具体的配置内容","接着需要用户手工或者通过oob接口从网络启动服务器","最后agent会强制从网络启动服务器,并进入系统安装流程","最终上报消息和进度通知server端安装完成,重启进入系统","然后agent会上报网卡mac地址,通知server端生成pxe安装文件","然后安装操作系统,并运行系统初始化post脚本","由用户通过前台ui录入数据,提交物理机安装请求","系统安装流程","系统安装用户流程图如下:","网络启动默认会进入bootos,并自动启动内置的ag","进入安装队列以后,根据自身硬件型号查询是否支持配置","进入系统安装以后,首先获取自动化安装配置文件"],"platform/新硬件升级流程.html":["idcos在内部测试厂商提交的代码,没问题则发布到官网并推送到idcstor","厂商内部测试完成以后,将配置文件和硬件工具包通过后台提交上来","对于新硬件支持的流程如下:","当厂商推出新型号服务器的时候,需要配套开发相应的硬件配置接口","提供用户在线升级和下载离线升级包的方式,便可支持新型号服务器","新硬件升级流程"],"environment/":["本章节介绍了x86服务器自动化安装系统的环境搭建。","环境搭建"],"environment/一键部署.html":["#","###########################################","$version.x86_64.rpm","'/^selinux=/cselinux=disabled'","/etc/sysconfig/selinux","/media","/media/","/opt/cloudboot/etc/cloudboot","/opt/cloudboot/etc/dhcp/dhcpd.conf","/opt/cloudboot/etc/dnsmasq.conf","/opt/cloudboot/etc/dnsmasq.d/hosts.conf","/opt/cloudboot/etc/nginx/conf.d/default.conf","/opt/cloudboot/etc/nginx/nginx.conf","/opt/cloudboot/etc/resolv.conf","/opt/cloudboot/etc/samba/smb.conf","/opt/cloudboot/etc/xinetd.d/tftp","/opt/cloudboot/home/www/centos/7.6/os/x86_64/","/opt/cloudboot/usr/yunji/cloud","/opt/cloudboot/var/lib/tftpboot/pxelinux.cfg/default","1810.iso","1:cloudboot","6.0以上版本,对系统安装的包没有要求,最小化安装即可","7","7.6为例)","[","[100%]","[dhcpd|dnsmasq|xinetd|nginx|smb|mysqld|cloudboot","]","act2","act2.yaml","act2/etc/cloud","admin)","cento","chkconfig","chrome","cloudboot","cloudboot一键安装包集成了dhcp/tftp/http/dns/samba/mysql/cloudboot","dhcpd","dhcpd:","dnsmasq:","down","dvd","http://www.idcos.com/opensource/cloudboot","i.bak","ip","ip=192.168.2.1","iptabl","ip,安装的时候请指定用哪个","ivh","loop","master/act2","master:","master|act2","mkdir","mount","mysqld:","nginx:","o","ok","open","p","preparing...","proxy.yaml","proxy:","proxy]","proxy服务于一身,不依赖系统组件,所有的服务都安装在/opt/cloudboot目录下面。除了基础服务以外,cloudboot安装包还集成了bootos,winpe,hw","redhat/cento","restart","rpm","rsync","sed","server.conf","server/act2","server/cloudboot","server:","server|act2","servic","services:","shut","smb","sourc","start","stop","tools,winconfig,windows安装驱动(这里提供的驱动仅供参考,实际以官方为准)等所有安装涉及到的组件,用户只需要安装此包即可,不需要在下载其他组件。真正做到了一键部署,一分钟搭建环境。","umount","usage:","x86_64","xinetd:","{start|stop|restart|reload|condrestart|status}","一键部署","一键部署服务管理,使用service命令可以批量启停单个或者全部服务","一键部署涉及到的配置文件如下,如有需求可以自行修改","下载一键安装包","例如,关闭dhcp服务","例如,重启所有服务","关闭selinux(需重启生效)","关闭防火墙","即可(推荐使用最新的","启动cloudboot系统","地址来提供装机服务,例如:","如果系统上有多个","安装方法","导入iso系统安装介质到对应目录(以cento","执行安装命令","浏览器,用户名/密码都是","系统依赖","考虑到用户搭建平台环境的复杂性,这里我们提供了一键部署服务,集成了所有的组件,推荐用户使用此方式来快速部署一套环境,一分钟就可以完成整个环境的搭建。","说明","通过浏览器访问本机"],"bootos/":["bootos介绍","bootos开发","本章节介绍了bootos的使用以及定制升级驱动模块。"],"bootos/BootOS概述.html":["4.19","40","agent从server端获取硬件配置模板并执行配置","agent采集硬件信息,上传到server端","bootos介绍","bootos是一种基于内存的操作系统。系统启动后全部装载到内存中运行,不依赖磁盘设备。所以可以直接对硬件进行操作,包括升级bios,修改raid,配置oob,以及对磁盘分区和创建文件系统等。","bootos概述","kernel","linux","lt","mb","server端根据收集的信息生成pxe安装配置","内置agent随系统启动,和server建立通讯","功能","基于最新的","完全在内存中运行,数据重启消失,不会写入磁盘","定制,包含最新的硬件驱动","特点","精简了不必要的组建,内置硬件厂商工具,体积不超过","采集硬件信息,修改硬件配置包括raid/oob/bios等"],"bootos/BootOS使用.html":["#","/opt/cloudboot/var/lib/tftpboot/pxelinux.cfg/default","0","2","2为必选参数,如若没有添加,则会导致bootos启动失败","2参数,一些服务器拥有多个网络接口,可能无法将bios所知的第一个网络接口设定为eth0,这将导致安装程序使用与pxe启动时不同的网络接口。增加此参数默认会使用pxe传递的网卡作为默认网络接口。","30","30,网络启动以后默认等待3秒钟自动进入booto","6下面网卡自动重命名的情况,使用ethx的命名规范","^booto","audit=0","biosdevname=0","booto","bootos使用","bootos内置agent,并自动启动,负责硬件信息的采集和硬件初始化配置。这里提供了两个接口,可以方便调用用户自己的脚本,做一些更复杂的操作。","cat","default","developer=1","http://osinstall.idcos.com/bootos/bootos.img","ipappend","kernel","label","menu","net.ifnames=0","post=http://osinstall.idcos.com/post.pi","pre=http://osinstall.idcos.com/pre.sh","prompt","rd.retry=1","selinux=0","server_addr=http://osinstall.idcos.com","timeout","使用http方式来加载bootos.img,取代传统的tftp加载方式,大文件效率更高","参数说明:","增加biosdevname=0参数,关闭了cento","提示:server_addr和ipappend","搭建bootos启动环境,需要配置tftp启动文件,内容如下:","用户可以通过调用post接口执行一些个性化的配置,例如个性化raid配置,采集更多的系统信息等。","设定ipappend","设定参数post=http://osinstall.idcos.com/post.py,agent会在重启系统之前从指定url获取程序并执行,程序可以是脚本也可以是二进制文件","设定参数pre=http://osinstall.idcos.com/pre.sh,agent会在启动以后首先从指定url获取程序并执行,程序可以是脚本也可以是二进制文件","设定参数server_addr=http://osinstall.idcos.com,指定server端的地址,agent会解析此参数并向server端发起http请求,请根据实际情况修改","设定参数timeout","高级选项"],"bootos/BootOS适配.html":["&","(a.k.a.","(castagnoli)","/","0","0.1.38","0.23.4","0.5.0","0.7.0","07.706.03.00","09","1.0.135","1.12.1","1.2.1[50877]","1.4.16.0","1.712.30","1.9.2","10","10/100","125","2.0","2.00.4","2.2.6","2.3","2.3.2","2.4.0","2.5.22","2/si,","26.100.00.00","3.0","3.04.20","3.137","3.2.2","3.2.6","3.4.20","3.5.24","3/di,","3/si,","39.2","4.1.0","44xx/47xx","4m,","5.1.0","5.4.0","500k","55","7.3.21","802.2","8250_exar","8250_lpss","8250_moxa","a4tech","aacraid","abstract","acceler","accutouch","acls,","acrux","adapt","adaptec","adaptor","advanc","alauda","algo","algorithm","algorithm,","alp","alsa","alsa.","altera","altera_ps2","appl","appleir","arc","arc(synopsys)","arc_ps2","arc_uart","architectur","array","arvo","asic","asu","async","at42qt1070","atacb","atapi","attribut","attributes,","aureal","avago","axff","b44","backplan","bang","base","bcm5706/5708/5709/5716","bcm573xx","bcm57710/57711/57711e/57712/57712_mf/57800/57800_mf/57810/57810_mf/57840/57840_mf","belkin","betopff","bio","bit","block","bnx2","bnx2x","bnxt_en","boot","bootos精简了大部分驱动程序,只保留系统核心和硬件支持必备的驱动。当前支持的驱动程序列表如下,如果遇到不支持的设备,请按照文档里面的说明及时反馈给我们。","bootos适配","box","bridg","broadcom","bt","bu","buffer","button","cabl","calcul","card","char","cherri","chiconi","chip(fpga)","class","classic","client","cm6533","cmedia","cnic","code","common","compact","compat","connect","control","core","corsair","cougar","cp2112","crc32c","crypto","custom","cypress","daemon","datafab","dca","debug","dell","design,","devic","devlink","digi","dj","dr","drive","driver","e100","e1000","e800","elan","elecom","elo","emsff","en","enabl","eneub6250","ethernet","exar","export","express","ezkey","f03","failov","feedback","ff","fiber","flash","fm10k","forc","freecom","function","fusion","gaff","game","gembird","gener","genet","gfrm","gigabit","github","googl","gpio","gpio_key","graphic","grip","gt683r","gyrat","handler.","hard","hardwar","hardware.","hash","hcd","helper","hid","hidpp","holtek","holtekff","host","hp","hpsa","hub","hv_vmbu","hyperv","i/o","i2c","i40","i40evf","ibft","ibm","ic","icad","icp","ieee","igb","igbvf","inc.","incom","inform","infrastructure/interfac","input","integr","intel","intel(r)","interfac","interface.","interfaces.","intern","ion","ipc","ipmi","ipmi_devintf","ipmi_msghandl","ipmi_si","ir","iscsi","iscsi_boot_sysf","iscsi_ibft","isd200","ish","ishtp","isku","isku/fx","issue,我们会优先处理","it","ixgb","ixgbevf","jabra","jack","joypad","jsm","jumpshot","k","k2","k8","karma","kbd","kcs,","kensington","keyboard","keytouch","kone","kone[+]/xtd","koneplu","konepur","konepure/opt","kova[+]","kovaplu","kye","lab","layer","lcd","lcpower","led","legaci","lenovo","lexar","libcrc32c","librari","libsa","line","linux","llc","logic","logitech","lowlevel","lpss","lsi","lua","manag","mass","master","maxtor","mb","mcryptd","mdio","megaraid","megaraid_sa","memless","memoryless","messag","mf","microsoft","microsystem","midlevel","mii","minibox","mk/glow/pro","mmc_core","modul","monterey","mous","moxa","mpt","mpt3sa","mptbase","mptsa","mptscsih","msi","mue","multi","multibuff","multitouch","napi","neo","net_failov","netlink","netraid","network","nic","nintendo","nti","onetouch","optim","ortek","outgo","over","panel","paravirtu","pci","penmount","perc2,","peripher","petalynx","physic","picolcd","pl","plantron","plat","platform","pm8001/8006/8081/8088/8089/8074/8076/8077/8070/8072","pm80xx","pmc","primax","pro/100","pro/1000","pro/10gb","prodikey","product","products,","program","ps/2","ps2","ps3","pyra","qlogic","qt1070","qtouch","raid","raid_class","raw","rawmidi","rc","rc1","reader","realtek","remot","retrod","rgb","rio","rmi","rmi_cor","roccat","rout","ryo","sa","saitek","samsung","sandisk","sas/sata","sat","savu","scm","scrub,","scsi","scsi_transport_sa","sddr","sddr09","sddr55","secur","sensor","seq","sequenc","seri","serial","serial_c","serio","serio_raw","server/issu","serveraid","sgi","sha256","shuttle)","sierra","silicon","simpl","sjoy","smart","smartio","smartmedia","smbu","smic,","snd","softwar","soni","sonic","sound","soundcards.","soundcor","space","speedlink","ssb","sse3","ssse3","steam","steelseri","storag","stp","subsystem","sun","sunplu","supplement","support","switch","sysf","system","tablet","technolog","tg3","tigon3","tivo","tm2","tmff","topse","touchkey","touchpad","touchscreen","transceiv","transport","tv","twinhan","u","ua","uart","ub6250","uclog","udraw","uhid","uio","um","univers","us","usb","usb/ata","usb/id","usbat","user","v2.00","version","virtio","virtio_blk","virtio_net","virtual","vmware","vmxnet3","wacom","waltop","wii","wiimot","x710","xf","xhci","xinmo","xl710","zpff","zydacron","上面提交","上面的硬件适配需求。反馈地址:https://github.com/idcos/osinstal","如果遇到不能支持的硬件,请联系我们,在","支持的硬件设备","新硬件适配","驱动名称","驱动版本","驱动程序"],"hardware/":["本章节介绍了x86服务器自动化安装系统的硬件配置开发。","硬件配置开发"],"hardware/硬件配置基础.html":["/","0","0:","0,例如6块盘就是6个raid","1","10","10:","10,例如6块盘就是1个raid","1:","1,例如6块盘就是3个raid","5","5:","5,例如6块盘就是1个raid","array","asu","bios:","bios配置会提供一些默认参数,比如默认开启vt,开启ht,关闭numa,关闭c","c","conrep","dell","dsu","firmwar","flash升级固件","hp","hpacucli","hponcfg","ht","ipmitool","lenovo","license等初始化","lsi","megacli","megaraid","megaraid配置","numa","onlin","oob:","oob配置策略遵守用户默认选择,可以配置用户和密码以及网络,license需要用户提供","racadm","raid","raid:","raid卡等策略","raid卡配置","raid配置策略比较灵活,这里提供了一些默认策略供用户使用,包括:","rom","smart","state","state等","syscfg","tool","turbo等配置","修改bios配置","修改bmc配置","修改drac配置","修改ilo配置","厂商","固件升级","密码","工具","支持raid","支持vt","支持用户","服务器硬件配置主要包括raid、oob以及bios的设置。硬件的自动化配置包括:","用途","硬件配置依赖每个厂商提供的工具,这里列举了一些常用的硬件配置工具:","硬件配置基础","硬件配置工具","硬件配置策略","硬件配置项","网络","通用","默认全盘做一个raid","默认每两个盘做一个raid","默认每单个盘做一个raid"],"hardware/硬件工具包使用.html":["#","/opt/yunji/osinstall/dell/raid.sh","0","0,1","0/1/5/10","1","10","10,并初始化","1,剩下的磁盘创建一组","2","4","5","5|6","5表示3,4,5;6","5,并初始化","5,最后一块盘创建一个","[0|1,2|3","[option...]","c","c,","clear","config","d","d,","dell","disk","h","h,","help","hotspar","hotspare,并初始化","i,","id,支持单个磁盘,多个磁盘(id之间用逗号分隔),磁盘范围(3","init","initi","level","messag","num","r","r,","raid","raid.sh","raid.sh:","show","slot","tool","usage:","|all]","之前清理原有的","例如:","全部磁盘创建一组","前两块磁盘创建一组","前面四块磁盘创建一组","指定","指定做","服务器为例,这里列举一下如何使用","用于初始化逻辑磁盘","用于在配置新的","的磁盘","的配置等。以","硬件工具包使用","硬件工具包使用,包括支持多组","级别,默认支持","表示6至全部)和全部磁盘(all)","说明:","配置","配置脚本,具体内容如下:","配置,只需要执行一次即可"],"hardware/硬件工具包开发.html":["#","(default","/opt/yunji/osinstall/dell/bios.sh","/opt/yunji/osinstall/dell/oob.sh","/opt/yunji/osinstall/dell/raid.sh","[option...]","access","address","bio","bios.sh","bios.sh:","bios配置脚本","bmc","c","c,","clear","cold","config","cpu","cstate","default","dell","disabl","disk","drive","enabl","g,","gateway","h,","help","i,","instruct","ip","l,","level","m,","mask","mb)","messag","mode","n,","netmask","network","oob","oob.sh","oob.sh:","oob配置脚本","options:","p,","password","perform","r,","raid","raid.sh","raid.sh:","raid配置脚本","reset","s,","set","show","size","sourc","state","subnet","t,","technolog","tool","u,","usage:","user","userid","usernam","virtual","以厂商dell为例,这里我们举例说明一下每个硬件配置需要开发的脚本工具。每个厂商的脚本都需要放在bootos指定的目录下面/opt/yunji/osinstall/厂商/","前提条件","每个厂商需要提供一套硬件配置脚本,支持raid/oob/bios的配置,并且封装成rpm包。每个硬件配置有且只有一个入口脚本(如raid.sh/oob.sh/bios.sh),agent会调用此脚本并接受传递的参数来进行硬件配置,每个入口脚本可以调用其他子脚本。除此之外还需要提供脚本依赖的硬件配置工具。","硬件工具包开发","硬件脚本定义"],"os/":["本章节介绍了x86服务器自动化安装系统的系统模板定制。","系统模板定制"],"os/自动化安装基础.html":["redhat/centos的kickstart","suse的autoyast","vmware的kickstart","windows的waik","操作系统自动化安装是建立在每个发行版独有的自动化部署体系之上的。这里我们使用的技术包括:","由于每个发行版都有自己的特色,这里不做展开讨论。需要强调的是,我们提供了默认的配置,用户可以使用此配置来安装操作系统。用户也可以基于现有配置进行克隆或者创建新的配置。","自动化安装基础"],"os/PXE模板定制规范.html":["2","2参数来使用","6为例,介绍一下kickstart的定制规范。","append","biosdevname=0","centos6.7","console=tty0","default","http://osinstall.idcos.com/centos/6.7/os/x86_64/images/pxeboot/vmlinuz","initrd=http://osinstall.idcos.com/centos/6.7/os/x86_64/images/pxeboot/initrd.img","ipappend","kernel","ks=http://osinstall.idcos.com/api/osinstall/v1/device/getsystembysn?sn={sn}","ksdevice=bootif","label","pxe安装模板","pxe模板定制规范","selinux=0","使用ksdevice=bootif参数来指定pxe传递的网卡,配合ipappend","指定kickstart模板获取地址,使用api接口进行获取,server平台在生成pxe安装文件的同时会自动替换{sn}变量为本机序列号,在编写pxe安装模板的时候需要特别注意此用法","系统安装所需的配置模板包括pxe安装模板和自动化部署模板,并且包含了一套初始化脚本。这里以cento","说明:"],"os/Linux安装模板.html":["\"content","\"http://osinstall.idcos.com/api/osinstall/v1/device/getnetworkbysn?sn=${_sn}&type=raw\"","\"y29uzmlnig5ldhdvcmsk\"","\"{\\\"sn\\\":\\\"$_sn\\\",\\\"title\\\":\\\"$1\\\",\\\"installprogress\\\":$2,\\\"installlog\\\":\\\"$3\\\"}\"","\"{\\\"sn\\\":\\\"$_sn\\\",\\\"title\\\":\\\"分区并安装软件包\\\",\\\"installprogress\\\":0.7,\\\"installlog\\\":\\\"sw5zdgfsbcbpuwo=\\\"}\"","\"{\\\"sn\\\":\\\"$_sn\\\",\\\"title\\\":\\\"启动os安装程序\\\",\\\"installprogress\\\":0.6,\\\"installlog\\\":\\\"sw5zdgfsbcbpuwo=\\\"}\"","\"配置主机名和网络\"","#","$1","$6$eadcfx9hzjvmqys6$byibeu4zekp0klnz8rlmdu7sq5o4hqrv55o151ilx7s2ksq.5rvstegwjlppmqirj8.wucbzc3duqx0rt3unk/","%packag","%post","%pre","'/^[^#]/","/","/boot","/etc/profil","/etc/sysconfig/network","/tmp/networkinfo","0.8","2>/dev/nul","6.7系统为例,简单介绍一下kickstart的使用方法。","8",">","@base","@core","@develop","_sn=$(dmidecod","append=\"console=tty0","application/json\"","asia/shanghai","audit=0","authconfig","awk","biosdevname=0","bootif","bootload","bootproto","cat","clearpart","config","crypt生成","curl","d","devic","dhcp","disabl","en_us.utf","enableshadow","eth0","firewal","fstype=ext4","grow","h","http://osinstall.idcos.com/api/osinstall/v1/report/deviceinstallinfo","ignoremiss","initlabel","instal","iscrypt","keyboard","lang","linux安装模板","location=mbr","network","noipv6","number","o","onboot","ondisk=sda","part","passalgo=sha512","post","print","progress","progress()","reboot","rootpw","s","scripts/ifcfg","selinux","selinux=0\"","serial","size=100","size=2048","size=256","sourc","swap","system","text","timezon","type:","url","url=http://osinstall.idcos.com/centos/6.7/os/x86_64/","url=xxx","x","ye","zerombr","{","|","}","}')","在安装配置完成以后,确保上传进度为1,这样server端会记录服务器已经安装完成并删除pxe安装文件","在完成分区和安装软件包以后,运行post脚本的时候,请使用progress函数上传消息和进度","在进入安装界面的时候,请根据参考规范使用curl上传消息和进度,通知server端目前的状态","网络配置请根据api接口查询,并通过脚本的方式来配置,默认只支持单个ip的配置,不支持多ip获取","设定安装http镜像源,请根据实际情况修改","说明:","这里以cento","这里指定的是加密后的密码yunjikeji,我们强烈建议用户使用加密的密码,密码加密字符串请使用grub"],"os/VMware安装模板.html":["#","'/kernelopt/d'","'s;/;http://osinstall.idcos.com/esxi/6.0u1/;g'","/media","/media/","/opt/cloudboot/home/www/esxi/6.0u1/","/opt/cloudboot/home/www/esxi/6.0u1/boot.cfg","3029758.x86_64.iso","6.0.0.update01","6.0的iso镜像,然后导入镜像文件内容:","6.0系统为例,简单介绍一下kickstart的使用方法。","az","bootstate=0","build=","cat","e","esxi","i.orig","instal","kernel=/tboot.b00","kernelopt=runweasel","loop","mkdir","modules=xxx","mount","o","p","rsync","sed","timeout=5","title=load","umount","updated=0","vmvisor","vmware","vmware安装模板","x86_64,系统模板选择esxi6.0即可。","使用sed命令批量替换修改boot.cfg文件:","最后,在安装设备的时候,pxe模板选择esxi6.0u1","由于我们要使用http方式加载模块,所以需要修改boot.cfg文件,原始内容如下:","这里以vmware","首先,需要下载vmware"],"os/Windows安装模板.html":["#","/media","/media/","/opt/cloudboot/home/samba/windows/2008r2/","/opt/cloudboot/home/samba/windows/2008r2目录为window","/opt/cloudboot/home/samba/windows/drivers/","/opt/cloudboot/home/samba/windows/drivers/2008r2目录为window","/opt/cloudboot/home/samba/windows/firstboot目录包含winconfig.exe程序。该程序为我们自己开发的系统配置工具,可以支持消息进度上报,磁盘分区,配置网络和主机名,配置注册表等。该程序支持hook脚本,只需要在firstboot目录下创建preinstall.cmd和postinstall.cmd批处理脚本并编写相应的命令即可。程序在运行前会执行preinstall.cmd脚本,程序在结束后会执行postinstall.cmd脚本,然后重启操作系统,完成整个安装过程","2008","2008r2","2012","2012r2","`","az","broadcom","cn_windows_server_2008_r2_standard_enterprise_datacenter_and_web_with_sp1_x64_dvd_617598.iso","datacenter,同理其他","enterprise以及window","intel_10gb","intel_40gb","intel_pro100","intel_pro1000","kvm","loop","lsi_sas2","lsi_sas3","megasas2","megasr1","mount","o","percsas3","r2","r2iso安装镜像导出的文件","r2在安装过程中所需要的驱动文件。这里建议每个硬件型号的驱动单独一个目录,目录里面包含driver.sys和driver.inf文件","r2简体中文版为例:","rsync","samba","server","umount","window","windows安装模板","x86_64,系统模板选择win2008r2即可。安装完成以后,默认administrator用户的密码是yunjikeji","|","导入镜像文件,这里以window","支持。","最后,在安装设备的时候选择操作系统win2008r2","版本也适用,安装","说明:","这里我们适配了window","需要开启","驱动程序目录结构如下:"],"os/XenServer安装模板.html":["#","/media","/media/","/opt/cloudboot/home/www/xenserver/6.5/","6.5.0","6.5的iso镜像,然后导入镜像文件内容:","6.5系统为例,简单介绍一下kickstart的使用方法。","az","cd.iso","instal","loop","mkdir","mount","o","p","rsync","umount","x86_64,系统模板选择xenserver6.5即可。","xenserv","xenserver.org","xenserver安装模板","最后,在安装设备的时候,pxe模板选择xenserver6.5","这里以xenserv","首先,需要下载xenserv"],"api/":["平台开发接口","本章节介绍了x86服务器自动化安装系统的api接口。"],"api/用户相关接口.html":["\"097b55289d87c26fc33c2b0f7f80701d\"","\"097b55289d87c26fc33c2b0f7f80701d\",","\"accesstoken\":","\"admin\"","\"admin\",","\"administrator\",","\"content\":","\"id\":","\"message\":","\"name\":","\"password\"","\"password\":","\"post\");","\"role\":","\"status\":","\"success\"","\"username\":","\"操作成功\",","\"登录成功\",","\"超级管理员\",","$ch","$result","$result;","$str","$str);","'","'content",");",".","1,","8","=","=>","accesstoken","application/json","application/json',","array(","content","curl_error($ch);","curl_exec($ch);","curl_init('http://localhost:8083/api/osinstall/v1/user/login');","curl_init('http://localhost:8083/api/osinstall/v1/user/logout');","curl_setopt($ch,","curlopt_customrequest,","curlopt_httpheader,","curlopt_postfields,","curlopt_returntransfer,","echo","http://localhost:8083/api/osinstall/v1/user/login","http://localhost:8083/api/osinstall/v1/user/logout","json_encode($data);","length:","messag","password","post","statu","string","strlen($str))","success/failur","true);","type:","usernam","utf","{","}","},","名称","字段","密码","描述","提示","是","是否必填","用户信息及accesstoken","用户名","用户安全退出接口","用户登录接口","用户相关接口","登录时生成的accesstoken","类型","编码","说明","请求参数","请求参数格式","请求参数示例","请求地址","请求方式","请求示例(php)","返回参数","返回参数示例"],"api/数据录入接口.html":["\"097b55289d87c26fc33c2b0f7f80701d\",","\"192.168.0.3\",","\"192.168.1.1\",","\"accesstoken\"","\"accesstoken\":","\"assetnumber\"","\"assetnumber\":","\"cb20151216001\",","\"hardwareid\"","\"hardwareid\":","\"hostname\"","\"hostname\":","\"idco","\"ip\"","\"ip\":","\"locationid\"","\"locationid\":","\"manageip\"","\"manageip\":","\"managenetworkid\"","\"managenetworkid\":","\"message\":","\"networkid\"","\"networkid\":","\"osid\"","\"osid\":","\"post\");","\"sn\":","\"status\":","\"success\"","\"systemid\"","\"systemid\":","\"test\",","\"操作成功\",","$ch","$result","$result;","$str","$str);","'","'content",");",".","1,","2,","33,","6,","8","=","=>","accesstoken","application/json","application/json',","array(","assetnumb","curl_error($ch);","curl_exec($ch);","curl_init('http://localhost:8083/api/osinstall/v1/device/add');","curl_setopt($ch,","curlopt_customrequest,","curlopt_httpheader,","curlopt_postfields,","curlopt_returntransfer,","echo","hardwareid","hostnam","http://localhost:8083/api/osinstall/v1/device/add","int","ip","json_encode($data);","length:","locationid","manageip","managenetworkid","messag","networkid","osid","post","sn","sn序列号","statu","string","strlen($str))","success/failur","systemid","test\",","true);","type:","utf","{","}","主机名","位置表(locations)表id","名称","否","字段","应用ip","应用网络资源表(networks)表id","描述","提示","操作系统表(os_configs)表id","数据录入接口","是","是否必填","硬件配置表(hardwares)表id","管理ip","管理网络资源表(manage_networks)表id","类型","系统模板表(system_configs)表id","编码","设备录入接口","说明","请求参数","请求参数格式","请求参数示例","请求地址","请求方式","请求示例(php)","调用登录api时,生成的授权accesstoken","财编","返回参数","返回参数示例"],"api/状态查询接口.html":["\"content\":","\"message\":","\"post\");","\"result\":","\"sn\":","\"status\":","\"success\"","\"test\"","\"test\");","\"true\"","\"该设备在安装列表里\",","$ch","$result","$result;","$str","$str);","'","'content",");",".","8","=","application/json","application/json',","array(","content.result","curl_exec($ch);","curl_init('http://localhost:8083/api/osinstall/v1/device/isininstalllist');","curl_setopt($ch,","curlopt_customrequest,","curlopt_httpheader,","curlopt_postfields,","curlopt_returntransfer,","echo","false:不在列表","http://localhost:8083/api/osinstall/v1/device/isininstalllist","json_encode($data);","length:","messag","post","sn","sn序列号","statu","string","strlen($str))","success/failur","true);","true:在列表","type:","utf","{","}","},","名称","字段","描述","提示","是","是否必填","状态查询接口","类型","编码","说明","请求参数","请求参数格式","请求参数示例","请求地址","请求方式","请求示例(php)","返回参数","返回参数示例"],"api/日志进度上报接口.html":["\"5bya5ael6l+b5ywlym9vdg9z\"","\"content\":","\"installlog\":","\"installprogress\":","\"message\":","\"post\");","\"result\":","\"sn\":","\"status\":","\"success\"","\"test\",","\"test\",\"installprogress\"","\"title\":","\"true\"","\"操作成功\",","\"进入bootos\",","\"进入bootos\",\"installlog\"","$ch","$result","$result;","$str","$str);","'","'content",");",".","0.1,","0.1,\"title\"","1之间的小数,如0.1;安装失败传","1,安装成功传1;后端会保存小数点后4位","8","=","=>","application/json","application/json',","array(","base64_encode(\"开始进入bootos\"));","content.result","curl_error($ch);","curl_exec($ch);","curl_init('http://localhost:8083/api/osinstall/v1/report/deviceinstallinfo');","curl_setopt($ch,","curlopt_customrequest,","curlopt_httpheader,","curlopt_postfields,","curlopt_returntransfer,","echo","false:失败","float(11,2)","http://localhost:8083/api/osinstall/v1/report/deviceinstallinfo","installlog","installprogress","json_encode($data);","length:","messag","post","sn","sn序列号","statu","string","strlen($str))","success/failur","titl","true);","true:成功","type:","utf","{","}","},","~","主题","名称","否","字段","安装进度:常规进度为0","描述","提示","日志进度上报接口","是","是否必填","类型","编码","详细内容,需要做base64encode处理","说明","请求参数","请求参数格式","请求参数示例","请求地址","请求方式","请求示例(php)","返回参数","返回参数示例"],"api/硬件配置模板接口.html":["\"bios\",","\"c","\"company\":","\"content\":","\"dell\",","\"hardware\":","\"l29wdc95dw5qas9vc2luc3rhbgwvzgvsbc9iaw9zlnnoic10igvuywjszq==\"","\"l29wdc95dw5qas9vc2luc3rhbgwvzgvsbc9iaw9zlnnoic1jigrpc2fibgu=\"","\"l29wdc95dw5qas9vc2luc3rhbgwvzgvsbc9vb2iuc2gglw4gzghjca==\"","\"l29wdc95dw5qas9vc2luc3rhbgwvzgvsbc9vb2iuc2gglxagy2fsdmlu\"","\"l29wdc95dw5qas9vc2luc3rhbgwvzgvsbc9vb2iuc2gglxugcm9vda==\"","\"l29wdc95dw5qas9vc2luc3rhbgwvzgvsbc9yywlklnnoic1jic1sidew\"","\"message\":","\"modelname\":","\"name\":","\"oob\",","\"post\");","\"poweredge\"","\"product\":","\"r420\",","\"raid\",","\"script\":","\"scripts\":","\"sn\":","\"status\":","\"success\"","\"test\"","\"test\");","\"vt\",","\"密码\",","\"成功获取hardware信息\",","\"用户名\",","\"网络类型\",","$ch","$result","$result;","$str","$str);","'","'content",");",".","8","=","[","]","],","application/json","application/json',","array(","content.compami","content.hardwar","content.hardware[].nam","content.hardware[].script","content.hardware[].scripts[].script","content.modelnam","content.product","curl_error($ch);","curl_exec($ch);","curl_init('http://localhost:8083/api/osinstall/v1/device/gethardwarebysn');","curl_setopt($ch,","curlopt_customrequest,","curlopt_httpheader,","curlopt_postfields,","curlopt_returntransfer,","echo","http://localhost:8083/api/osinstall/v1/device/gethardwarebysn","json_encode($data);","length:","messag","post","sn","sn序列号","states\",","statu","string","strlen($str))","success/failur","true);","type:","utf","{","}","},","产品名称","厂商名称","名称","型号","字段","执行脚本,需要做base64decode处理","描述","提示","是","是否必填","硬件配置模板接口","硬件配置节点","类型","编码","节点名称","说明","请求参数","请求参数格式","请求参数示例","请求地址","请求方式","请求示例(php)","返回参数","返回参数示例","需要执行的脚本"],"api/pxe安装文件接口.html":["\"content\":","\"ea:1f:2d:3a:4h\"","\"ea:1f:2d:3a:4h\");","\"mac\":","\"message\":","\"post\");","\"result\":","\"sn\":","\"status\":","\"success\"","\"test\",","\"test\",\"mac\"","\"true\"","\"操作成功\",","$ch","$result","$result;","$str","$str);","'","'content",");",".","8","=","=>","application/json","application/json',","array(","content.result","curl_exec($ch);","curl_init('http://localhost:8083/api/osinstall/v1/report/devicemacinfo');","curl_setopt($ch,","curlopt_customrequest,","curlopt_httpheader,","curlopt_postfields,","curlopt_returntransfer,","echo","false:失败","http://localhost:8083/api/osinstall/v1/report/devicemacinfo","json_encode($data);","length:","mac","mac地址","messag","post","pxe安装文件接口","sn","sn序列号","statu","string","strlen($str))","success/failur","true);","true:成功","type:","utf","{","}","},","名称","字段","描述","提示","是","是否必填","类型","编码","说明","请求参数","请求参数格式","请求参数示例","请求地址","请求方式","请求示例(php)","返回参数","返回参数示例"],"api/系统模板查询接口.html":["\"content","\"y29uzmlnig5ldhdvcmsk\"","\"{\\\"sn\\\":\\\"$_sn\\\",\\\"title\\\":\\\"$1\\\",\\\"installprogress\\\":$2,\\\"installlog\\\":\\\"$3\\\"}\"","\"{\\\"sn\\\":\\\"$_sn\\\",\\\"title\\\":\\\"分区并安装软件包\\\",\\\"installprogress\\\":0.7,\\\"installlog\\\":\\\"sw5zdgfsbcbpuwo=\\\"}\"","\"{\\\"sn\\\":\\\"$_sn\\\",\\\"title\\\":\\\"启动os安装程序\\\",\\\"installprogress\\\":0.6,\\\"installlog\\\":\\\"sw5zdgfsbcbpuwo=\\\"}\"","\"配置主机名和网络\"","#","$1","$6$eadcfx9hzjvmqys6$byibeu4zekp0klnz8rlmdu7sq5o4hqrv55o151ilx7s2ksq.5rvstegwjlppmqirj8.wucbzc3duqx0rt3unk/","%packag","%post","%pre","'/^[^#]/","/","/boot","/etc/modprobe.d/disable_ipv6.conf","/etc/profil","/etc/sysconfig/network","0.8","2>/dev/nul","8",">","@base","@core","@develop","_sn=$(dmidecod","append=\"console=tty0","application/json\"","asia/shanghai","audit=0","authconfig","awk","biosdevname=0","bootif","bootload","bootproto","cat","clearpart","config","curl","d","devic","dhcp","disabl","en_us.utf","enableshadow","eth0","firewal","fstype=ext4","grow","h","http://localhost:8083/api/osinstall/v1/device/getsystembysn","http://localhost:8083/api/osinstall/v1/device/getsystembysn?sn=test&type=raw","http://osinstall.idcos.com/api/osinstall/v1/report/deviceinstallinfo","ignoremiss","initlabel","instal","iscrypt","keyboard","lang","location=mbr","network","noipv6","number","onboot","ondisk=sda","part","passalgo=sha512","post","print","progress","progress()","reboot","rootpw","s","scripts/ifcfg","selinux","selinux=0\"","serial","size=100","size=2048","size=256","sn","sn序列号","string","swap","system","text","text/html","timezon","type","type:","url","url=http://mirror.idcos.com/centos/6.7/os/x86_64/","utf","x","ye","zerombr","{","|","}","}')","名称","否","字段","描述","是","是否必填","类型","系统模板查询接口","编码","说明","请求参数","请求参数格式","请求参数示例","请求地址","请求方式","请求示例(php)","输出格式,json或者raw原始格式,默认是raw","返回参数示例"],"api/网络配置查询接口.html":["8","bonding=\"no\"","gateway=\"192.168.0.1\"","hostname=\"idco","http://localhost:8083/api/osinstall/v1/device/getnetworkbysn","http://localhost:8083/api/osinstall/v1/device/getnetworkbysn?sn=test&type=raw","hwaddr=\"53:54:00:99:2d:7c\"","ipaddr=\"192.168.0.3\"","netmask=\"255.255.255.0\"","sn","sn序列号","string","test\"","text/html","trunk=\"no\"","type","utf","vlan=\"0\"","名称","否","字段","描述","是","是否必填","类型","编码:","网络配置查询接口","说明","请求参数","请求参数格式:","请求参数示例","请求地址","请求地址:","请求方式:","请求示例(php)","输出格式,json或者raw原始格式,默认是raw","返回参数示例"],"append/":["01","02","03","04","06","12","16","18","2015","2016","2017","2019","25","28","30","booto","esxi和windows的支持","rpm","uefi","winp","一键部署","修订记录:","升级","和","增加xenserver支持,增加虚拟机管理功能","增加对vmware","增加硬件工具包使用,支持多组raid","完成第一版文档编写","提供环境搭建一键部署服务,增加ubuntu支持","更新","的支持,增加作业执行,采用容器部署","硬件驱动,增加","附录","驱动,支持更多的硬件设备,重新推出"]},"length":37},"tokenStore":{"root":{"0":{"1":{"docs":{"append/":{"ref":"append/","tf":0.024390243902439025}}},"2":{"docs":{"append/":{"ref":"append/","tf":0.04878048780487805}}},"3":{"docs":{"append/":{"ref":"append/","tf":0.024390243902439025}}},"4":{"docs":{"append/":{"ref":"append/","tf":0.04878048780487805}}},"6":{"docs":{"append/":{"ref":"append/","tf":0.024390243902439025}}},"7":{"docs":{},".":{"7":{"0":{"6":{"docs":{},".":{"0":{"3":{"docs":{},".":{"0":{"0":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}}},"9":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.02631578947368421},"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527},"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.018691588785046728},"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125}},".":{"1":{"docs":{},".":{"3":{"8":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}},"docs":{}},",":{"docs":{"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428}},"\"":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},"\"":{"docs":{"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428}}}}}}}}}}},"2":{"3":{"docs":{},".":{"4":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}}},"docs":{}},"5":{"docs":{},".":{"0":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}}},"7":{"docs":{},".":{"0":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}}},"8":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}},"docs":{}},":":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}},",":{"docs":{},"例":{"docs":{},"如":{"6":{"docs":{},"块":{"docs":{},"盘":{"docs":{},"就":{"docs":{},"是":{"6":{"docs":{},"个":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"d":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}}}}}}},"docs":{}}}}}},"docs":{}}}},",":{"1":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125}}},"docs":{}},"/":{"1":{"docs":{},"/":{"5":{"docs":{},"/":{"1":{"0":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.015625}}},"docs":{}},"docs":{}}},"docs":{}}},"docs":{}}},"1":{"0":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055},"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.018691588785046728},"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125}},"/":{"1":{"0":{"0":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}},"docs":{}},"docs":{}},":":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}},",":{"docs":{},"例":{"docs":{},"如":{"6":{"docs":{},"块":{"docs":{},"盘":{"docs":{},"就":{"docs":{},"是":{"1":{"docs":{},"个":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"d":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}}}}}}},"docs":{}}}}}},"docs":{}}},"并":{"docs":{},"初":{"docs":{},"始":{"docs":{},"化":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125}}}}}}}},"2":{"5":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}},"docs":{"append/":{"ref":"append/","tf":0.04878048780487805}}},"6":{"docs":{"append/":{"ref":"append/","tf":0.024390243902439025}}},"8":{"1":{"0":{"docs":{},".":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}},"docs":{}},"docs":{"append/":{"ref":"append/","tf":0.024390243902439025}}},"docs":{"preface/目录结构.html":{"ref":"preface/目录结构.html","tf":0.029411764705882353},"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.018691588785046728},"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125}},":":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}},"c":{"docs":{},"l":{"docs":{},"o":{"docs":{},"u":{"docs":{},"d":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}}}}}}},".":{"0":{"docs":{},".":{"1":{"3":{"5":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}},"docs":{}},"docs":{}}},"1":{"2":{"docs":{},".":{"1":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}}},"docs":{}},"2":{"docs":{},".":{"1":{"docs":{},"[":{"5":{"0":{"8":{"7":{"7":{"docs":{},"]":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}}},"4":{"docs":{},".":{"1":{"6":{"docs":{},".":{"0":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}}},"docs":{}},"docs":{}}},"7":{"1":{"2":{"docs":{},".":{"3":{"0":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"9":{"docs":{},".":{"2":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}}},"docs":{}},",":{"docs":{},"例":{"docs":{},"如":{"6":{"docs":{},"块":{"docs":{},"盘":{"docs":{},"就":{"docs":{},"是":{"3":{"docs":{},"个":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"d":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}}}}}}},"docs":{}}}}}},"docs":{}}},"剩":{"docs":{},"下":{"docs":{},"的":{"docs":{},"磁":{"docs":{},"盘":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"组":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125}}}}}}}}}}},"安":{"docs":{},"装":{"docs":{},"成":{"docs":{},"功":{"docs":{},"传":{"1":{"docs":{},";":{"docs":{},"后":{"docs":{},"端":{"docs":{},"会":{"docs":{},"保":{"docs":{},"存":{"docs":{},"小":{"docs":{},"数":{"docs":{},"点":{"docs":{},"后":{"4":{"docs":{},"位":{"docs":{"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428}}}},"docs":{}}}}}}}}}}}},"docs":{}}}}}}},",":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.005555555555555556},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.0335195530726257}}},"之":{"docs":{},"间":{"docs":{},"的":{"docs":{},"小":{"docs":{},"数":{"docs":{},",":{"docs":{},"如":{"0":{"docs":{},".":{"1":{"docs":{},";":{"docs":{},"安":{"docs":{},"装":{"docs":{},"失":{"docs":{},"败":{"docs":{},"传":{"docs":{"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428}}}}}}}}},"docs":{}}},"docs":{}}}}}}}}},"2":{"0":{"0":{"8":{"docs":{"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.037383177570093455}},"r":{"2":{"docs":{"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.009345794392523364}}},"docs":{}}},"docs":{}},"1":{"2":{"docs":{"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.009345794392523364}},"r":{"2":{"docs":{"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.009345794392523364}}},"docs":{}}},"5":{"docs":{"append/":{"ref":"append/","tf":0.024390243902439025}}},"6":{"docs":{"append/":{"ref":"append/","tf":0.07317073170731707}}},"7":{"docs":{"append/":{"ref":"append/","tf":0.024390243902439025}}},"9":{"docs":{"append/":{"ref":"append/","tf":0.04878048780487805}}},"docs":{}},"docs":{}},"5":{"docs":{"append/":{"ref":"append/","tf":0.024390243902439025}}},"6":{"docs":{},".":{"1":{"0":{"0":{"docs":{},".":{"0":{"0":{"docs":{},".":{"0":{"0":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}}},"8":{"docs":{"append/":{"ref":"append/","tf":0.024390243902439025}}},"docs":{"preface/目录结构.html":{"ref":"preface/目录结构.html","tf":0.029411764705882353},"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.02631578947368421},"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125},"os/PXE模板定制规范.html":{"ref":"os/PXE模板定制规范.html","tf":0.043478260869565216}},"为":{"docs":{},"必":{"docs":{},"选":{"docs":{},"参":{"docs":{},"数":{"docs":{},",":{"docs":{},"如":{"docs":{},"若":{"docs":{},"没":{"docs":{},"有":{"docs":{},"添":{"docs":{},"加":{"docs":{},",":{"docs":{},"则":{"docs":{},"会":{"docs":{},"导":{"docs":{},"致":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"启":{"docs":{},"动":{"docs":{},"失":{"docs":{},"败":{"docs":{"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.013157894736842105}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"参":{"docs":{},"数":{"docs":{},",":{"docs":{},"一":{"docs":{},"些":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"拥":{"docs":{},"有":{"docs":{},"多":{"docs":{},"个":{"docs":{},"网":{"docs":{},"络":{"docs":{},"接":{"docs":{},"口":{"docs":{},",":{"docs":{},"可":{"docs":{},"能":{"docs":{},"无":{"docs":{},"法":{"docs":{},"将":{"docs":{},"b":{"docs":{},"i":{"docs":{},"o":{"docs":{},"s":{"docs":{},"所":{"docs":{},"知":{"docs":{},"的":{"docs":{},"第":{"docs":{},"一":{"docs":{},"个":{"docs":{},"网":{"docs":{},"络":{"docs":{},"接":{"docs":{},"口":{"docs":{},"设":{"docs":{},"定":{"docs":{},"为":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"0":{"docs":{},",":{"docs":{},"这":{"docs":{},"将":{"docs":{},"导":{"docs":{},"致":{"docs":{},"安":{"docs":{},"装":{"docs":{},"程":{"docs":{},"序":{"docs":{},"使":{"docs":{},"用":{"docs":{},"与":{"docs":{},"p":{"docs":{},"x":{"docs":{},"e":{"docs":{},"启":{"docs":{},"动":{"docs":{},"时":{"docs":{},"不":{"docs":{},"同":{"docs":{},"的":{"docs":{},"网":{"docs":{},"络":{"docs":{},"接":{"docs":{},"口":{"docs":{},"。":{"docs":{},"增":{"docs":{},"加":{"docs":{},"此":{"docs":{},"参":{"docs":{},"数":{"docs":{},"默":{"docs":{},"认":{"docs":{},"会":{"docs":{},"使":{"docs":{},"用":{"docs":{},"p":{"docs":{},"x":{"docs":{},"e":{"docs":{},"传":{"docs":{},"递":{"docs":{},"的":{"docs":{},"网":{"docs":{},"卡":{"docs":{},"作":{"docs":{},"为":{"docs":{},"默":{"docs":{},"认":{"docs":{},"网":{"docs":{},"络":{"docs":{},"接":{"docs":{},"口":{"docs":{},"。":{"docs":{"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.013157894736842105}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"来":{"docs":{},"使":{"docs":{},"用":{"docs":{"os/PXE模板定制规范.html":{"ref":"os/PXE模板定制规范.html","tf":0.043478260869565216}}}}}}},".":{"0":{"0":{"docs":{},".":{"4":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}}},"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"2":{"docs":{},".":{"6":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}}},"3":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}},".":{"2":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}}},"4":{"docs":{},".":{"0":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}}},"5":{"docs":{},".":{"2":{"2":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}},"docs":{}}},"docs":{}},"/":{"docs":{},"s":{"docs":{},"i":{"docs":{},",":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},">":{"docs":{},"/":{"docs":{},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"/":{"docs":{},"n":{"docs":{},"u":{"docs":{},"l":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.012903225806451613},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.012195121951219513}}}}}}}}}}},",":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.0111731843575419}}}},"3":{"0":{"2":{"9":{"7":{"5":{"8":{"docs":{},".":{"docs":{},"x":{"8":{"6":{"docs":{},"_":{"6":{"4":{"docs":{},".":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.018518518518518517}}}}}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.02631578947368421},"append/":{"ref":"append/","tf":0.024390243902439025}},",":{"docs":{},"网":{"docs":{},"络":{"docs":{},"启":{"docs":{},"动":{"docs":{},"以":{"docs":{},"后":{"docs":{},"默":{"docs":{},"认":{"docs":{},"等":{"docs":{},"待":{"3":{"docs":{},"秒":{"docs":{},"钟":{"docs":{},"自":{"docs":{},"动":{"docs":{},"进":{"docs":{},"入":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"o":{"docs":{"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.013157894736842105}}}}}}}}}}}}}},"docs":{}}}}}}}}}}}}},"3":{"docs":{},",":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.0111731843575419}}}},"9":{"docs":{},".":{"2":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}}},"docs":{"preface/目录结构.html":{"ref":"preface/目录结构.html","tf":0.029411764705882353}},".":{"0":{"4":{"docs":{},".":{"2":{"0":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0028790786948176585}}},"docs":{}},"docs":{}}},"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"1":{"3":{"7":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}},"docs":{}},"2":{"docs":{},".":{"2":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"6":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}}},"4":{"docs":{},".":{"2":{"0":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}},"docs":{}},"docs":{}}},"5":{"docs":{},".":{"2":{"4":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}},"docs":{}}},"docs":{}},"/":{"docs":{},"d":{"docs":{},"i":{"docs":{},",":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"s":{"docs":{},"i":{"docs":{},",":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}},"4":{"0":{"docs":{"bootos/BootOS概述.html":{"ref":"bootos/BootOS概述.html","tf":0.05263157894736842}}},"4":{"docs":{},"x":{"docs":{},"x":{"docs":{},"/":{"4":{"7":{"docs":{},"x":{"docs":{},"x":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"docs":{}},"docs":{}}}}},"docs":{"preface/目录结构.html":{"ref":"preface/目录结构.html","tf":0.029411764705882353},"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125}},".":{"1":{"9":{"docs":{"bootos/BootOS概述.html":{"ref":"bootos/BootOS概述.html","tf":0.05263157894736842}}},"docs":{},".":{"0":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}}},"docs":{}},"m":{"docs":{},",":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"5":{"0":{"0":{"docs":{},"k":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"docs":{}},"5":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{"preface/目录结构.html":{"ref":"preface/目录结构.html","tf":0.029411764705882353},"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.018691588785046728},"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0234375}},".":{"1":{"docs":{},".":{"0":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}}},"4":{"docs":{},".":{"0":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}}},"docs":{}},":":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}},",":{"docs":{},"例":{"docs":{},"如":{"6":{"docs":{},"块":{"docs":{},"盘":{"docs":{},"就":{"docs":{},"是":{"1":{"docs":{},"个":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"d":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}}}}}}},"docs":{}}}}}},"docs":{}}},"并":{"docs":{},"初":{"docs":{},"始":{"docs":{},"化":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125}}}}}},"最":{"docs":{},"后":{"docs":{},"一":{"docs":{},"块":{"docs":{},"盘":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125}}}}}}}}}}}},"|":{"6":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.015625}}},"docs":{}},"表":{"docs":{},"示":{"3":{"docs":{},",":{"4":{"docs":{},",":{"5":{"docs":{},";":{"6":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.015625}}},"docs":{}}},"docs":{}}},"docs":{}}},"docs":{}}}},"6":{"0":{"docs":{},"秒":{"docs":{},",":{"docs":{},"然":{"docs":{},"后":{"docs":{},"继":{"docs":{},"续":{"docs":{},"查":{"docs":{},"询":{"docs":{"platform/系统安装流程.html":{"ref":"platform/系统安装流程.html","tf":0.0625}}}}}}}}}}},"docs":{"preface/目录结构.html":{"ref":"preface/目录结构.html","tf":0.029411764705882353}},".":{"0":{"docs":{},"以":{"docs":{},"上":{"docs":{},"版":{"docs":{},"本":{"docs":{},",":{"docs":{},"对":{"docs":{},"系":{"docs":{},"统":{"docs":{},"安":{"docs":{},"装":{"docs":{},"的":{"docs":{},"包":{"docs":{},"没":{"docs":{},"有":{"docs":{},"要":{"docs":{},"求":{"docs":{},",":{"docs":{},"最":{"docs":{},"小":{"docs":{},"化":{"docs":{},"安":{"docs":{},"装":{"docs":{},"即":{"docs":{},"可":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}}}}}}}}}}}}}}}}}}}}},".":{"0":{"docs":{},".":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"0":{"1":{"docs":{"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.018518518518518517}}},"docs":{}},"docs":{}}}}}}}}},"docs":{}},"的":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"镜":{"docs":{},"像":{"docs":{},",":{"docs":{},"然":{"docs":{},"后":{"docs":{},"导":{"docs":{},"入":{"docs":{},"镜":{"docs":{},"像":{"docs":{},"文":{"docs":{},"件":{"docs":{},"内":{"docs":{},"容":{"docs":{},":":{"docs":{"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.018518518518518517}}}}}}}}}}}}}}}}}}}},"系":{"docs":{},"统":{"docs":{},"为":{"docs":{},"例":{"docs":{},",":{"docs":{},"简":{"docs":{},"单":{"docs":{},"介":{"docs":{},"绍":{"docs":{},"一":{"docs":{},"下":{"docs":{},"k":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"的":{"docs":{},"使":{"docs":{},"用":{"docs":{},"方":{"docs":{},"法":{"docs":{},"。":{"docs":{"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.018518518518518517}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"5":{"docs":{},".":{"0":{"docs":{"os/XenServer安装模板.html":{"ref":"os/XenServer安装模板.html","tf":0.034482758620689655}}},"docs":{}},"的":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"镜":{"docs":{},"像":{"docs":{},",":{"docs":{},"然":{"docs":{},"后":{"docs":{},"导":{"docs":{},"入":{"docs":{},"镜":{"docs":{},"像":{"docs":{},"文":{"docs":{},"件":{"docs":{},"内":{"docs":{},"容":{"docs":{},":":{"docs":{"os/XenServer安装模板.html":{"ref":"os/XenServer安装模板.html","tf":0.034482758620689655}}}}}}}}}}}}}}}}}}}},"系":{"docs":{},"统":{"docs":{},"为":{"docs":{},"例":{"docs":{},",":{"docs":{},"简":{"docs":{},"单":{"docs":{},"介":{"docs":{},"绍":{"docs":{},"一":{"docs":{},"下":{"docs":{},"k":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"的":{"docs":{},"使":{"docs":{},"用":{"docs":{},"方":{"docs":{},"法":{"docs":{},"。":{"docs":{"os/XenServer安装模板.html":{"ref":"os/XenServer安装模板.html","tf":0.034482758620689655}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"7":{"docs":{},"系":{"docs":{},"统":{"docs":{},"为":{"docs":{},"例":{"docs":{},",":{"docs":{},"简":{"docs":{},"单":{"docs":{},"介":{"docs":{},"绍":{"docs":{},"一":{"docs":{},"下":{"docs":{},"k":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"的":{"docs":{},"使":{"docs":{},"用":{"docs":{},"方":{"docs":{},"法":{"docs":{},"。":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"下":{"docs":{},"面":{"docs":{},"网":{"docs":{},"卡":{"docs":{},"自":{"docs":{},"动":{"docs":{},"重":{"docs":{},"命":{"docs":{},"名":{"docs":{},"的":{"docs":{},"情":{"docs":{},"况":{"docs":{},",":{"docs":{},"使":{"docs":{},"用":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"x":{"docs":{},"的":{"docs":{},"命":{"docs":{},"名":{"docs":{},"规":{"docs":{},"范":{"docs":{"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.013157894736842105}}}}}}}}}}}}}}}}}}}}}}}}}},"为":{"docs":{},"例":{"docs":{},",":{"docs":{},"介":{"docs":{},"绍":{"docs":{},"一":{"docs":{},"下":{"docs":{},"k":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"的":{"docs":{},"定":{"docs":{},"制":{"docs":{},"规":{"docs":{},"范":{"docs":{},"。":{"docs":{"os/PXE模板定制规范.html":{"ref":"os/PXE模板定制规范.html","tf":0.043478260869565216}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.0111731843575419}}}},"7":{"docs":{"preface/目录结构.html":{"ref":"preface/目录结构.html","tf":0.029411764705882353},"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}},".":{"3":{"docs":{},".":{"2":{"1":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}},"docs":{}}},"6":{"docs":{},"为":{"docs":{},"例":{"docs":{},")":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}},"docs":{}}},"8":{"0":{"2":{"docs":{},".":{"2":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}}},"docs":{}},"2":{"5":{"0":{"docs":{},"_":{"docs":{},"e":{"docs":{},"x":{"docs":{},"a":{"docs":{},"r":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"l":{"docs":{},"p":{"docs":{},"s":{"docs":{},"s":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"m":{"docs":{},"o":{"docs":{},"x":{"docs":{},"a":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}},"docs":{}},"docs":{}},"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.012195121951219513},"api/网络配置查询接口.html":{"ref":"api/网络配置查询接口.html","tf":0.02631578947368421}}},"docs":{},"i":{"2":{"docs":{},"c":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.003838771593090211}}}},"4":{"0":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}},"e":{"docs":{},"v":{"docs":{},"f":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"docs":{}},"docs":{},"n":{"docs":{},"t":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.0335195530726257}},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":10}}}}}}}},"e":{"docs":{},"g":{"docs":{},"r":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"l":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.005758157389635317}},"(":{"docs":{},"r":{"docs":{},")":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.012476007677543186}}}}},"_":{"1":{"0":{"docs":{},"g":{"docs":{},"b":{"docs":{"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.018691588785046728}}}}},"docs":{}},"4":{"0":{"docs":{},"g":{"docs":{},"b":{"docs":{"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.018691588785046728}}}}},"docs":{}},"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"1":{"0":{"0":{"0":{"docs":{"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.018691588785046728}}},"docs":{"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.018691588785046728}}},"docs":{}},"docs":{}},"docs":{}}}}}},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.005758157389635317}},"e":{"docs":{},".":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"s":{"docs":{},".":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}},"n":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"d":{"docs":{},"e":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":0.019230769230769232}}}}}}}},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}},"/":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":0.019230769230769232}}}}}}}}}}}},"c":{"docs":{},".":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"o":{"docs":{},"m":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}},"r":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125}},"i":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125}}},"r":{"docs":{},"d":{"docs":{},"=":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},".":{"docs":{},"i":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"s":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"c":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"/":{"6":{"docs":{},".":{"7":{"docs":{},"/":{"docs":{},"o":{"docs":{},"s":{"docs":{},"/":{"docs":{},"x":{"8":{"6":{"docs":{},"_":{"6":{"4":{"docs":{},"/":{"docs":{},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"p":{"docs":{},"x":{"docs":{},"e":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"r":{"docs":{},"d":{"docs":{},".":{"docs":{},"i":{"docs":{},"m":{"docs":{},"g":{"docs":{"os/PXE模板定制规范.html":{"ref":"os/PXE模板定制规范.html","tf":0.043478260869565216}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}}}}}},"docs":{}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}}}}}},"a":{"docs":{},"l":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.037037037037037035},"os/XenServer安装模板.html":{"ref":"os/XenServer安装模板.html","tf":0.034482758620689655},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428}}}}}}}}}}}}}}}},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"s":{"docs":{},"在":{"docs":{},"内":{"docs":{},"部":{"docs":{},"测":{"docs":{},"试":{"docs":{},"厂":{"docs":{},"商":{"docs":{},"提":{"docs":{},"交":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},",":{"docs":{},"没":{"docs":{},"问":{"docs":{},"题":{"docs":{},"则":{"docs":{},"发":{"docs":{},"布":{"docs":{},"到":{"docs":{},"官":{"docs":{},"网":{"docs":{},"并":{"docs":{},"推":{"docs":{},"送":{"docs":{},"到":{"docs":{},"i":{"docs":{},"d":{"docs":{},"c":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"platform/新硬件升级流程.html":{"ref":"platform/新硬件升级流程.html","tf":0.16666666666666666}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{},"支":{"docs":{},"持":{"docs":{},"单":{"docs":{},"个":{"docs":{},"磁":{"docs":{},"盘":{"docs":{},",":{"docs":{},"多":{"docs":{},"个":{"docs":{},"磁":{"docs":{},"盘":{"docs":{},"(":{"docs":{},"i":{"docs":{},"d":{"docs":{},"之":{"docs":{},"间":{"docs":{},"用":{"docs":{},"逗":{"docs":{},"号":{"docs":{},"分":{"docs":{},"隔":{"docs":{},")":{"docs":{},",":{"docs":{},"磁":{"docs":{},"盘":{"docs":{},"范":{"docs":{},"围":{"docs":{},"(":{"3":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.015625}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},".":{"docs":{},"b":{"docs":{},"a":{"docs":{},"k":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"g":{"docs":{"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.018518518518518517}}}}}}},"p":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.007874015748031496},"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.031007751937984496},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}},"=":{"1":{"9":{"2":{"docs":{},".":{"1":{"6":{"8":{"docs":{},".":{"2":{"docs":{},".":{"1":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}},"docs":{}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.007874015748031496}}}}}},",":{"docs":{},"安":{"docs":{},"装":{"docs":{},"的":{"docs":{},"时":{"docs":{},"候":{"docs":{},"请":{"docs":{},"指":{"docs":{},"定":{"docs":{},"用":{"docs":{},"哪":{"docs":{},"个":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}}}}}}}}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.02631578947368421},"os/PXE模板定制规范.html":{"ref":"os/PXE模板定制规范.html","tf":0.043478260869565216}}}}}}},"d":{"docs":{},"d":{"docs":{},"r":{"docs":{},"=":{"docs":{},"\"":{"1":{"9":{"2":{"docs":{},".":{"1":{"6":{"8":{"docs":{},".":{"0":{"docs":{},".":{"3":{"docs":{},"\"":{"docs":{"api/网络配置查询接口.html":{"ref":"api/网络配置查询接口.html","tf":0.02631578947368421}}}},"docs":{}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}}}}}}},"c":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"m":{"docs":{},"i":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0028790786948176585}},"_":{"docs":{},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"f":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}}},"m":{"docs":{},"s":{"docs":{},"g":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}}}},"s":{"docs":{},"i":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"t":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}}}}}}}},"v":{"docs":{},"h":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.007874015748031496}}}},"/":{"docs":{},"o":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"b":{"docs":{},"f":{"docs":{},"t":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"m":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"c":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}},"a":{"docs":{},"d":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}},"p":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"e":{"docs":{},"e":{"docs":{},"e":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"g":{"docs":{},"b":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}},"v":{"docs":{},"f":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"n":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"r":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"s":{"docs":{},"c":{"docs":{},"s":{"docs":{},"i":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}},"_":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"_":{"docs":{},"s":{"docs":{},"y":{"docs":{},"s":{"docs":{},"f":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}}}}},"i":{"docs":{},"b":{"docs":{},"f":{"docs":{},"t":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}}},"r":{"docs":{},"y":{"docs":{},"p":{"docs":{},"t":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.012903225806451613},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}}}}},"d":{"2":{"0":{"0":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}},"docs":{}},"docs":{}},"docs":{}},"h":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}},"t":{"docs":{},"p":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0028790786948176585}}}}},"k":{"docs":{},"u":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}},"/":{"docs":{},"f":{"docs":{},"x":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}},"s":{"docs":{},"u":{"docs":{},"e":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"会":{"docs":{},"优":{"docs":{},"先":{"docs":{},"处":{"docs":{},"理":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}}}}}}}},"t":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"x":{"docs":{},"g":{"docs":{},"b":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}},"e":{"docs":{},"v":{"docs":{},"f":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}},",":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125},"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}}}},"x":{"7":{"1":{"0":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}},"docs":{}},"8":{"6":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"安":{"docs":{},"装":{"docs":{},"开":{"docs":{},"发":{"docs":{},"文":{"docs":{},"档":{"docs":{"./":{"ref":"./","tf":1}}}}}}}}}}},"_":{"6":{"4":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}},",":{"docs":{},"系":{"docs":{},"统":{"docs":{},"模":{"docs":{},"板":{"docs":{},"选":{"docs":{},"择":{"docs":{},"e":{"docs":{},"s":{"docs":{},"x":{"docs":{},"i":{"6":{"docs":{},".":{"0":{"docs":{},"即":{"docs":{},"可":{"docs":{},"。":{"docs":{"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.018518518518518517}}}}}},"docs":{}}},"docs":{}}}}},"w":{"docs":{},"i":{"docs":{},"n":{"2":{"0":{"0":{"8":{"docs":{},"r":{"2":{"docs":{},"即":{"docs":{},"可":{"docs":{},"。":{"docs":{},"安":{"docs":{},"装":{"docs":{},"完":{"docs":{},"成":{"docs":{},"以":{"docs":{},"后":{"docs":{},",":{"docs":{},"默":{"docs":{},"认":{"docs":{},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"用":{"docs":{},"户":{"docs":{},"的":{"docs":{},"密":{"docs":{},"码":{"docs":{},"是":{"docs":{},"y":{"docs":{},"u":{"docs":{},"n":{"docs":{},"j":{"docs":{},"i":{"docs":{},"k":{"docs":{},"e":{"docs":{},"j":{"docs":{},"i":{"docs":{"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.009345794392523364}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}},"x":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"6":{"docs":{},".":{"5":{"docs":{},"即":{"docs":{},"可":{"docs":{},"。":{"docs":{"os/XenServer安装模板.html":{"ref":"os/XenServer安装模板.html","tf":0.034482758620689655}}}}}},"docs":{}}},"docs":{}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.01935483870967742},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.018292682926829267}},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"t":{"docs":{},"d":{"docs":{},":":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.011811023622047244}}}}}},"m":{"docs":{},"o":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"f":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}},"h":{"docs":{},"c":{"docs":{},"i":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}},"l":{"7":{"1":{"0":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}},"docs":{}},"docs":{}},"docs":{}},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"os/XenServer安装模板.html":{"ref":"os/XenServer安装模板.html","tf":0.034482758620689655}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"g":{"docs":{"os/XenServer安装模板.html":{"ref":"os/XenServer安装模板.html","tf":0.034482758620689655}}}}}},"安":{"docs":{},"装":{"docs":{},"模":{"docs":{},"板":{"docs":{"os/XenServer安装模板.html":{"ref":"os/XenServer安装模板.html","tf":10.03448275862069}}}}}}}}}}}}}}},"h":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125},"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.01935483870967742},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.018292682926829267}},"t":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}},"t":{"docs":{},"p":{"docs":{},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"i":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"s":{"docs":{},"/":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"preface/":{"ref":"preface/","tf":0.09090909090909091}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"w":{"docs":{},"w":{"docs":{},"w":{"docs":{},".":{"docs":{},"i":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"s":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"/":{"docs":{},"c":{"docs":{},"l":{"docs":{},"o":{"docs":{},"u":{"docs":{},"d":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},".":{"docs":{},"i":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"s":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"/":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},".":{"docs":{},"i":{"docs":{},"m":{"docs":{},"g":{"docs":{"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.02631578947368421}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"/":{"6":{"docs":{},".":{"7":{"docs":{},"/":{"docs":{},"o":{"docs":{},"s":{"docs":{},"/":{"docs":{},"x":{"8":{"6":{"docs":{},"_":{"6":{"4":{"docs":{},"/":{"docs":{},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"p":{"docs":{},"x":{"docs":{},"e":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"/":{"docs":{},"v":{"docs":{},"m":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"u":{"docs":{},"z":{"docs":{"os/PXE模板定制规范.html":{"ref":"os/PXE模板定制规范.html","tf":0.043478260869565216}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}}}}}},"docs":{}}},"docs":{}}}}}}}},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"/":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"/":{"docs":{},"v":{"1":{"docs":{},"/":{"docs":{},"r":{"docs":{},"e":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},"/":{"docs":{},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"f":{"docs":{},"o":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.01935483870967742},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.018292682926829267}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"h":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},":":{"8":{"0":{"8":{"3":{"docs":{},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"/":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"/":{"docs":{},"v":{"1":{"docs":{},"/":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.005555555555555556}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.005555555555555556}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"/":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}}}}},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338}}}}}}}}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"b":{"docs":{},"y":{"docs":{},"s":{"docs":{},"n":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}}}}}}}}}}}}}},"s":{"docs":{},"y":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"b":{"docs":{},"y":{"docs":{},"s":{"docs":{},"n":{"docs":{"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}},"?":{"docs":{},"s":{"docs":{},"n":{"docs":{},"=":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"&":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"=":{"docs":{},"r":{"docs":{},"a":{"docs":{},"w":{"docs":{"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"t":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{},"b":{"docs":{},"y":{"docs":{},"s":{"docs":{},"n":{"docs":{"api/网络配置查询接口.html":{"ref":"api/网络配置查询接口.html","tf":0.02631578947368421}},"?":{"docs":{},"s":{"docs":{},"n":{"docs":{},"=":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"&":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"=":{"docs":{},"r":{"docs":{},"a":{"docs":{},"w":{"docs":{"api/网络配置查询接口.html":{"ref":"api/网络配置查询接口.html","tf":0.02631578947368421}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},"/":{"docs":{},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"f":{"docs":{},"o":{"docs":{"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428}}}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"c":{"docs":{},"i":{"docs":{},"n":{"docs":{},"f":{"docs":{},"o":{"docs":{"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}},"e":{"docs":{},"模":{"docs":{},"块":{"docs":{},":":{"docs":{},"提":{"docs":{},"供":{"docs":{},"支":{"docs":{},"持":{"docs":{},"的":{"docs":{},"硬":{"docs":{},"件":{"docs":{},"设":{"docs":{},"备":{"docs":{},"信":{"docs":{},"息":{"docs":{},",":{"docs":{},"提":{"docs":{},"供":{"docs":{},"手":{"docs":{},"动":{"docs":{},"添":{"docs":{},"加":{"docs":{},"新":{"docs":{},"的":{"docs":{},"硬":{"docs":{},"件":{"docs":{},"设":{"docs":{},"备":{"docs":{},",":{"docs":{},"支":{"docs":{},"持":{"docs":{},"升":{"docs":{},"级":{"docs":{"platform/系统功能模块.html":{"ref":"platform/系统功能模块.html","tf":0.125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},".":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"i":{"docs":{},"d":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}}}}}}}}}},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}},"s":{"docs":{},"h":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}},"c":{"docs":{},"d":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"e":{"docs":{},"l":{"docs":{},"p":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.015625},"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.06976744186046512}},"e":{"docs":{},"r":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}},"i":{"docs":{},"d":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.10748560460652591}},"p":{"docs":{},"p":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"o":{"docs":{},"l":{"docs":{},"t":{"docs":{},"e":{"docs":{},"k":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0028790786948176585}},"f":{"docs":{},"f":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}},"s":{"docs":{},"t":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.003838771593090211}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}},"e":{"docs":{},"=":{"docs":{},"\"":{"docs":{},"i":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{"api/网络配置查询接口.html":{"ref":"api/网络配置查询接口.html","tf":0.02631578947368421}}}}}}}}}}}}}},"t":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0234375}},"e":{"docs":{},",":{"docs":{},"并":{"docs":{},"初":{"docs":{},"始":{"docs":{},"化":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125}}}}}}}}}}}}}},"p":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055},"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.04672897196261682}},"s":{"docs":{},"a":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"a":{"docs":{},"c":{"docs":{},"u":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}}}}}}},"o":{"docs":{},"n":{"docs":{},"c":{"docs":{},"f":{"docs":{},"g":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}}}}}}},"u":{"docs":{},"b":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0028790786948176585}}}},"v":{"docs":{},"_":{"docs":{},"v":{"docs":{},"m":{"docs":{},"b":{"docs":{},"u":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}}}},",":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.015625},"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.023255813953488372}}},"w":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"r":{"docs":{},"=":{"docs":{},"\"":{"5":{"3":{"docs":{},":":{"5":{"4":{"docs":{},":":{"0":{"0":{"docs":{},":":{"9":{"9":{"docs":{},":":{"2":{"docs":{},"d":{"docs":{},":":{"7":{"docs":{},"c":{"docs":{},"\"":{"docs":{"api/网络配置查询接口.html":{"ref":"api/网络配置查询接口.html","tf":0.02631578947368421}}}}},"docs":{}}}},"docs":{}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}}}}}}}},"传":{"docs":{},"统":{"docs":{},"模":{"docs":{},"式":{"docs":{},"下":{"docs":{},",":{"docs":{},"物":{"docs":{},"理":{"docs":{},"机":{"docs":{},"安":{"docs":{},"装":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"人":{"docs":{},"工":{"docs":{},"手":{"docs":{},"动":{"docs":{},"用":{"docs":{},"光":{"docs":{},"盘":{"docs":{},"或":{"docs":{},"u":{"docs":{},"盘":{"docs":{},"安":{"docs":{},"装":{"docs":{},",":{"docs":{},"硬":{"docs":{},"件":{"docs":{},"种":{"docs":{},"类":{"docs":{},"繁":{"docs":{},"多":{"docs":{},",":{"docs":{},"一":{"docs":{},"台":{"docs":{},"台":{"docs":{},"配":{"docs":{},"置":{"docs":{},"更":{"docs":{},"加":{"docs":{},"复":{"docs":{},"杂":{"docs":{},"。":{"docs":{},"面":{"docs":{},"对":{"docs":{},"大":{"docs":{},"规":{"docs":{},"模":{"docs":{},"应":{"docs":{},"用":{"docs":{},"上":{"docs":{},"线":{"docs":{},",":{"docs":{},"物":{"docs":{},"理":{"docs":{},"机":{"docs":{},"交":{"docs":{},"付":{"docs":{},"的":{"docs":{},"滞":{"docs":{},"后":{"docs":{},"性":{"docs":{},"会":{"docs":{},"成":{"docs":{},"为":{"docs":{},"制":{"docs":{},"约":{"docs":{},"业":{"docs":{},"务":{"docs":{},"发":{"docs":{},"展":{"docs":{},"的":{"docs":{},"瓶":{"docs":{},"颈":{"docs":{},"。":{"docs":{},"所":{"docs":{},"以":{"docs":{},"必":{"docs":{},"须":{"docs":{},"要":{"docs":{},"解":{"docs":{},"决":{"docs":{},"标":{"docs":{},"准":{"docs":{},"化":{"docs":{},"和":{"docs":{},"自":{"docs":{},"动":{"docs":{},"化":{"docs":{},"问":{"docs":{},"题":{"docs":{},",":{"docs":{},"才":{"docs":{},"能":{"docs":{},"满":{"docs":{},"足":{"docs":{},"大":{"docs":{},"规":{"docs":{},"模":{"docs":{},"部":{"docs":{},"署":{"docs":{},"的":{"docs":{},"需":{"docs":{},"求":{"docs":{},"。":{"docs":{"preface/":{"ref":"preface/","tf":0.09090909090909091}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"前":{"docs":{},"言":{"docs":{"preface/":{"ref":"preface/","tf":10.090909090909092}}},"两":{"docs":{},"块":{"docs":{},"磁":{"docs":{},"盘":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"组":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125}}}}}}}}}},"面":{"docs":{},"四":{"docs":{},"块":{"docs":{},"磁":{"docs":{},"盘":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"组":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125}}}}}}}}}}},"提":{"docs":{},"条":{"docs":{},"件":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}}}}}},"因":{"docs":{},"此":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"开":{"docs":{},"发":{"docs":{},"了":{"docs":{},"这":{"docs":{},"样":{"docs":{},"一":{"docs":{},"套":{"docs":{},"平":{"docs":{},"台":{"docs":{},",":{"docs":{},"用":{"docs":{},"于":{"docs":{},"解":{"docs":{},"决":{"docs":{},"复":{"docs":{},"杂":{"docs":{},"的":{"docs":{},"硬":{"docs":{},"件":{"docs":{},"配":{"docs":{},"置":{"docs":{},"和":{"docs":{},"操":{"docs":{},"作":{"docs":{},"系":{"docs":{},"统":{"docs":{},"自":{"docs":{},"动":{"docs":{},"化":{"docs":{},"安":{"docs":{},"装":{"docs":{},"的":{"docs":{},"问":{"docs":{},"题":{"docs":{},"。":{"docs":{},"硬":{"docs":{},"件":{"docs":{},"种":{"docs":{},"类":{"docs":{},"繁":{"docs":{},"多":{"docs":{},",":{"docs":{},"配":{"docs":{},"置":{"docs":{},"复":{"docs":{},"杂":{"docs":{},",":{"docs":{},"关":{"docs":{},"键":{"docs":{},"在":{"docs":{},"于":{"docs":{},"整":{"docs":{},"合":{"docs":{},"主":{"docs":{},"流":{"docs":{},"厂":{"docs":{},"商":{"docs":{},"的":{"docs":{},"资":{"docs":{},"源":{"docs":{},"。":{"docs":{},"业":{"docs":{},"内":{"docs":{},"还":{"docs":{},"没":{"docs":{},"有":{"docs":{},"类":{"docs":{},"似":{"docs":{},"产":{"docs":{},"品":{"docs":{},",":{"docs":{},"要":{"docs":{},"以":{"docs":{},"此":{"docs":{},"来":{"docs":{},"建":{"docs":{},"立":{"docs":{},"整":{"docs":{},"个":{"docs":{},"行":{"docs":{},"业":{"docs":{},"的":{"docs":{},"标":{"docs":{},"杆":{"docs":{},"和":{"docs":{},"规":{"docs":{},"范":{"docs":{},"。":{"docs":{"preface/":{"ref":"preface/","tf":0.09090909090909091}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"对":{"docs":{},"于":{"docs":{},"用":{"docs":{},"户":{"docs":{},"来":{"docs":{},"说":{"docs":{},",":{"docs":{},"不":{"docs":{},"需":{"docs":{},"要":{"docs":{},"关":{"docs":{},"心":{"docs":{},"不":{"docs":{},"同":{"docs":{},"品":{"docs":{},"牌":{"docs":{},"类":{"docs":{},"型":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"和":{"docs":{},"操":{"docs":{},"作":{"docs":{},"系":{"docs":{},"统":{"docs":{},",":{"docs":{},"只":{"docs":{},"需":{"docs":{},"要":{"docs":{},"专":{"docs":{},"注":{"docs":{},"于":{"docs":{},"应":{"docs":{},"用":{"docs":{},"和":{"docs":{},"业":{"docs":{},"务":{"docs":{},",":{"docs":{},"需":{"docs":{},"要":{"docs":{},"解":{"docs":{},"决":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"即":{"docs":{},"插":{"docs":{},"即":{"docs":{},"用":{"docs":{},"的":{"docs":{},"问":{"docs":{},"题":{"docs":{},"。":{"docs":{},"对":{"docs":{},"于":{"docs":{},"厂":{"docs":{},"商":{"docs":{},"来":{"docs":{},"说":{"docs":{},",":{"docs":{},"每":{"docs":{},"个":{"docs":{},"厂":{"docs":{},"商":{"docs":{},"只":{"docs":{},"能":{"docs":{},"支":{"docs":{},"持":{"docs":{},"自":{"docs":{},"家":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},",":{"docs":{},"对":{"docs":{},"于":{"docs":{},"其":{"docs":{},"他":{"docs":{},"厂":{"docs":{},"商":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"支":{"docs":{},"持":{"docs":{},"很":{"docs":{},"难":{"docs":{},",":{"docs":{},"需":{"docs":{},"要":{"docs":{},"解":{"docs":{},"决":{"docs":{},"第":{"docs":{},"三":{"docs":{},"方":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"支":{"docs":{},"持":{"docs":{},"的":{"docs":{},"问":{"docs":{},"题":{"docs":{},"。":{"docs":{"preface/":{"ref":"preface/","tf":0.09090909090909091}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"新":{"docs":{},"硬":{"docs":{},"件":{"docs":{},"支":{"docs":{},"持":{"docs":{},"的":{"docs":{},"流":{"docs":{},"程":{"docs":{},"如":{"docs":{},"下":{"docs":{},":":{"docs":{"platform/新硬件升级流程.html":{"ref":"platform/新硬件升级流程.html","tf":0.16666666666666666}}}}}}}}}}}}}}},"无":{"docs":{},"论":{"docs":{},"是":{"docs":{},"互":{"docs":{},"联":{"docs":{},"网":{"docs":{},"企":{"docs":{},"业":{"docs":{},"还":{"docs":{},"是":{"docs":{},"传":{"docs":{},"统":{"docs":{},"企":{"docs":{},"业":{"docs":{},",":{"docs":{},"都":{"docs":{},"离":{"docs":{},"不":{"docs":{},"开":{"docs":{},"物":{"docs":{},"理":{"docs":{},"机":{"docs":{},"资":{"docs":{},"源":{"docs":{},"。":{"docs":{},"物":{"docs":{},"理":{"docs":{},"机":{"docs":{},"作":{"docs":{},"为":{"docs":{},"应":{"docs":{},"用":{"docs":{},"运":{"docs":{},"行":{"docs":{},"的":{"docs":{},"载":{"docs":{},"体":{"docs":{},",":{"docs":{},"支":{"docs":{},"撑":{"docs":{},"着":{"docs":{},"整":{"docs":{},"个":{"docs":{},"业":{"docs":{},"务":{"docs":{},"的":{"docs":{},"发":{"docs":{},"展":{"docs":{},"。":{"docs":{"preface/":{"ref":"preface/","tf":0.09090909090909091}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"本":{"docs":{},"文":{"docs":{},"档":{"docs":{},"介":{"docs":{},"绍":{"docs":{},"了":{"docs":{},"x":{"8":{"6":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"安":{"docs":{},"装":{"docs":{},"项":{"docs":{},"目":{"docs":{},"的":{"docs":{},"整":{"docs":{},"体":{"docs":{},"流":{"docs":{},"程":{"docs":{},"、":{"docs":{},"架":{"docs":{},"构":{"docs":{},"、":{"docs":{},"开":{"docs":{},"发":{"docs":{},"环":{"docs":{},"境":{"docs":{},"以":{"docs":{},"及":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"接":{"docs":{},"口":{"docs":{},",":{"docs":{},"用":{"docs":{},"户":{"docs":{},"可":{"docs":{},"以":{"docs":{},"基":{"docs":{},"于":{"docs":{},"平":{"docs":{},"台":{"docs":{},"框":{"docs":{},"架":{"docs":{},"进":{"docs":{},"行":{"docs":{},"二":{"docs":{},"次":{"docs":{},"开":{"docs":{},"发":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"和":{"docs":{},"现":{"docs":{},"有":{"docs":{},"系":{"docs":{},"统":{"docs":{},"进":{"docs":{},"行":{"docs":{},"整":{"docs":{},"合":{"docs":{},"。":{"docs":{},"本":{"docs":{},"项":{"docs":{},"目":{"docs":{},"完":{"docs":{},"全":{"docs":{},"开":{"docs":{},"源":{"docs":{},"免":{"docs":{},"费":{"docs":{},",":{"docs":{},"欢":{"docs":{},"迎":{"docs":{},"反":{"docs":{},"馈":{"docs":{},"提":{"docs":{},"出":{"docs":{},"宝":{"docs":{},"贵":{"docs":{},"意":{"docs":{},"见":{"docs":{},"。":{"docs":{"preface/":{"ref":"preface/","tf":0.09090909090909091}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}}}}},"适":{"docs":{},"用":{"docs":{},"于":{"docs":{},"对":{"docs":{},"x":{"8":{"6":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"自":{"docs":{},"动":{"docs":{},"化":{"docs":{},"交":{"docs":{},"付":{"docs":{},"感":{"docs":{},"兴":{"docs":{},"趣":{"docs":{},"的":{"docs":{},"任":{"docs":{},"何":{"docs":{},"用":{"docs":{},"户":{"docs":{},"。":{"docs":{},"最":{"docs":{},"好":{"docs":{},"具":{"docs":{},"有":{"docs":{},"操":{"docs":{},"作":{"docs":{},"系":{"docs":{},"统":{"docs":{"preface/目标读者.html":{"ref":"preface/目标读者.html","tf":0.16666666666666666}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}}}}}}}},"章":{"docs":{},"节":{"docs":{},"介":{"docs":{},"绍":{"docs":{},"了":{"docs":{},"x":{"8":{"6":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"自":{"docs":{},"动":{"docs":{},"化":{"docs":{},"安":{"docs":{},"装":{"docs":{},"系":{"docs":{},"统":{"docs":{},"的":{"docs":{},"架":{"docs":{},"构":{"docs":{},"、":{"docs":{},"模":{"docs":{},"块":{"docs":{},"以":{"docs":{},"及":{"docs":{},"安":{"docs":{},"装":{"docs":{},"和":{"docs":{},"升":{"docs":{},"级":{"docs":{},"流":{"docs":{},"程":{"docs":{},"。":{"docs":{"platform/":{"ref":"platform/","tf":0.5}}}}}}}}}}}}}}}}},"环":{"docs":{},"境":{"docs":{},"搭":{"docs":{},"建":{"docs":{},"。":{"docs":{"environment/":{"ref":"environment/","tf":0.5}}}}}}},"硬":{"docs":{},"件":{"docs":{},"配":{"docs":{},"置":{"docs":{},"开":{"docs":{},"发":{"docs":{},"。":{"docs":{"hardware/":{"ref":"hardware/","tf":0.5}}}}}}}}},"系":{"docs":{},"统":{"docs":{},"模":{"docs":{},"板":{"docs":{},"定":{"docs":{},"制":{"docs":{},"。":{"docs":{"os/":{"ref":"os/","tf":0.5}}}}}}}}},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"接":{"docs":{},"口":{"docs":{},"。":{"docs":{"api/":{"ref":"api/","tf":0.5}}}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"的":{"docs":{},"使":{"docs":{},"用":{"docs":{},"以":{"docs":{},"及":{"docs":{},"定":{"docs":{},"制":{"docs":{},"升":{"docs":{},"级":{"docs":{},"驱":{"docs":{},"动":{"docs":{},"模":{"docs":{},"块":{"docs":{},"。":{"docs":{"bootos/":{"ref":"bootos/","tf":0.5}}}}}}}}}}}}}}}}}}}}}}}}}}}},"目":{"docs":{},"的":{"docs":{"preface/":{"ref":"preface/","tf":0.09090909090909091}}},"标":{"docs":{},"读":{"docs":{},"者":{"docs":{"preface/目标读者.html":{"ref":"preface/目标读者.html","tf":10.166666666666666}}}}},"录":{"docs":{},"结":{"docs":{},"构":{"docs":{"preface/目录结构.html":{"ref":"preface/目录结构.html","tf":10.029411764705882}}}}}},"背":{"docs":{},"景":{"docs":{"preface/":{"ref":"preface/","tf":0.09090909090909091}}}},"说":{"docs":{},"明":{"docs":{"preface/":{"ref":"preface/","tf":0.09090909090909091},"preface/目录结构.html":{"ref":"preface/目录结构.html","tf":0.029411764705882353},"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":0.019230769230769232},"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748},"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.022222222222222223},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.0111731843575419},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.024096385542168676},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.017857142857142856},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.012422360248447204},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.02197802197802198},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756},"api/网络配置查询接口.html":{"ref":"api/网络配置查询接口.html","tf":0.02631578947368421}},":":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125},"os/PXE模板定制规范.html":{"ref":"os/PXE模板定制规范.html","tf":0.043478260869565216},"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.009345794392523364}}}}},"项":{"docs":{},"目":{"docs":{},"地":{"docs":{},"址":{"docs":{"preface/":{"ref":"preface/","tf":0.09090909090909091}}}}}},"(":{"docs":{},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{"preface/目标读者.html":{"ref":"preface/目标读者.html","tf":0.16666666666666666},"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":0.019230769230769232}}}}},"u":{"docs":{},"t":{"docs":{"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":0.019230769230769232}}}}},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{},"c":{"docs":{"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":0.019230769230769232}}}}}},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":0.019230769230769232}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},"u":{"docs":{},"r":{"docs":{"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":0.019230769230769232}}}}}}}}},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{},"n":{"docs":{},"o":{"docs":{},"l":{"docs":{},"i":{"docs":{},")":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":0.019230769230769232}}}}}}}},"a":{"docs":{},".":{"docs":{},"k":{"docs":{},".":{"docs":{},"a":{"docs":{},".":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}}}}}}}}}},"o":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748},"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.018518518518518517},"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.009345794392523364},"os/XenServer安装模板.html":{"ref":"os/XenServer安装模板.html","tf":0.034482758620689655}},"s":{"docs":{"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":0.019230769230769232}},")":{"docs":{"preface/目标读者.html":{"ref":"preface/目标读者.html","tf":0.16666666666666666}}},"i":{"docs":{},"d":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}}}}},"o":{"docs":{},"b":{"docs":{"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":0.019230769230769232},"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}},":":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}},"配":{"docs":{},"置":{"docs":{},"策":{"docs":{},"略":{"docs":{},"遵":{"docs":{},"守":{"docs":{},"用":{"docs":{},"户":{"docs":{},"默":{"docs":{},"认":{"docs":{},"选":{"docs":{},"择":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"配":{"docs":{},"置":{"docs":{},"用":{"docs":{},"户":{"docs":{},"和":{"docs":{},"密":{"docs":{},"码":{"docs":{},"以":{"docs":{},"及":{"docs":{},"网":{"docs":{},"络":{"docs":{},",":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{},"需":{"docs":{},"要":{"docs":{},"用":{"docs":{},"户":{"docs":{},"提":{"docs":{},"供":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"脚":{"docs":{},"本":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}}}}}},".":{"docs":{},"s":{"docs":{},"h":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}},":":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}}}}}}}},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":0.019230769230769232}}},"n":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},":":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.023255813953488372}}}}}}}}},"k":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.09055118110236221}}},"n":{"docs":{},"e":{"docs":{},"t":{"docs":{},"o":{"docs":{},"u":{"docs":{},"c":{"docs":{},"h":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}}}},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"k":{"docs":{},"=":{"docs":{},"s":{"docs":{},"d":{"docs":{},"a":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.01935483870967742},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.018292682926829267}}}}}}}}}}},"r":{"docs":{},"t":{"docs":{},"e":{"docs":{},"k":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"u":{"docs":{},"t":{"docs":{},"g":{"docs":{},"o":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"s":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.012903225806451613},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.012195121951219513}},"y":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055},"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.012903225806451613},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.012195121951219513}},",":{"docs":{"preface/目标读者.html":{"ref":"preface/目标读者.html","tf":0.16666666666666666}}},")":{"docs":{"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":0.057692307692307696}}},"i":{"docs":{},"d":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}}}}}}},"f":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}},"c":{"docs":{},"f":{"docs":{},"g":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}}}}}},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":0.11538461538461539}}}}},"u":{"docs":{},"t":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.015748031496062992}},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}},"a":{"2":{"5":{"6":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.003838771593090211}}},"docs":{}},"docs":{}},"docs":{}},"o":{"docs":{},"w":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125},"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.023255813953488372}}}}},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.04672897196261682}},"模":{"docs":{},"块":{"docs":{},":":{"docs":{},"提":{"docs":{},"供":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"服":{"docs":{},"务":{"docs":{},",":{"docs":{},"包":{"docs":{},"括":{"docs":{},"数":{"docs":{},"据":{"docs":{},"录":{"docs":{},"入":{"docs":{},"查":{"docs":{},"询":{"docs":{},"等":{"docs":{},",":{"docs":{},"对":{"docs":{},"接":{"docs":{},"u":{"docs":{},"i":{"docs":{},"模":{"docs":{},"块":{"docs":{},"和":{"docs":{},"底":{"docs":{},"层":{"docs":{},"安":{"docs":{},"装":{"docs":{},"模":{"docs":{},"块":{"docs":{"platform/系统功能模块.html":{"ref":"platform/系统功能模块.html","tf":0.125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}},"/":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"2":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}},"docs":{}}}},"c":{"docs":{},"l":{"docs":{},"o":{"docs":{},"u":{"docs":{},"d":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{},"u":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}},":":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.007874015748031496}}},"|":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"2":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}},"docs":{}}}}},"端":{"docs":{},"根":{"docs":{},"据":{"docs":{},"收":{"docs":{},"集":{"docs":{},"的":{"docs":{},"信":{"docs":{},"息":{"docs":{},"生":{"docs":{},"成":{"docs":{},"p":{"docs":{},"x":{"docs":{},"e":{"docs":{},"安":{"docs":{},"装":{"docs":{},"配":{"docs":{},"置":{"docs":{"bootos/BootOS概述.html":{"ref":"bootos/BootOS概述.html","tf":0.05263157894736842}}}}}}}}}}}}}}}}}}},"_":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"r":{"docs":{},"=":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},".":{"docs":{},"i":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"s":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.02631578947368421}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"i":{"docs":{},"d":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}},"i":{"docs":{},"c":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.023622047244094488}},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.011811023622047244}}}}}}}},"i":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}},"a":{"docs":{},"l":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055},"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.012903225806451613},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.012195121951219513}},"_":{"docs":{},"c":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"o":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}},"_":{"docs":{},"r":{"docs":{},"a":{"docs":{},"w":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}}},"d":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748},"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.018518518518518517}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"u":{"docs":{},"x":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}},"=":{"0":{"docs":{"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.02631578947368421},"os/PXE模板定制规范.html":{"ref":"os/PXE模板定制规范.html","tf":0.043478260869565216}},"\"":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}},"docs":{}}}}}}},"c":{"docs":{},"u":{"docs":{},"r":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0028790786948176585}}}}},"n":{"docs":{},"s":{"docs":{},"o":{"docs":{},"r":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.003838771593090211}}}}}},"q":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}},"u":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}},"t":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.046511627906976744}}}},"m":{"docs":{},"b":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.011811023622047244}},"u":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527},"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}},"i":{"docs":{},"o":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"m":{"docs":{},"e":{"docs":{},"d":{"docs":{},"i":{"docs":{},"a":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}}}}}}},"i":{"docs":{},"c":{"docs":{},",":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748},"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124},"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064}}}},"n":{"docs":{},"d":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}},"c":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"s":{"docs":{},".":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}},"o":{"docs":{},"r":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}},"f":{"docs":{},"t":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}},"n":{"docs":{},"i":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}},"c":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.06692913385826772}}}},"t":{"docs":{},"e":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364},"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}},"等":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}},"s":{"docs":{},"\"":{"docs":{},",":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}}}}}},"u":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}}}}},"o":{"docs":{},"p":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.01968503937007874}}},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}}},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"e":{"docs":{},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}}},"p":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.016666666666666666},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.0335195530726257},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.026785714285714284},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.02197802197802198},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.012195121951219513},"api/网络配置查询接口.html":{"ref":"api/网络配置查询接口.html","tf":0.05263157894736842}}}}},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"$":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},")":{"docs":{},")":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}}}}}}}}}}}}}},"a":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0047984644913627635}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"k":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"m":{"docs":{},"s":{"docs":{},"u":{"docs":{},"n":{"docs":{},"g":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}}},"b":{"docs":{},"a":{"docs":{"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.009345794392523364}}}}},"n":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"k":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}}}},"s":{"docs":{},"/":{"docs":{},"s":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}},"t":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"v":{"docs":{},"u":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}},"c":{"docs":{},"m":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},",":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"s":{"docs":{},"/":{"docs":{},"i":{"docs":{},"f":{"docs":{},"c":{"docs":{},"f":{"docs":{},"g":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}}}}}}}}}}},"s":{"docs":{},"i":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}},"_":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},"_":{"docs":{},"s":{"docs":{},"a":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}}}}}}}}}}}},"d":{"docs":{},"d":{"docs":{},"r":{"0":{"9":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}},"5":{"5":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}},"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}},"g":{"docs":{},"i":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"i":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}}}},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"z":{"docs":{},"e":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.015503875968992248}},"=":{"1":{"0":{"0":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}},"docs":{}},"docs":{}},"2":{"0":{"4":{"8":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}},"docs":{}},"docs":{}},"5":{"6":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}},"docs":{}},"docs":{}},"docs":{}}}}},"j":{"docs":{},"o":{"docs":{},"y":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"n":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756},"api/网络配置查询接口.html":{"ref":"api/网络配置查询接口.html","tf":0.02631578947368421}},"d":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0028790786948176585}}},"序":{"docs":{},"列":{"docs":{},"号":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756},"api/网络配置查询接口.html":{"ref":"api/网络配置查询接口.html","tf":0.02631578947368421}}}}}},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"e":{"docs":{},"e":{"docs":{},"d":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"k":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}}}},"s":{"docs":{},"b":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"e":{"3":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}},"s":{"docs":{},"e":{"3":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}}}},"u":{"docs":{},"b":{"docs":{},"s":{"docs":{},"y":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}},"n":{"docs":{},"e":{"docs":{},"t":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}}}}}},"n":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"p":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.007677543186180422}}}}}}},"s":{"docs":{},"e":{"docs":{},"的":{"docs":{},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},"y":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{"os/自动化安装基础.html":{"ref":"os/自动化安装基础.html","tf":0.14285714285714285}}}}}}}}}}}}},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"/":{"docs":{},"f":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"u":{"docs":{},"r":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}}}}}}}}}}}}}}},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"a":{"docs":{},"p":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}}},"l":{"docs":{},"o":{"docs":{},"t":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.015625}}}}},",":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}}}},"管":{"docs":{},"理":{"docs":{},"安":{"docs":{},"装":{"docs":{},"经":{"docs":{},"验":{"docs":{},"。":{"docs":{"preface/目标读者.html":{"ref":"preface/目标读者.html","tf":0.16666666666666666}}}}}}},"i":{"docs":{},"p":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}}}},"网":{"docs":{},"络":{"docs":{},"资":{"docs":{},"源":{"docs":{},"表":{"docs":{},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"_":{"docs":{},"n":{"docs":{},"e":{"docs":{},"t":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{},"s":{"docs":{},")":{"docs":{},"表":{"docs":{},"i":{"docs":{},"d":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"下":{"docs":{},"表":{"docs":{},"介":{"docs":{},"绍":{"docs":{},"了":{"docs":{},"本":{"docs":{},"书":{"docs":{},"中":{"docs":{},"的":{"docs":{},"各":{"docs":{},"章":{"docs":{},"。":{"docs":{"preface/目录结构.html":{"ref":"preface/目录结构.html","tf":0.029411764705882353}}}}}}}}}}}}},"载":{"docs":{},"一":{"docs":{},"键":{"docs":{},"安":{"docs":{},"装":{"docs":{},"包":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}}}},"介":{"docs":{},"绍":{"docs":{},"了":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"使":{"docs":{},"用":{"docs":{},",":{"docs":{},"阐":{"docs":{},"述":{"docs":{},"了":{"docs":{},"如":{"docs":{},"何":{"docs":{},"升":{"docs":{},"级":{"docs":{},"、":{"docs":{},"定":{"docs":{},"制":{"docs":{},"等":{"docs":{},"开":{"docs":{},"发":{"docs":{},"指":{"docs":{},"南":{"docs":{"preface/目录结构.html":{"ref":"preface/目录结构.html","tf":0.029411764705882353}}}}}}}}}}}}}}}}}}}}}}}}}},"x":{"8":{"6":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"安":{"docs":{},"装":{"docs":{},"平":{"docs":{},"台":{"docs":{},"架":{"docs":{},"构":{"docs":{},"、":{"docs":{},"功":{"docs":{},"能":{"docs":{},"模":{"docs":{},"块":{"docs":{},"以":{"docs":{},"及":{"docs":{},"升":{"docs":{},"级":{"docs":{},"流":{"docs":{},"程":{"docs":{"preface/目录结构.html":{"ref":"preface/目录结构.html","tf":0.029411764705882353}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}},"平":{"docs":{},"台":{"docs":{},"开":{"docs":{},"发":{"docs":{},"的":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"接":{"docs":{},"口":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"基":{"docs":{},"于":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"进":{"docs":{},"行":{"docs":{},"定":{"docs":{},"制":{"docs":{},"和":{"docs":{},"整":{"docs":{},"合":{"docs":{"preface/目录结构.html":{"ref":"preface/目录结构.html","tf":0.029411764705882353}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"其":{"docs":{},"他":{"docs":{},"说":{"docs":{},"明":{"docs":{"preface/目录结构.html":{"ref":"preface/目录结构.html","tf":0.029411764705882353}}}}}},"安":{"docs":{},"装":{"docs":{},"环":{"docs":{},"境":{"docs":{},"搭":{"docs":{},"建":{"docs":{},"说":{"docs":{},"明":{"docs":{},",":{"docs":{},"使":{"docs":{},"用":{"docs":{},"一":{"docs":{},"键":{"docs":{},"部":{"docs":{},"署":{"docs":{},"的":{"docs":{},"方":{"docs":{},"式":{"docs":{},"快":{"docs":{},"速":{"docs":{},"实":{"docs":{},"现":{"docs":{"preface/目录结构.html":{"ref":"preface/目录结构.html","tf":0.029411764705882353}}}}}}}}}}}}}}}}}}}}}},"方":{"docs":{},"法":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}},"进":{"docs":{},"度":{"docs":{},":":{"docs":{},"常":{"docs":{},"规":{"docs":{},"进":{"docs":{},"度":{"docs":{},"为":{"0":{"docs":{"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428}}},"docs":{}}}}}}}}}}},"硬":{"docs":{},"件":{"docs":{},"配":{"docs":{},"置":{"docs":{},"开":{"docs":{},"发":{"docs":{"hardware/":{"ref":"hardware/","tf":10.5}},"说":{"docs":{},"明":{"docs":{},",":{"docs":{},"介":{"docs":{},"绍":{"docs":{},"了":{"docs":{},"硬":{"docs":{},"件":{"docs":{},"配":{"docs":{},"置":{"docs":{},"基":{"docs":{},"础":{"docs":{},"以":{"docs":{},"及":{"docs":{},"开":{"docs":{},"发":{"docs":{},"规":{"docs":{},"范":{"docs":{"preface/目录结构.html":{"ref":"preface/目录结构.html","tf":0.029411764705882353}}}}}}}}}}}}}}}}}}}}}},"依":{"docs":{},"赖":{"docs":{},"每":{"docs":{},"个":{"docs":{},"厂":{"docs":{},"商":{"docs":{},"提":{"docs":{},"供":{"docs":{},"的":{"docs":{},"工":{"docs":{},"具":{"docs":{},",":{"docs":{},"这":{"docs":{},"里":{"docs":{},"列":{"docs":{},"举":{"docs":{},"了":{"docs":{},"一":{"docs":{},"些":{"docs":{},"常":{"docs":{},"用":{"docs":{},"的":{"docs":{},"硬":{"docs":{},"件":{"docs":{},"配":{"docs":{},"置":{"docs":{},"工":{"docs":{},"具":{"docs":{},":":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"基":{"docs":{},"础":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":10.009345794392523}}}},"工":{"docs":{},"具":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}}},"策":{"docs":{},"略":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}}},"项":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}},"表":{"docs":{},"(":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{},"表":{"docs":{},"i":{"docs":{},"d":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}}}}}}}}}}}}}}}}},"模":{"docs":{},"板":{"docs":{},"接":{"docs":{},"口":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":10.006211180124224}}}}}},"节":{"docs":{},"点":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}}}}}},"工":{"docs":{},"具":{"docs":{},"包":{"docs":{},"使":{"docs":{},"用":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":10.0078125}},",":{"docs":{},"包":{"docs":{},"括":{"docs":{},"支":{"docs":{},"持":{"docs":{},"多":{"docs":{},"组":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125}}}}}}}}}}},"开":{"docs":{},"发":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":10.007751937984496}}}}}}},"脚":{"docs":{},"本":{"docs":{},"定":{"docs":{},"义":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}}}}}},"驱":{"docs":{},"动":{"docs":{},",":{"docs":{},"增":{"docs":{},"加":{"docs":{"append/":{"ref":"append/","tf":0.024390243902439025}}}}}}}}},"章":{"docs":{"preface/目录结构.html":{"ref":"preface/目录结构.html","tf":0.23529411764705882}}},"第":{"docs":{"preface/目录结构.html":{"ref":"preface/目录结构.html","tf":0.20588235294117646}}},"系":{"docs":{},"统":{"docs":{},"模":{"docs":{},"板":{"docs":{},"定":{"docs":{},"制":{"docs":{"os/":{"ref":"os/","tf":10.5}},"说":{"docs":{},"明":{"docs":{},",":{"docs":{},"介":{"docs":{},"绍":{"docs":{},"了":{"docs":{},"系":{"docs":{},"统":{"docs":{},"自":{"docs":{},"动":{"docs":{},"化":{"docs":{},"安":{"docs":{},"装":{"docs":{},"的":{"docs":{},"配":{"docs":{},"置":{"docs":{},"基":{"docs":{},"础":{"docs":{"preface/目录结构.html":{"ref":"preface/目录结构.html","tf":0.029411764705882353}}}}}}}}}}}}}}}}}}}}}},"表":{"docs":{},"(":{"docs":{},"s":{"docs":{},"y":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"_":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},"s":{"docs":{},")":{"docs":{},"表":{"docs":{},"i":{"docs":{},"d":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}}}}}}}}}}}}}}}}}}}}}},"查":{"docs":{},"询":{"docs":{},"接":{"docs":{},"口":{"docs":{"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":10.00609756097561}}}}}}}},"服":{"docs":{},"务":{"docs":{},"架":{"docs":{},"构":{"docs":{"platform/系统服务架构.html":{"ref":"platform/系统服务架构.html","tf":10.5}},"图":{"docs":{},"如":{"docs":{},"下":{"docs":{},",":{"docs":{},"主":{"docs":{},"要":{"docs":{},"分":{"docs":{},"三":{"docs":{},"层":{"docs":{},"结":{"docs":{},"构":{"docs":{},",":{"docs":{},"六":{"docs":{},"大":{"docs":{},"功":{"docs":{},"能":{"docs":{},"模":{"docs":{},"块":{"docs":{},"。":{"docs":{},"采":{"docs":{},"用":{"docs":{},"分":{"docs":{},"层":{"docs":{},"思":{"docs":{},"想":{"docs":{},",":{"docs":{},"前":{"docs":{},"后":{"docs":{},"端":{"docs":{},"分":{"docs":{},"离":{"docs":{},",":{"docs":{},"模":{"docs":{},"块":{"docs":{},"之":{"docs":{},"间":{"docs":{},"通":{"docs":{},"过":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"接":{"docs":{},"口":{"docs":{},"进":{"docs":{},"行":{"docs":{},"调":{"docs":{},"用":{"docs":{},",":{"docs":{},"相":{"docs":{},"互":{"docs":{},"独":{"docs":{},"立":{"docs":{},"。":{"docs":{},"很":{"docs":{},"容":{"docs":{},"易":{"docs":{},"做":{"docs":{},"到":{"docs":{},"和":{"docs":{},"现":{"docs":{},"有":{"docs":{},"平":{"docs":{},"台":{"docs":{},"进":{"docs":{},"行":{"docs":{},"整":{"docs":{},"合":{"docs":{},"。":{"docs":{"platform/系统服务架构.html":{"ref":"platform/系统服务架构.html","tf":0.5}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"功":{"docs":{},"能":{"docs":{},"模":{"docs":{},"块":{"docs":{"platform/系统功能模块.html":{"ref":"platform/系统功能模块.html","tf":10.125}}}}}},"各":{"docs":{},"个":{"docs":{},"功":{"docs":{},"能":{"docs":{},"模":{"docs":{},"块":{"docs":{},"如":{"docs":{},"下":{"docs":{},":":{"docs":{"platform/系统功能模块.html":{"ref":"platform/系统功能模块.html","tf":0.125}}}}}}}}}}},"安":{"docs":{},"装":{"docs":{},"流":{"docs":{},"程":{"docs":{"platform/系统安装流程.html":{"ref":"platform/系统安装流程.html","tf":10.0625}}}},"用":{"docs":{},"户":{"docs":{},"流":{"docs":{},"程":{"docs":{},"图":{"docs":{},"如":{"docs":{},"下":{"docs":{},":":{"docs":{"platform/系统安装流程.html":{"ref":"platform/系统安装流程.html","tf":0.0625}}}}}}}}}},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"配":{"docs":{},"置":{"docs":{},"模":{"docs":{},"板":{"docs":{},"包":{"docs":{},"括":{"docs":{},"p":{"docs":{},"x":{"docs":{},"e":{"docs":{},"安":{"docs":{},"装":{"docs":{},"模":{"docs":{},"板":{"docs":{},"和":{"docs":{},"自":{"docs":{},"动":{"docs":{},"化":{"docs":{},"部":{"docs":{},"署":{"docs":{},"模":{"docs":{},"板":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"包":{"docs":{},"含":{"docs":{},"了":{"docs":{},"一":{"docs":{},"套":{"docs":{},"初":{"docs":{},"始":{"docs":{},"化":{"docs":{},"脚":{"docs":{},"本":{"docs":{},"。":{"docs":{},"这":{"docs":{},"里":{"docs":{},"以":{"docs":{},"c":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{"os/PXE模板定制规范.html":{"ref":"os/PXE模板定制规范.html","tf":0.043478260869565216}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"依":{"docs":{},"赖":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}},"虚":{"docs":{},"拟":{"docs":{},"机":{"docs":{},"管":{"docs":{},"理":{"docs":{},"说":{"docs":{},"明":{"docs":{},",":{"docs":{},"介":{"docs":{},"绍":{"docs":{},"了":{"docs":{},"基":{"docs":{},"于":{"docs":{},"x":{"8":{"6":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"的":{"docs":{},"虚":{"docs":{},"拟":{"docs":{},"机":{"docs":{},"管":{"docs":{},"理":{"docs":{"preface/目录结构.html":{"ref":"preface/目录结构.html","tf":0.029411764705882353}}}}}}}}}}}},"docs":{}},"docs":{}}}}}}}}}}}}}}},"附":{"docs":{},"录":{"docs":{"preface/目录结构.html":{"ref":"preface/目录结构.html","tf":0.029411764705882353},"append/":{"ref":"append/","tf":10.024390243902438}}}},"#":{"docs":{"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":0.019230769230769232},"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.047244094488188976},"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.02631578947368421},"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.046875},"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.023255813953488372},"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.1111111111111111},"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.028037383177570093},"os/XenServer安装模板.html":{"ref":"os/XenServer安装模板.html","tf":0.13793103448275862},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}},"#":{"docs":{},"#":{"docs":{},"#":{"docs":{},"#":{"docs":{},"#":{"docs":{},"#":{"docs":{},"#":{"docs":{},"#":{"docs":{},"#":{"docs":{},"#":{"docs":{},"#":{"docs":{},"#":{"docs":{},"#":{"docs":{},"#":{"docs":{},"#":{"docs":{},"#":{"docs":{},"#":{"docs":{},"#":{"docs":{},"#":{"docs":{},"#":{"docs":{},"#":{"docs":{},"#":{"docs":{},"#":{"docs":{},"#":{"docs":{},"#":{"docs":{},"#":{"docs":{},"#":{"docs":{},"#":{"docs":{},"#":{"docs":{},"#":{"docs":{},"#":{"docs":{},"#":{"docs":{},"#":{"docs":{},"#":{"docs":{},"#":{"docs":{},"#":{"docs":{},"#":{"docs":{},"#":{"docs":{},"#":{"docs":{},"#":{"docs":{},"#":{"docs":{},"#":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.007874015748031496}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"$":{"1":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.012903225806451613},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.012195121951219513}}},"6":{"docs":{},"$":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"c":{"docs":{},"f":{"docs":{},"x":{"9":{"docs":{},"h":{"docs":{},"z":{"docs":{},"j":{"docs":{},"v":{"docs":{},"m":{"docs":{},"q":{"docs":{},"y":{"docs":{},"s":{"6":{"docs":{},"$":{"docs":{},"b":{"docs":{},"y":{"docs":{},"i":{"docs":{},"b":{"docs":{},"e":{"docs":{},"u":{"4":{"docs":{},"z":{"docs":{},"e":{"docs":{},"k":{"docs":{},"p":{"0":{"docs":{},"k":{"docs":{},"l":{"docs":{},"n":{"docs":{},"z":{"8":{"docs":{},"r":{"docs":{},"l":{"docs":{},"m":{"docs":{},"d":{"docs":{},"u":{"7":{"docs":{},"s":{"docs":{},"q":{"5":{"docs":{},"o":{"4":{"docs":{},"h":{"docs":{},"q":{"docs":{},"r":{"docs":{},"v":{"5":{"5":{"docs":{},"o":{"1":{"5":{"1":{"docs":{},"i":{"docs":{},"l":{"docs":{},"x":{"7":{"docs":{},"s":{"2":{"docs":{},"k":{"docs":{},"s":{"docs":{},"q":{"docs":{},".":{"5":{"docs":{},"r":{"docs":{},"v":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"g":{"docs":{},"w":{"docs":{},"j":{"docs":{},"l":{"docs":{},"p":{"docs":{},"p":{"docs":{},"m":{"docs":{},"q":{"docs":{},"i":{"docs":{},"r":{"docs":{},"j":{"8":{"docs":{},".":{"docs":{},"w":{"docs":{},"u":{"docs":{},"c":{"docs":{},"b":{"docs":{},"z":{"docs":{},"c":{"3":{"docs":{},"d":{"docs":{},"u":{"docs":{},"q":{"docs":{},"x":{"0":{"docs":{},"r":{"docs":{},"t":{"3":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"/":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}}}}},"docs":{}}}},"docs":{}}}}}},"docs":{}}}}}}}}},"docs":{}}}}}}}}}}}}}}}}}},"docs":{}}}}}},"docs":{}}},"docs":{}}}}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}}}}},"docs":{}}},"docs":{}}}},"docs":{}}}}}}},"docs":{}}}}}},"docs":{}}}}}},"docs":{}}}}}}}}},"docs":{}}}}}}}}}},"docs":{}}}}}}}}},"docs":{"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":0.019230769230769232}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"x":{"8":{"6":{"docs":{},"_":{"6":{"4":{"docs":{},".":{"docs":{},"r":{"docs":{},"p":{"docs":{},"m":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.007874015748031496}}}}}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}}}}}}}}},"c":{"docs":{},"h":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}},";":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}},")":{"docs":{},";":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}}}}}}}},"a":{"4":{"docs":{},"t":{"docs":{},"e":{"docs":{},"c":{"docs":{},"h":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}},"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":0.019230769230769232},"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527},"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}},"(":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}}}}}},"c":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}},"(":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"o":{"docs":{},"p":{"docs":{},"s":{"docs":{},"y":{"docs":{},"s":{"docs":{},")":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}}}}}},"_":{"docs":{},"p":{"docs":{},"s":{"2":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}}},"u":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}},"h":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}}}}},"v":{"docs":{},"o":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"会":{"docs":{},"根":{"docs":{},"据":{"docs":{},"自":{"docs":{},"身":{"docs":{},"序":{"docs":{},"列":{"docs":{},"号":{"docs":{},"去":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"端":{"docs":{},"查":{"docs":{},"询":{"docs":{},"是":{"docs":{},"否":{"docs":{},"在":{"docs":{},"安":{"docs":{},"装":{"docs":{},"队":{"docs":{},"列":{"docs":{},"中":{"docs":{"platform/系统安装流程.html":{"ref":"platform/系统安装流程.html","tf":0.0625}}}}}}}}}}}}}}}}}}}}}}}}}}}},"从":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"端":{"docs":{},"获":{"docs":{},"取":{"docs":{},"硬":{"docs":{},"件":{"docs":{},"配":{"docs":{},"置":{"docs":{},"模":{"docs":{},"板":{"docs":{},"并":{"docs":{},"执":{"docs":{},"行":{"docs":{},"配":{"docs":{},"置":{"docs":{"bootos/BootOS概述.html":{"ref":"bootos/BootOS概述.html","tf":0.05263157894736842}}}}}}}}}}}}}}}}}}}}}}},"采":{"docs":{},"集":{"docs":{},"硬":{"docs":{},"件":{"docs":{},"信":{"docs":{},"息":{"docs":{},",":{"docs":{},"上":{"docs":{},"传":{"docs":{},"到":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"端":{"docs":{"bootos/BootOS概述.html":{"ref":"bootos/BootOS概述.html","tf":0.05263157894736842}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"t":{"2":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.011811023622047244}},".":{"docs":{},"y":{"docs":{},"a":{"docs":{},"m":{"docs":{},"l":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}},"/":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"/":{"docs":{},"c":{"docs":{},"l":{"docs":{},"o":{"docs":{},"u":{"docs":{},"d":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.007874015748031496}}}}}}}}}}}}},"docs":{}},"c":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}},"s":{"docs":{},"s":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}},"t":{"docs":{},"o":{"docs":{},"k":{"docs":{},"e":{"docs":{},"n":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.005555555555555556},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},"u":{"docs":{},"c":{"docs":{},"h":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}}}}}},"l":{"docs":{},"s":{"docs":{},",":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"r":{"docs":{},"u":{"docs":{},"x":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},")":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}},"a":{"docs":{},"p":{"docs":{},"t":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}},"e":{"docs":{},"c":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"o":{"docs":{},"r":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}}},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.015503875968992248}}}}}}}},"u":{"docs":{},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{},"=":{"0":{"docs":{"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.02631578947368421},"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}},"docs":{}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"l":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"t":{"docs":{},"h":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}}}}}}}}},"a":{"docs":{},"c":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"d":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}},"b":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"u":{"docs":{},"d":{"docs":{},"a":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}}},"g":{"docs":{},"o":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"m":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}},",":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}}}}}}},"p":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}},"s":{"docs":{},"a":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}},".":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}},"_":{"docs":{},"p":{"docs":{},"s":{"2":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}}}}}}}}},"p":{"docs":{},"p":{"docs":{},"l":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}},"e":{"docs":{},"i":{"docs":{},"r":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}},"\"":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.01935483870967742},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.018292682926829267}}},"'":{"docs":{},",":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}}}}}}}}}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"os/PXE模板定制规范.html":{"ref":"os/PXE模板定制规范.html","tf":0.043478260869565216}},"=":{"docs":{},"\"":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"=":{"docs":{},"t":{"docs":{},"t":{"docs":{},"y":{"0":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}},"docs":{}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"i":{"docs":{},"c":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"a":{"docs":{},"/":{"docs":{},"s":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"h":{"docs":{},"a":{"docs":{},"i":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}}}}}}}}}}},"u":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055},"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}}}}}}}}}},"t":{"4":{"2":{"docs":{},"q":{"docs":{},"t":{"1":{"0":{"7":{"0":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}},"docs":{}},"docs":{},"a":{"docs":{},"c":{"docs":{},"b":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"p":{"docs":{},"i":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"g":{"docs":{},"o":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"x":{"docs":{},"f":{"docs":{},"f":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"w":{"docs":{},"k":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.012903225806451613},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.012195121951219513}}}},"z":{"docs":{"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.018518518518518517},"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.009345794392523364},"os/XenServer安装模板.html":{"ref":"os/XenServer安装模板.html","tf":0.034482758620689655}}}},"b":{"4":{"4":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}},"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},")":{"docs":{"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":0.019230769230769232}}}},"g":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"s":{"docs":{},"h":{"docs":{"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":0.038461538461538464}}},"e":{"6":{"4":{"docs":{},"_":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"(":{"docs":{},"\"":{"docs":{},"开":{"docs":{},"始":{"docs":{},"进":{"docs":{},"入":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"\"":{"docs":{},")":{"docs":{},")":{"docs":{},";":{"docs":{"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.003838771593090211}}}},"c":{"docs":{},"k":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}}},"i":{"docs":{},"o":{"docs":{"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":0.019230769230769232},"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527},"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}},"s":{"docs":{},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"=":{"0":{"docs":{"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.02631578947368421},"os/PXE模板定制规范.html":{"ref":"os/PXE模板定制规范.html","tf":0.043478260869565216},"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}},"docs":{}}}}}}}}},":":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}},"配":{"docs":{},"置":{"docs":{},"会":{"docs":{},"提":{"docs":{},"供":{"docs":{},"一":{"docs":{},"些":{"docs":{},"默":{"docs":{},"认":{"docs":{},"参":{"docs":{},"数":{"docs":{},",":{"docs":{},"比":{"docs":{},"如":{"docs":{},"默":{"docs":{},"认":{"docs":{},"开":{"docs":{},"启":{"docs":{},"v":{"docs":{},"t":{"docs":{},",":{"docs":{},"开":{"docs":{},"启":{"docs":{},"h":{"docs":{},"t":{"docs":{},",":{"docs":{},"关":{"docs":{},"闭":{"docs":{},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"a":{"docs":{},",":{"docs":{},"关":{"docs":{},"闭":{"docs":{},"c":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"脚":{"docs":{},"本":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}}}}}},".":{"docs":{},"s":{"docs":{},"h":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}},":":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}}}}}}}},"t":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}},"o":{"docs":{"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":0.019230769230769232},"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.05263157894736842},"append/":{"ref":"append/","tf":0.04878048780487805}},"s":{"docs":{},"模":{"docs":{},"块":{"docs":{},":":{"docs":{},"通":{"docs":{},"过":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"进":{"docs":{},"行":{"docs":{},"信":{"docs":{},"息":{"docs":{},"采":{"docs":{},"集":{"docs":{},"上":{"docs":{},"报":{"docs":{},",":{"docs":{},"接":{"docs":{},"口":{"docs":{},"查":{"docs":{},"询":{"docs":{},",":{"docs":{},"调":{"docs":{},"用":{"docs":{},"接":{"docs":{},"口":{"docs":{},"完":{"docs":{},"成":{"docs":{},"硬":{"docs":{},"件":{"docs":{},"配":{"docs":{},"置":{"docs":{"platform/系统功能模块.html":{"ref":"platform/系统功能模块.html","tf":0.125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"介":{"docs":{},"绍":{"docs":{"bootos/":{"ref":"bootos/","tf":10},"bootos/BootOS概述.html":{"ref":"bootos/BootOS概述.html","tf":0.05263157894736842}}}},"开":{"docs":{},"发":{"docs":{"bootos/":{"ref":"bootos/","tf":0.5}}}},"是":{"docs":{},"一":{"docs":{},"种":{"docs":{},"基":{"docs":{},"于":{"docs":{},"内":{"docs":{},"存":{"docs":{},"的":{"docs":{},"操":{"docs":{},"作":{"docs":{},"系":{"docs":{},"统":{"docs":{},"。":{"docs":{},"系":{"docs":{},"统":{"docs":{},"启":{"docs":{},"动":{"docs":{},"后":{"docs":{},"全":{"docs":{},"部":{"docs":{},"装":{"docs":{},"载":{"docs":{},"到":{"docs":{},"内":{"docs":{},"存":{"docs":{},"中":{"docs":{},"运":{"docs":{},"行":{"docs":{},",":{"docs":{},"不":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"磁":{"docs":{},"盘":{"docs":{},"设":{"docs":{},"备":{"docs":{},"。":{"docs":{},"所":{"docs":{},"以":{"docs":{},"可":{"docs":{},"以":{"docs":{},"直":{"docs":{},"接":{"docs":{},"对":{"docs":{},"硬":{"docs":{},"件":{"docs":{},"进":{"docs":{},"行":{"docs":{},"操":{"docs":{},"作":{"docs":{},",":{"docs":{},"包":{"docs":{},"括":{"docs":{},"升":{"docs":{},"级":{"docs":{},"b":{"docs":{},"i":{"docs":{},"o":{"docs":{},"s":{"docs":{},",":{"docs":{},"修":{"docs":{},"改":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"d":{"docs":{},",":{"docs":{},"配":{"docs":{},"置":{"docs":{},"o":{"docs":{},"o":{"docs":{},"b":{"docs":{},",":{"docs":{},"以":{"docs":{},"及":{"docs":{},"对":{"docs":{},"磁":{"docs":{},"盘":{"docs":{},"分":{"docs":{},"区":{"docs":{},"和":{"docs":{},"创":{"docs":{},"建":{"docs":{},"文":{"docs":{},"件":{"docs":{},"系":{"docs":{},"统":{"docs":{},"等":{"docs":{},"。":{"docs":{"bootos/BootOS概述.html":{"ref":"bootos/BootOS概述.html","tf":0.05263157894736842}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"概":{"docs":{},"述":{"docs":{"bootos/BootOS概述.html":{"ref":"bootos/BootOS概述.html","tf":10}}}},"使":{"docs":{},"用":{"docs":{"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":10.013157894736842}}}},"内":{"docs":{},"置":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{},"并":{"docs":{},"自":{"docs":{},"动":{"docs":{},"启":{"docs":{},"动":{"docs":{},",":{"docs":{},"负":{"docs":{},"责":{"docs":{},"硬":{"docs":{},"件":{"docs":{},"信":{"docs":{},"息":{"docs":{},"的":{"docs":{},"采":{"docs":{},"集":{"docs":{},"和":{"docs":{},"硬":{"docs":{},"件":{"docs":{},"初":{"docs":{},"始":{"docs":{},"化":{"docs":{},"配":{"docs":{},"置":{"docs":{},"。":{"docs":{},"这":{"docs":{},"里":{"docs":{},"提":{"docs":{},"供":{"docs":{},"了":{"docs":{},"两":{"docs":{},"个":{"docs":{},"接":{"docs":{},"口":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"方":{"docs":{},"便":{"docs":{},"调":{"docs":{},"用":{"docs":{},"用":{"docs":{},"户":{"docs":{},"自":{"docs":{},"己":{"docs":{},"的":{"docs":{},"脚":{"docs":{},"本":{"docs":{},",":{"docs":{},"做":{"docs":{},"一":{"docs":{},"些":{"docs":{},"更":{"docs":{},"复":{"docs":{},"杂":{"docs":{},"的":{"docs":{},"操":{"docs":{},"作":{"docs":{},"。":{"docs":{"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.013157894736842105}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"精":{"docs":{},"简":{"docs":{},"了":{"docs":{},"大":{"docs":{},"部":{"docs":{},"分":{"docs":{},"驱":{"docs":{},"动":{"docs":{},"程":{"docs":{},"序":{"docs":{},",":{"docs":{},"只":{"docs":{},"保":{"docs":{},"留":{"docs":{},"系":{"docs":{},"统":{"docs":{},"核":{"docs":{},"心":{"docs":{},"和":{"docs":{},"硬":{"docs":{},"件":{"docs":{},"支":{"docs":{},"持":{"docs":{},"必":{"docs":{},"备":{"docs":{},"的":{"docs":{},"驱":{"docs":{},"动":{"docs":{},"。":{"docs":{},"当":{"docs":{},"前":{"docs":{},"支":{"docs":{},"持":{"docs":{},"的":{"docs":{},"驱":{"docs":{},"动":{"docs":{},"程":{"docs":{},"序":{"docs":{},"列":{"docs":{},"表":{"docs":{},"如":{"docs":{},"下":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"遇":{"docs":{},"到":{"docs":{},"不":{"docs":{},"支":{"docs":{},"持":{"docs":{},"的":{"docs":{},"设":{"docs":{},"备":{"docs":{},",":{"docs":{},"请":{"docs":{},"按":{"docs":{},"照":{"docs":{},"文":{"docs":{},"档":{"docs":{},"里":{"docs":{},"面":{"docs":{},"的":{"docs":{},"说":{"docs":{},"明":{"docs":{},"及":{"docs":{},"时":{"docs":{},"反":{"docs":{},"馈":{"docs":{},"给":{"docs":{},"我":{"docs":{},"们":{"docs":{},"。":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"适":{"docs":{},"配":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":10.000959692898272}}}}}},"i":{"docs":{},"f":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"t":{"docs":{},"o":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"=":{"0":{"docs":{"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.018518518518518517}}},"docs":{}}}}}}}}},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":0.038461538461538464}}}}},"x":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"n":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"=":{"docs":{},"\"":{"docs":{},"n":{"docs":{},"o":{"docs":{},"\"":{"docs":{"api/网络配置查询接口.html":{"ref":"api/网络配置查询接口.html","tf":0.02631578947368421}}}}}}}}}}}}},"c":{"docs":{},"m":{"5":{"7":{"0":{"6":{"docs":{},"/":{"5":{"7":{"0":{"8":{"docs":{},"/":{"5":{"7":{"0":{"9":{"docs":{},"/":{"5":{"7":{"1":{"6":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"3":{"docs":{},"x":{"docs":{},"x":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"7":{"1":{"0":{"docs":{},"/":{"5":{"7":{"7":{"1":{"1":{"docs":{},"/":{"5":{"7":{"7":{"1":{"1":{"docs":{},"e":{"docs":{},"/":{"5":{"7":{"7":{"1":{"2":{"docs":{},"/":{"5":{"7":{"7":{"1":{"2":{"docs":{},"_":{"docs":{},"m":{"docs":{},"f":{"docs":{},"/":{"5":{"7":{"8":{"0":{"0":{"docs":{},"/":{"5":{"7":{"8":{"0":{"0":{"docs":{},"_":{"docs":{},"m":{"docs":{},"f":{"docs":{},"/":{"5":{"7":{"8":{"1":{"0":{"docs":{},"/":{"5":{"7":{"8":{"1":{"0":{"docs":{},"_":{"docs":{},"m":{"docs":{},"f":{"docs":{},"/":{"5":{"7":{"8":{"4":{"0":{"docs":{},"/":{"5":{"7":{"8":{"4":{"0":{"docs":{},"_":{"docs":{},"m":{"docs":{},"f":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"e":{"docs":{},"l":{"docs":{},"k":{"docs":{},"i":{"docs":{},"n":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"t":{"docs":{},"o":{"docs":{},"p":{"docs":{},"f":{"docs":{},"f":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"n":{"docs":{},"x":{"2":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}},"x":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"docs":{},"t":{"docs":{},"_":{"docs":{},"e":{"docs":{},"n":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}},"r":{"docs":{},"i":{"docs":{},"d":{"docs":{},"g":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0028790786948176585}}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.003838771593090211},"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.018691588785046728}}}}}}}}},"t":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"u":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"t":{"docs":{},"t":{"docs":{},"o":{"docs":{},"n":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"=":{"docs":{"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.018518518518518517}}}}}}},"m":{"docs":{},"c":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}}}}},"c":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364},"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.03125},"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}},"m":{"6":{"5":{"3":{"3":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}},"docs":{}},"docs":{}},"docs":{},"d":{"docs":{},"b":{"docs":{"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":0.019230769230769232}},"模":{"docs":{},"块":{"docs":{},":":{"docs":{},"包":{"docs":{},"括":{"docs":{},"安":{"docs":{},"装":{"docs":{},"基":{"docs":{},"础":{"docs":{},"信":{"docs":{},"息":{"docs":{},",":{"docs":{},"网":{"docs":{},"络":{"docs":{},"信":{"docs":{},"息":{"docs":{},",":{"docs":{},"硬":{"docs":{},"件":{"docs":{},"配":{"docs":{},"置":{"docs":{},",":{"docs":{},"系":{"docs":{},"统":{"docs":{},"模":{"docs":{},"板":{"docs":{},",":{"docs":{},"用":{"docs":{},"户":{"docs":{},"管":{"docs":{},"理":{"docs":{},"等":{"docs":{"platform/系统功能模块.html":{"ref":"platform/系统功能模块.html","tf":0.125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"d":{"docs":{},"i":{"docs":{},"a":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}},"s":{"6":{"docs":{},".":{"7":{"docs":{"os/PXE模板定制规范.html":{"ref":"os/PXE模板定制规范.html","tf":0.08695652173913043}}},"docs":{}}},"docs":{}}}}}},"h":{"docs":{},"k":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}},"a":{"docs":{},"r":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"i":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"i":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"i":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"p":{"docs":{},"(":{"docs":{},"f":{"docs":{},"p":{"docs":{},"g":{"docs":{},"a":{"docs":{},")":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"u":{"docs":{},"d":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.03543307086614173}},"一":{"docs":{},"键":{"docs":{},"安":{"docs":{},"装":{"docs":{},"包":{"docs":{},"集":{"docs":{},"成":{"docs":{},"了":{"docs":{},"d":{"docs":{},"h":{"docs":{},"c":{"docs":{},"p":{"docs":{},"/":{"docs":{},"t":{"docs":{},"f":{"docs":{},"t":{"docs":{},"p":{"docs":{},"/":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"/":{"docs":{},"d":{"docs":{},"n":{"docs":{},"s":{"docs":{},"/":{"docs":{},"s":{"docs":{},"a":{"docs":{},"m":{"docs":{},"b":{"docs":{},"a":{"docs":{},"/":{"docs":{},"m":{"docs":{},"y":{"docs":{},"s":{"docs":{},"q":{"docs":{},"l":{"docs":{},"/":{"docs":{},"c":{"docs":{},"l":{"docs":{},"o":{"docs":{},"u":{"docs":{},"d":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}},"i":{"docs":{},"c":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.015625},"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.015503875968992248}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}}}}}}}},"a":{"docs":{},"t":{"docs":{"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.02631578947368421},"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.018518518518518517},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}},"b":{"docs":{},"l":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"l":{"docs":{},"c":{"docs":{},"u":{"docs":{},"l":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"r":{"docs":{},"d":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}},"n":{"docs":{},"i":{"docs":{},"c":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}},"_":{"docs":{},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{},"s":{"docs":{},"_":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"2":{"0":{"0":{"8":{"docs":{},"_":{"docs":{},"r":{"2":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"_":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"r":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},"_":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"_":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"_":{"docs":{},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"_":{"docs":{},"s":{"docs":{},"p":{"1":{"docs":{},"_":{"docs":{},"x":{"6":{"4":{"docs":{},"_":{"docs":{},"d":{"docs":{},"v":{"docs":{},"d":{"docs":{},"_":{"6":{"1":{"7":{"5":{"9":{"8":{"docs":{},".":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.009345794392523364}}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}},"docs":{}},"docs":{}}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"m":{"docs":{},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}},"t":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}}},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.009596928982725527}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.005555555555555556}},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"m":{"docs":{},"i":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}},"e":{"docs":{},"[":{"docs":{},"]":{"docs":{},".":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}}}}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}},"s":{"docs":{},"[":{"docs":{},"]":{"docs":{},".":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"p":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}}}},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.015625},"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.031007751937984496},"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}}},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"=":{"docs":{},"t":{"docs":{},"t":{"docs":{},"y":{"0":{"docs":{"os/PXE模板定制规范.html":{"ref":"os/PXE模板定制规范.html","tf":0.043478260869565216}}},"docs":{}}}}}}}}}},"r":{"docs":{},"e":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.003838771593090211}}},"s":{"docs":{},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}}}},"u":{"docs":{},"g":{"docs":{},"a":{"docs":{},"r":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}}},"l":{"docs":{},"d":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}}}}},"p":{"2":{"1":{"1":{"2":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}},"docs":{}},"docs":{}},"docs":{},"u":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}}}},"r":{"docs":{},"c":{"3":{"2":{"docs":{},"c":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0028790786948176585}}}},"docs":{}},"docs":{}},"y":{"docs":{},"p":{"docs":{},"t":{"docs":{},"o":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"生":{"docs":{},"成":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064}}}}}}}},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"r":{"docs":{},"l":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.025806451612903226},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.018292682926829267}},"_":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"$":{"docs":{},"c":{"docs":{},"h":{"docs":{},")":{"docs":{},";":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}}}}}}}}}}}},"x":{"docs":{},"e":{"docs":{},"c":{"docs":{},"(":{"docs":{},"$":{"docs":{},"c":{"docs":{},"h":{"docs":{},")":{"docs":{},";":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"h":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},":":{"8":{"0":{"8":{"3":{"docs":{},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"/":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"/":{"docs":{},"v":{"1":{"docs":{},"/":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.005555555555555556}}}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.005555555555555556}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"/":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}}}}}}}},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338}}}}}}}}}}}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"b":{"docs":{},"y":{"docs":{},"s":{"docs":{},"n":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},"/":{"docs":{},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"f":{"docs":{},"o":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428}}}}}}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"c":{"docs":{},"i":{"docs":{},"n":{"docs":{},"f":{"docs":{},"o":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"(":{"docs":{},"$":{"docs":{},"c":{"docs":{},"h":{"docs":{},",":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.044444444444444446},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.0223463687150838},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.04819277108433735},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.03571428571428571},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.024844720496894408},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.04395604395604396}}}}}}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"_":{"docs":{},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},",":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}}}}}}}}}}}}}}}},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}}}}}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{},"s":{"docs":{},",":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}}}}}}}}}}}}}}}}}}}}}}}},"y":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0028790786948176585}}}}}}}},",":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125},"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.015503875968992248}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}}}}}}},"d":{"docs":{},".":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{"os/XenServer安装模板.html":{"ref":"os/XenServer安装模板.html","tf":0.034482758620689655}}}}}}}},"d":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.046875},"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.01935483870967742},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.018292682926829267}},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},")":{"docs":{"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":0.019230769230769232}}}}}}},"f":{"docs":{},"a":{"docs":{},"b":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}},"c":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{},"同":{"docs":{},"理":{"docs":{},"其":{"docs":{},"他":{"docs":{"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.009345794392523364}}}}}}}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}},"i":{"docs":{},"s":{"docs":{},"k":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0390625},"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}},"s":{"docs":{},")":{"docs":{"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":0.019230769230769232}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.015503875968992248},"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.012903225806451613},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.012195121951219513}}}}}},"g":{"docs":{},"i":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"h":{"docs":{},"c":{"docs":{},"p":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}},"d":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}},":":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.015748031496062992}}}}}}},"n":{"docs":{},"s":{"docs":{},"m":{"docs":{},"a":{"docs":{},"s":{"docs":{},"q":{"docs":{},":":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.011811023622047244}}}}}}}}},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.015748031496062992}}}}},"v":{"docs":{},"d":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.05263157894736842},"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124},"os/PXE模板定制规范.html":{"ref":"os/PXE模板定制规范.html","tf":0.043478260869565216}}}}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"=":{"1":{"docs":{"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.02631578947368421}}},"docs":{}}}}}}}},"i":{"docs":{},"c":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.01055662188099808},"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"k":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}},"b":{"docs":{},"u":{"docs":{},"g":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"l":{"docs":{},"l":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527},"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.037383177570093455},"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125},"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}}}},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},",":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}},"c":{"docs":{},"a":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"j":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"r":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527},"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}},"r":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.09117082533589252}}}}}}},"s":{"docs":{},"u":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}}},",":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125}}}},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"a":{"docs":{},"g":{"docs":{"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":0.019230769230769232},"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}},"e":{"docs":{},"i":{"docs":{},"p":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}}}},"n":{"docs":{},"e":{"docs":{},"t":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{},"i":{"docs":{},"d":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}},"/":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"2":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}},"docs":{}}}}},":":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}},"|":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"2":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}},"docs":{}}}}}}}},"s":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"k":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}}}},"x":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"c":{"docs":{"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}},"地":{"docs":{},"址":{"docs":{"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}}}}}},"k":{"docs":{},"d":{"docs":{},"i":{"docs":{},"r":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748},"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.018518518518518517},"os/XenServer安装模板.html":{"ref":"os/XenServer安装模板.html","tf":0.034482758620689655}}}}},"/":{"docs":{},"g":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{},"/":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748},"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.018518518518518517},"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.009345794392523364},"os/XenServer安装模板.html":{"ref":"os/XenServer安装模板.html","tf":0.034482758620689655}}}},"s":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}},"e":{"docs":{},"s":{"docs":{},"=":{"docs":{},"x":{"docs":{},"x":{"docs":{},"x":{"docs":{"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.018518518518518517}}}}}}}}}},"e":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}}}},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"y":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}},"x":{"docs":{},"a":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"y":{"docs":{},"s":{"docs":{},"q":{"docs":{},"l":{"docs":{},"d":{"docs":{},":":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.011811023622047244}}}}}}}},"b":{"docs":{"bootos/BootOS概述.html":{"ref":"bootos/BootOS概述.html","tf":0.05263157894736842},"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}},")":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}}}},"e":{"docs":{},"n":{"docs":{},"u":{"docs":{"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.05263157894736842}}}},"g":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"d":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0028790786948176585},"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}},"_":{"docs":{},"s":{"docs":{},"a":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"配":{"docs":{},"置":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.018691588785046728}}}}}}}},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}}}},"s":{"docs":{},"a":{"docs":{},"s":{"2":{"docs":{"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.018691588785046728}}},"docs":{}}},"r":{"1":{"docs":{"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.018691588785046728}}},"docs":{}}}}},"m":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"o":{"docs":{},"r":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}}}},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055},"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125},"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.023255813953488372},"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}}}}}}},"c":{"docs":{},"r":{"docs":{},"y":{"docs":{},"p":{"docs":{},"t":{"docs":{},"d":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}},"d":{"docs":{},"i":{"docs":{},"o":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}},"f":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"i":{"docs":{},"c":{"docs":{},"r":{"docs":{},"o":{"docs":{},"s":{"docs":{},"o":{"docs":{},"f":{"docs":{},"t":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"y":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}}}}},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}},"i":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}},"n":{"docs":{},"i":{"docs":{},"b":{"docs":{},"o":{"docs":{},"x":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}},"m":{"docs":{},"c":{"docs":{},"_":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}}},"p":{"docs":{},"t":{"3":{"docs":{},"s":{"docs":{},"a":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.003838771593090211}},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"s":{"docs":{},"a":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"c":{"docs":{},"s":{"docs":{},"i":{"docs":{},"h":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}}},"s":{"docs":{},"i":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"u":{"docs":{},"e":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}},"b":{"docs":{},"u":{"docs":{},"f":{"docs":{},"f":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"t":{"docs":{},"o":{"docs":{},"u":{"docs":{},"c":{"docs":{},"h":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}}}}}}}},",":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}}}},"r":{"2":{"docs":{"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.018691588785046728}},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"安":{"docs":{},"装":{"docs":{},"镜":{"docs":{},"像":{"docs":{},"导":{"docs":{},"出":{"docs":{},"的":{"docs":{},"文":{"docs":{},"件":{"docs":{"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.009345794392523364}}}}}}}}}}}}}},"在":{"docs":{},"安":{"docs":{},"装":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"所":{"docs":{},"需":{"docs":{},"要":{"docs":{},"的":{"docs":{},"驱":{"docs":{},"动":{"docs":{},"文":{"docs":{},"件":{"docs":{},"。":{"docs":{},"这":{"docs":{},"里":{"docs":{},"建":{"docs":{},"议":{"docs":{},"每":{"docs":{},"个":{"docs":{},"硬":{"docs":{},"件":{"docs":{},"型":{"docs":{},"号":{"docs":{},"的":{"docs":{},"驱":{"docs":{},"动":{"docs":{},"单":{"docs":{},"独":{"docs":{},"一":{"docs":{},"个":{"docs":{},"目":{"docs":{},"录":{"docs":{},",":{"docs":{},"目":{"docs":{},"录":{"docs":{},"里":{"docs":{},"面":{"docs":{},"包":{"docs":{},"含":{"docs":{},"d":{"docs":{},"r":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"s":{"docs":{},"y":{"docs":{},"s":{"docs":{},"和":{"docs":{},"d":{"docs":{},"r":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"i":{"docs":{},"n":{"docs":{},"f":{"docs":{},"文":{"docs":{},"件":{"docs":{"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.009345794392523364}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"简":{"docs":{},"体":{"docs":{},"中":{"docs":{},"文":{"docs":{},"版":{"docs":{},"为":{"docs":{},"例":{"docs":{},":":{"docs":{"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.009345794392523364}}}}}}}}}}},"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0390625}},"a":{"docs":{},"i":{"docs":{},"d":{"docs":{"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":0.019230769230769232},"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055},"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.06542056074766354},"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.125},"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.023255813953488372}},"_":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}},":":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}},"卡":{"docs":{},"等":{"docs":{},"策":{"docs":{},"略":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}}}},"配":{"docs":{},"置":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}}}},"配":{"docs":{},"置":{"docs":{},"策":{"docs":{},"略":{"docs":{},"比":{"docs":{},"较":{"docs":{},"灵":{"docs":{},"活":{"docs":{},",":{"docs":{},"这":{"docs":{},"里":{"docs":{},"提":{"docs":{},"供":{"docs":{},"了":{"docs":{},"一":{"docs":{},"些":{"docs":{},"默":{"docs":{},"认":{"docs":{},"策":{"docs":{},"略":{"docs":{},"供":{"docs":{},"用":{"docs":{},"户":{"docs":{},"使":{"docs":{},"用":{"docs":{},",":{"docs":{},"包":{"docs":{},"括":{"docs":{},":":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"脚":{"docs":{},"本":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}}}}}},".":{"docs":{},"s":{"docs":{},"h":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125},"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}},":":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125},"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}}}}}}}},"w":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}},"m":{"docs":{},"i":{"docs":{},"d":{"docs":{},"i":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}}}},"c":{"docs":{},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}}}}}},"e":{"docs":{},"d":{"docs":{},"h":{"docs":{},"a":{"docs":{},"t":{"docs":{},"/":{"docs":{},"c":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}},"s":{"docs":{},"的":{"docs":{},"k":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"os/自动化安装基础.html":{"ref":"os/自动化安装基础.html","tf":0.14285714285714285}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}},"e":{"docs":{},"t":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.015503875968992248}}}}},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0067178502879078695}}}}},"l":{"docs":{},"t":{"docs":{},"e":{"docs":{},"k":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}}}},"m":{"docs":{},"o":{"docs":{},"t":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}}}}},"p":{"docs":{},"m":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.007874015748031496},"append/":{"ref":"append/","tf":0.024390243902439025}}}},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748},"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.018518518518518517},"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.009345794392523364},"os/XenServer安装模板.html":{"ref":"os/XenServer安装模板.html","tf":0.034482758620689655}}}}}},"d":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"t":{"docs":{},"r":{"docs":{},"y":{"docs":{},"=":{"1":{"docs":{"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.02631578947368421}}},"docs":{}}}}}}}}},"c":{"1":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"g":{"docs":{},"b":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"i":{"docs":{},"o":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"m":{"docs":{},"i":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.003838771593090211}},"_":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}},"o":{"docs":{},"c":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.023032629558541268}}}}}},"u":{"docs":{},"t":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"m":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}},"o":{"docs":{},"t":{"docs":{},"p":{"docs":{},"w":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.012903225806451613},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}}}}},"y":{"docs":{},"o":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}},",":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125},"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}}}},"可":{"docs":{},"引":{"docs":{},"导":{"docs":{},"操":{"docs":{},"作":{"docs":{},"系":{"docs":{},"统":{"docs":{"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":0.019230769230769232}}}}}}}}},"命":{"docs":{},"令":{"docs":{},"中":{"docs":{},"的":{"docs":{"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":0.019230769230769232}}}}}},"和":{"docs":{"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":0.038461538461538464},"append/":{"ref":"append/","tf":0.024390243902439025}}},"基":{"docs":{},"本":{"docs":{},"输":{"docs":{},"入":{"docs":{},"输":{"docs":{},"出":{"docs":{},"系":{"docs":{},"统":{"docs":{"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":0.019230769230769232}}}}}}}}},"于":{"docs":{},"最":{"docs":{},"新":{"docs":{},"的":{"docs":{"bootos/BootOS概述.html":{"ref":"bootos/BootOS概述.html","tf":0.05263157894736842}}}}}}},"带":{"docs":{},"外":{"docs":{},"管":{"docs":{},"理":{"docs":{"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":0.019230769230769232}}}}}},"提":{"docs":{},"示":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}},"符":{"docs":{"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":0.019230769230769232}},"示":{"docs":{},"例":{"docs":{"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":0.019230769230769232}}}}},":":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"r":{"docs":{},"和":{"docs":{},"i":{"docs":{},"p":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.013157894736842105}}}}}}}}}}}}}}}}}}}}}}}},"供":{"docs":{},"用":{"docs":{},"户":{"docs":{},"在":{"docs":{},"线":{"docs":{},"升":{"docs":{},"级":{"docs":{},"和":{"docs":{},"下":{"docs":{},"载":{"docs":{},"离":{"docs":{},"线":{"docs":{},"升":{"docs":{},"级":{"docs":{},"包":{"docs":{},"的":{"docs":{},"方":{"docs":{},"式":{"docs":{},",":{"docs":{},"便":{"docs":{},"可":{"docs":{},"支":{"docs":{},"持":{"docs":{},"新":{"docs":{},"型":{"docs":{},"号":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{"platform/新硬件升级流程.html":{"ref":"platform/新硬件升级流程.html","tf":0.16666666666666666}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"环":{"docs":{},"境":{"docs":{},"搭":{"docs":{},"建":{"docs":{},"一":{"docs":{},"键":{"docs":{},"部":{"docs":{},"署":{"docs":{},"服":{"docs":{},"务":{"docs":{},",":{"docs":{},"增":{"docs":{},"加":{"docs":{},"u":{"docs":{},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"u":{"docs":{},"支":{"docs":{},"持":{"docs":{"append/":{"ref":"append/","tf":0.024390243902439025}}}}}}}}}}}}}}}}}}}}}}}}},"操":{"docs":{},"作":{"docs":{},"系":{"docs":{},"统":{"docs":{"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":0.019230769230769232}},"自":{"docs":{},"动":{"docs":{},"化":{"docs":{},"安":{"docs":{},"装":{"docs":{},"是":{"docs":{},"建":{"docs":{},"立":{"docs":{},"在":{"docs":{},"每":{"docs":{},"个":{"docs":{},"发":{"docs":{},"行":{"docs":{},"版":{"docs":{},"独":{"docs":{},"有":{"docs":{},"的":{"docs":{},"自":{"docs":{},"动":{"docs":{},"化":{"docs":{},"部":{"docs":{},"署":{"docs":{},"体":{"docs":{},"系":{"docs":{},"之":{"docs":{},"上":{"docs":{},"的":{"docs":{},"。":{"docs":{},"这":{"docs":{},"里":{"docs":{},"我":{"docs":{},"们":{"docs":{},"使":{"docs":{},"用":{"docs":{},"的":{"docs":{},"技":{"docs":{},"术":{"docs":{},"包":{"docs":{},"括":{"docs":{},":":{"docs":{"os/自动化安装基础.html":{"ref":"os/自动化安装基础.html","tf":0.14285714285714285}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"表":{"docs":{},"(":{"docs":{},"o":{"docs":{},"s":{"docs":{},"_":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},"s":{"docs":{},")":{"docs":{},"表":{"docs":{},"i":{"docs":{},"d":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}}}}}}}}}}}}}}}}}}}}}},"文":{"docs":{},"档":{"docs":{},"约":{"docs":{},"定":{"docs":{"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":10.01923076923077}}}}}},"普":{"docs":{},"通":{"docs":{},"用":{"docs":{},"户":{"docs":{"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":0.019230769230769232}}}}}},"术":{"docs":{},"语":{"docs":{"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":0.038461538461538464}}}},"独":{"docs":{},"立":{"docs":{},"硬":{"docs":{},"盘":{"docs":{},"冗":{"docs":{},"余":{"docs":{},"阵":{"docs":{},"列":{"docs":{"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":0.019230769230769232}}}}}}}}}},"超":{"docs":{},"级":{"docs":{},"用":{"docs":{},"户":{"docs":{"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":0.019230769230769232}}}}}},"配":{"docs":{},"置":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125}},"管":{"docs":{},"理":{"docs":{},"数":{"docs":{},"据":{"docs":{},"库":{"docs":{"preface/文档约定.html":{"ref":"preface/文档约定.html","tf":0.019230769230769232}}}}}}},"脚":{"docs":{},"本":{"docs":{},",":{"docs":{},"具":{"docs":{},"体":{"docs":{},"内":{"docs":{},"容":{"docs":{},"如":{"docs":{},"下":{"docs":{},":":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125}}}}}}}}}}}},",":{"docs":{},"只":{"docs":{},"需":{"docs":{},"要":{"docs":{},"执":{"docs":{},"行":{"docs":{},"一":{"docs":{},"次":{"docs":{},"即":{"docs":{},"可":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125}}}}}}}}}}}}}},"平":{"docs":{},"台":{"docs":{},"架":{"docs":{},"构":{"docs":{"platform/":{"ref":"platform/","tf":10.5}}}},"开":{"docs":{},"发":{"docs":{},"接":{"docs":{},"口":{"docs":{"api/":{"ref":"api/","tf":10.5}}}}}}}},"u":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}},"i":{"docs":{},"模":{"docs":{},"块":{"docs":{},":":{"docs":{},"提":{"docs":{},"供":{"docs":{},"前":{"docs":{},"台":{"docs":{},"页":{"docs":{},"面":{"docs":{},"给":{"docs":{},"用":{"docs":{},"户":{"docs":{},"录":{"docs":{},"入":{"docs":{},"数":{"docs":{},"据":{"docs":{},",":{"docs":{},"提":{"docs":{},"供":{"docs":{},"装":{"docs":{},"机":{"docs":{},"进":{"docs":{},"度":{"docs":{},"、":{"docs":{},"日":{"docs":{},"志":{"docs":{},"查":{"docs":{},"询":{"docs":{},",":{"docs":{},"安":{"docs":{},"装":{"docs":{},"以":{"docs":{},"及":{"docs":{},"重":{"docs":{},"装":{"docs":{},"等":{"docs":{"platform/系统功能模块.html":{"ref":"platform/系统功能模块.html","tf":0.125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"m":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.012476007677543186}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748},"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.018518518518518517},"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.009345794392523364},"os/XenServer安装模板.html":{"ref":"os/XenServer安装模板.html","tf":0.034482758620689655}}}}}}},"s":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},":":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748},"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125},"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.023255813953488372}}}}}},"b":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.023032629558541268}},"/":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"i":{"docs":{},"d":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"a":{"docs":{},"t":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"e":{"docs":{},"r":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527},"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.015503875968992248}},"i":{"docs":{},"d":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124},"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.005555555555555556}}}}}}}},"a":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}},"r":{"docs":{},"t":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"b":{"6":{"2":{"5":{"0":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"c":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"w":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}}},"h":{"docs":{},"i":{"docs":{},"d":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"n":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}},",":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}}},"r":{"docs":{},"l":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.012903225806451613},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}},"=":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},".":{"docs":{},"i":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"s":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"c":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"/":{"6":{"docs":{},".":{"7":{"docs":{},"/":{"docs":{},"o":{"docs":{},"s":{"docs":{},"/":{"docs":{},"x":{"8":{"6":{"docs":{},"_":{"6":{"4":{"docs":{},"/":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064}}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}}}}}},"docs":{}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},".":{"docs":{},"i":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"s":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"c":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"/":{"6":{"docs":{},".":{"7":{"docs":{},"/":{"docs":{},"o":{"docs":{},"s":{"docs":{},"/":{"docs":{},"x":{"8":{"6":{"docs":{},"_":{"6":{"4":{"docs":{},"/":{"docs":{"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}}}}}},"docs":{}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"x":{"docs":{},"x":{"docs":{},"x":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064}}}}}}}},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"=":{"0":{"docs":{"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.018518518518518517}}},"docs":{}}}}}}}},"t":{"docs":{},"f":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756},"api/网络配置查询接口.html":{"ref":"api/网络配置查询接口.html","tf":0.02631578947368421}}}},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{"append/":{"ref":"append/","tf":0.024390243902439025}}}}}},"底":{"docs":{},"层":{"docs":{},"安":{"docs":{},"装":{"docs":{},"模":{"docs":{},"块":{"docs":{},":":{"docs":{},"提":{"docs":{},"供":{"docs":{},"d":{"docs":{},"h":{"docs":{},"c":{"docs":{},"p":{"docs":{},"/":{"docs":{},"t":{"docs":{},"f":{"docs":{},"t":{"docs":{},"p":{"docs":{},"/":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"/":{"docs":{},"d":{"docs":{},"n":{"docs":{},"s":{"docs":{},"/":{"docs":{},"s":{"docs":{},"a":{"docs":{},"m":{"docs":{},"b":{"docs":{},"a":{"docs":{},"等":{"docs":{},"物":{"docs":{},"理":{"docs":{},"机":{"docs":{},"安":{"docs":{},"装":{"docs":{},"服":{"docs":{},"务":{"docs":{"platform/系统功能模块.html":{"ref":"platform/系统功能模块.html","tf":0.125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"如":{"docs":{},"果":{"docs":{},"不":{"docs":{},"在":{"docs":{},"安":{"docs":{},"装":{"docs":{},"队":{"docs":{},"列":{"docs":{},",":{"docs":{},"则":{"docs":{},"s":{"docs":{},"l":{"docs":{},"e":{"docs":{},"e":{"docs":{},"p":{"docs":{"platform/系统安装流程.html":{"ref":"platform/系统安装流程.html","tf":0.0625}}}}}}}}}}}}}},"支":{"docs":{},"持":{"docs":{},"硬":{"docs":{},"件":{"docs":{},"配":{"docs":{},"置":{"docs":{},",":{"docs":{},"则":{"docs":{},"提":{"docs":{},"示":{"docs":{},"给":{"docs":{},"用":{"docs":{},"户":{"docs":{},"来":{"docs":{},"进":{"docs":{},"一":{"docs":{},"步":{"docs":{},"处":{"docs":{},"理":{"docs":{"platform/系统安装流程.html":{"ref":"platform/系统安装流程.html","tf":0.0625}}}}}}}}}}}}}}}}}}}}}},"系":{"docs":{},"统":{"docs":{},"上":{"docs":{},"有":{"docs":{},"多":{"docs":{},"个":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}}},"遇":{"docs":{},"到":{"docs":{},"不":{"docs":{},"能":{"docs":{},"支":{"docs":{},"持":{"docs":{},"的":{"docs":{},"硬":{"docs":{},"件":{"docs":{},",":{"docs":{},"请":{"docs":{},"联":{"docs":{},"系":{"docs":{},"我":{"docs":{},"们":{"docs":{},",":{"docs":{},"在":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}}}}}}}}}}}}}}},"接":{"docs":{},"下":{"docs":{},"来":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"会":{"docs":{},"获":{"docs":{},"取":{"docs":{},"硬":{"docs":{},"件":{"docs":{},"配":{"docs":{},"置":{"docs":{},"模":{"docs":{},"板":{"docs":{},",":{"docs":{},"并":{"docs":{},"执":{"docs":{},"行":{"docs":{},"具":{"docs":{},"体":{"docs":{},"的":{"docs":{},"配":{"docs":{},"置":{"docs":{},"内":{"docs":{},"容":{"docs":{"platform/系统安装流程.html":{"ref":"platform/系统安装流程.html","tf":0.0625}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"着":{"docs":{},"需":{"docs":{},"要":{"docs":{},"用":{"docs":{},"户":{"docs":{},"手":{"docs":{},"工":{"docs":{},"或":{"docs":{},"者":{"docs":{},"通":{"docs":{},"过":{"docs":{},"o":{"docs":{},"o":{"docs":{},"b":{"docs":{},"接":{"docs":{},"口":{"docs":{},"从":{"docs":{},"网":{"docs":{},"络":{"docs":{},"启":{"docs":{},"动":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{"platform/系统安装流程.html":{"ref":"platform/系统安装流程.html","tf":0.0625}}}}}}}}}}}}}}}}}}}}}}}}}}},"最":{"docs":{},"后":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"会":{"docs":{},"强":{"docs":{},"制":{"docs":{},"从":{"docs":{},"网":{"docs":{},"络":{"docs":{},"启":{"docs":{},"动":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},",":{"docs":{},"并":{"docs":{},"进":{"docs":{},"入":{"docs":{},"系":{"docs":{},"统":{"docs":{},"安":{"docs":{},"装":{"docs":{},"流":{"docs":{},"程":{"docs":{"platform/系统安装流程.html":{"ref":"platform/系统安装流程.html","tf":0.0625}}}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{},"在":{"docs":{},"安":{"docs":{},"装":{"docs":{},"设":{"docs":{},"备":{"docs":{},"的":{"docs":{},"时":{"docs":{},"候":{"docs":{},",":{"docs":{},"p":{"docs":{},"x":{"docs":{},"e":{"docs":{},"模":{"docs":{},"板":{"docs":{},"选":{"docs":{},"择":{"docs":{},"e":{"docs":{},"s":{"docs":{},"x":{"docs":{},"i":{"6":{"docs":{},".":{"0":{"docs":{},"u":{"1":{"docs":{"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.018518518518518517}}},"docs":{}}},"docs":{}}},"docs":{}}}}},"x":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"6":{"docs":{},".":{"5":{"docs":{"os/XenServer安装模板.html":{"ref":"os/XenServer安装模板.html","tf":0.034482758620689655}}},"docs":{}}},"docs":{}}}}}}}}}}}}}}}}}},"选":{"docs":{},"择":{"docs":{},"操":{"docs":{},"作":{"docs":{},"系":{"docs":{},"统":{"docs":{},"w":{"docs":{},"i":{"docs":{},"n":{"2":{"0":{"0":{"8":{"docs":{},"r":{"2":{"docs":{"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.009345794392523364}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}}}},"终":{"docs":{},"上":{"docs":{},"报":{"docs":{},"消":{"docs":{},"息":{"docs":{},"和":{"docs":{},"进":{"docs":{},"度":{"docs":{},"通":{"docs":{},"知":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"端":{"docs":{},"安":{"docs":{},"装":{"docs":{},"完":{"docs":{},"成":{"docs":{},",":{"docs":{},"重":{"docs":{},"启":{"docs":{},"进":{"docs":{},"入":{"docs":{},"系":{"docs":{},"统":{"docs":{"platform/系统安装流程.html":{"ref":"platform/系统安装流程.html","tf":0.0625}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"然":{"docs":{},"后":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"会":{"docs":{},"上":{"docs":{},"报":{"docs":{},"网":{"docs":{},"卡":{"docs":{},"m":{"docs":{},"a":{"docs":{},"c":{"docs":{},"地":{"docs":{},"址":{"docs":{},",":{"docs":{},"通":{"docs":{},"知":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"端":{"docs":{},"生":{"docs":{},"成":{"docs":{},"p":{"docs":{},"x":{"docs":{},"e":{"docs":{},"安":{"docs":{},"装":{"docs":{},"文":{"docs":{},"件":{"docs":{"platform/系统安装流程.html":{"ref":"platform/系统安装流程.html","tf":0.0625}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"安":{"docs":{},"装":{"docs":{},"操":{"docs":{},"作":{"docs":{},"系":{"docs":{},"统":{"docs":{},",":{"docs":{},"并":{"docs":{},"运":{"docs":{},"行":{"docs":{},"系":{"docs":{},"统":{"docs":{},"初":{"docs":{},"始":{"docs":{},"化":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"脚":{"docs":{},"本":{"docs":{"platform/系统安装流程.html":{"ref":"platform/系统安装流程.html","tf":0.0625}}}}}}}}}}}}}}}}}}}}}}}}},"由":{"docs":{},"用":{"docs":{},"户":{"docs":{},"通":{"docs":{},"过":{"docs":{},"前":{"docs":{},"台":{"docs":{},"u":{"docs":{},"i":{"docs":{},"录":{"docs":{},"入":{"docs":{},"数":{"docs":{},"据":{"docs":{},",":{"docs":{},"提":{"docs":{},"交":{"docs":{},"物":{"docs":{},"理":{"docs":{},"机":{"docs":{},"安":{"docs":{},"装":{"docs":{},"请":{"docs":{},"求":{"docs":{"platform/系统安装流程.html":{"ref":"platform/系统安装流程.html","tf":0.0625}}}}}}}}}}}}}}}}}}}}}}}},"于":{"docs":{},"每":{"docs":{},"个":{"docs":{},"发":{"docs":{},"行":{"docs":{},"版":{"docs":{},"都":{"docs":{},"有":{"docs":{},"自":{"docs":{},"己":{"docs":{},"的":{"docs":{},"特":{"docs":{},"色":{"docs":{},",":{"docs":{},"这":{"docs":{},"里":{"docs":{},"不":{"docs":{},"做":{"docs":{},"展":{"docs":{},"开":{"docs":{},"讨":{"docs":{},"论":{"docs":{},"。":{"docs":{},"需":{"docs":{},"要":{"docs":{},"强":{"docs":{},"调":{"docs":{},"的":{"docs":{},"是":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"提":{"docs":{},"供":{"docs":{},"了":{"docs":{},"默":{"docs":{},"认":{"docs":{},"的":{"docs":{},"配":{"docs":{},"置":{"docs":{},",":{"docs":{},"用":{"docs":{},"户":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{},"此":{"docs":{},"配":{"docs":{},"置":{"docs":{},"来":{"docs":{},"安":{"docs":{},"装":{"docs":{},"操":{"docs":{},"作":{"docs":{},"系":{"docs":{},"统":{"docs":{},"。":{"docs":{},"用":{"docs":{},"户":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"基":{"docs":{},"于":{"docs":{},"现":{"docs":{},"有":{"docs":{},"配":{"docs":{},"置":{"docs":{},"进":{"docs":{},"行":{"docs":{},"克":{"docs":{},"隆":{"docs":{},"或":{"docs":{},"者":{"docs":{},"创":{"docs":{},"建":{"docs":{},"新":{"docs":{},"的":{"docs":{},"配":{"docs":{},"置":{"docs":{},"。":{"docs":{"os/自动化安装基础.html":{"ref":"os/自动化安装基础.html","tf":0.14285714285714285}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"我":{"docs":{},"们":{"docs":{},"要":{"docs":{},"使":{"docs":{},"用":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"方":{"docs":{},"式":{"docs":{},"加":{"docs":{},"载":{"docs":{},"模":{"docs":{},"块":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"需":{"docs":{},"要":{"docs":{},"修":{"docs":{},"改":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},".":{"docs":{},"c":{"docs":{},"f":{"docs":{},"g":{"docs":{},"文":{"docs":{},"件":{"docs":{},",":{"docs":{},"原":{"docs":{},"始":{"docs":{},"内":{"docs":{},"容":{"docs":{},"如":{"docs":{},"下":{"docs":{},":":{"docs":{"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.018518518518518517}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"网":{"docs":{},"络":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}},"启":{"docs":{},"动":{"docs":{},"默":{"docs":{},"认":{"docs":{},"会":{"docs":{},"进":{"docs":{},"入":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},",":{"docs":{},"并":{"docs":{},"自":{"docs":{},"动":{"docs":{},"启":{"docs":{},"动":{"docs":{},"内":{"docs":{},"置":{"docs":{},"的":{"docs":{},"a":{"docs":{},"g":{"docs":{"platform/系统安装流程.html":{"ref":"platform/系统安装流程.html","tf":0.0625}}}}}}}}}}}}}}}}}}}}}}}}}},"配":{"docs":{},"置":{"docs":{},"请":{"docs":{},"根":{"docs":{},"据":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"接":{"docs":{},"口":{"docs":{},"查":{"docs":{},"询":{"docs":{},",":{"docs":{},"并":{"docs":{},"通":{"docs":{},"过":{"docs":{},"脚":{"docs":{},"本":{"docs":{},"的":{"docs":{},"方":{"docs":{},"式":{"docs":{},"来":{"docs":{},"配":{"docs":{},"置":{"docs":{},",":{"docs":{},"默":{"docs":{},"认":{"docs":{},"只":{"docs":{},"支":{"docs":{},"持":{"docs":{},"单":{"docs":{},"个":{"docs":{},"i":{"docs":{},"p":{"docs":{},"的":{"docs":{},"配":{"docs":{},"置":{"docs":{},",":{"docs":{},"不":{"docs":{},"支":{"docs":{},"持":{"docs":{},"多":{"docs":{},"i":{"docs":{},"p":{"docs":{},"获":{"docs":{},"取":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"查":{"docs":{},"询":{"docs":{},"接":{"docs":{},"口":{"docs":{"api/网络配置查询接口.html":{"ref":"api/网络配置查询接口.html","tf":10.026315789473685}}}}}}}}}},"进":{"docs":{},"入":{"docs":{},"安":{"docs":{},"装":{"docs":{},"队":{"docs":{},"列":{"docs":{},"以":{"docs":{},"后":{"docs":{},",":{"docs":{},"根":{"docs":{},"据":{"docs":{},"自":{"docs":{},"身":{"docs":{},"硬":{"docs":{},"件":{"docs":{},"型":{"docs":{},"号":{"docs":{},"查":{"docs":{},"询":{"docs":{},"是":{"docs":{},"否":{"docs":{},"支":{"docs":{},"持":{"docs":{},"配":{"docs":{},"置":{"docs":{"platform/系统安装流程.html":{"ref":"platform/系统安装流程.html","tf":0.0625}}}}}}}}}}}}}}}}}}}}}}}}},"系":{"docs":{},"统":{"docs":{},"安":{"docs":{},"装":{"docs":{},"以":{"docs":{},"后":{"docs":{},",":{"docs":{},"首":{"docs":{},"先":{"docs":{},"获":{"docs":{},"取":{"docs":{},"自":{"docs":{},"动":{"docs":{},"化":{"docs":{},"安":{"docs":{},"装":{"docs":{},"配":{"docs":{},"置":{"docs":{},"文":{"docs":{},"件":{"docs":{"platform/系统安装流程.html":{"ref":"platform/系统安装流程.html","tf":0.0625}}}}}}}}}}}}}}}}}}}}}}}},"厂":{"docs":{},"商":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}},"内":{"docs":{},"部":{"docs":{},"测":{"docs":{},"试":{"docs":{},"完":{"docs":{},"成":{"docs":{},"以":{"docs":{},"后":{"docs":{},",":{"docs":{},"将":{"docs":{},"配":{"docs":{},"置":{"docs":{},"文":{"docs":{},"件":{"docs":{},"和":{"docs":{},"硬":{"docs":{},"件":{"docs":{},"工":{"docs":{},"具":{"docs":{},"包":{"docs":{},"通":{"docs":{},"过":{"docs":{},"后":{"docs":{},"台":{"docs":{},"提":{"docs":{},"交":{"docs":{},"上":{"docs":{},"来":{"docs":{"platform/新硬件升级流程.html":{"ref":"platform/新硬件升级流程.html","tf":0.16666666666666666}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"名":{"docs":{},"称":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}}}}}},"当":{"docs":{},"厂":{"docs":{},"商":{"docs":{},"推":{"docs":{},"出":{"docs":{},"新":{"docs":{},"型":{"docs":{},"号":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"的":{"docs":{},"时":{"docs":{},"候":{"docs":{},",":{"docs":{},"需":{"docs":{},"要":{"docs":{},"配":{"docs":{},"套":{"docs":{},"开":{"docs":{},"发":{"docs":{},"相":{"docs":{},"应":{"docs":{},"的":{"docs":{},"硬":{"docs":{},"件":{"docs":{},"配":{"docs":{},"置":{"docs":{},"接":{"docs":{},"口":{"docs":{"platform/新硬件升级流程.html":{"ref":"platform/新硬件升级流程.html","tf":0.16666666666666666}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"新":{"docs":{},"硬":{"docs":{},"件":{"docs":{},"升":{"docs":{},"级":{"docs":{},"流":{"docs":{},"程":{"docs":{"platform/新硬件升级流程.html":{"ref":"platform/新硬件升级流程.html","tf":10.166666666666666}}}}}},"适":{"docs":{},"配":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}},"环":{"docs":{},"境":{"docs":{},"搭":{"docs":{},"建":{"docs":{"environment/":{"ref":"environment/","tf":10.5}}}}}},"'":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}},"/":{"docs":{},"^":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"u":{"docs":{},"x":{"docs":{},"=":{"docs":{},"/":{"docs":{},"c":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"u":{"docs":{},"x":{"docs":{},"=":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"d":{"docs":{},"'":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"[":{"docs":{},"^":{"docs":{},"#":{"docs":{},"]":{"docs":{},"/":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.012903225806451613},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.012195121951219513}}}}}}}},"k":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"/":{"docs":{},"d":{"docs":{},"'":{"docs":{"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.018518518518518517}}}}}}}}}}}}}}},"s":{"docs":{},";":{"docs":{},"/":{"docs":{},";":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},".":{"docs":{},"i":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"s":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"e":{"docs":{},"s":{"docs":{},"x":{"docs":{},"i":{"docs":{},"/":{"6":{"docs":{},".":{"0":{"docs":{},"u":{"1":{"docs":{},"/":{"docs":{},";":{"docs":{},"g":{"docs":{},"'":{"docs":{"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.018518518518518517}}}}}}},"docs":{}}},"docs":{}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.022222222222222223},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.0111731843575419},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.024096385542168676},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.017857142857142856},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.012422360248447204},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.02197802197802198}}}}}}}}}},"/":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527},"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.102803738317757},"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"/":{"docs":{},"s":{"docs":{},"y":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},"/":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"u":{"docs":{},"x":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"t":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.012903225806451613},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.012195121951219513}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}}}}}},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"b":{"docs":{},"e":{"docs":{},".":{"docs":{},"d":{"docs":{},"/":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"_":{"docs":{},"i":{"docs":{},"p":{"docs":{},"v":{"6":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}}}}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"e":{"docs":{},"d":{"docs":{},"i":{"docs":{},"a":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.007874015748031496},"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.018518518518518517},"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.018691588785046728},"os/XenServer安装模板.html":{"ref":"os/XenServer安装模板.html","tf":0.034482758620689655}},"/":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748},"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.037037037037037035},"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.009345794392523364},"os/XenServer安装模板.html":{"ref":"os/XenServer安装模板.html","tf":0.06896551724137931}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"/":{"docs":{},"c":{"docs":{},"l":{"docs":{},"o":{"docs":{},"u":{"docs":{},"d":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"/":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"/":{"docs":{},"c":{"docs":{},"l":{"docs":{},"o":{"docs":{},"u":{"docs":{},"d":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}}}}}},"d":{"docs":{},"h":{"docs":{},"c":{"docs":{},"p":{"docs":{},"/":{"docs":{},"d":{"docs":{},"h":{"docs":{},"c":{"docs":{},"p":{"docs":{},"d":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}}}}}}}}}}},"n":{"docs":{},"s":{"docs":{},"m":{"docs":{},"a":{"docs":{},"s":{"docs":{},"q":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}},"d":{"docs":{},"/":{"docs":{},"h":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"x":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},".":{"docs":{},"d":{"docs":{},"/":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"x":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}}}}}}}},"s":{"docs":{},"a":{"docs":{},"m":{"docs":{},"b":{"docs":{},"a":{"docs":{},"/":{"docs":{},"s":{"docs":{},"m":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}}}}}}}}}}},"x":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"t":{"docs":{},"d":{"docs":{},".":{"docs":{},"d":{"docs":{},"/":{"docs":{},"t":{"docs":{},"f":{"docs":{},"t":{"docs":{},"p":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}}}}}}}}}}}}}},"h":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"/":{"docs":{},"w":{"docs":{},"w":{"docs":{},"w":{"docs":{},"/":{"docs":{},"c":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"/":{"7":{"docs":{},".":{"6":{"docs":{},"/":{"docs":{},"o":{"docs":{},"s":{"docs":{},"/":{"docs":{},"x":{"8":{"6":{"docs":{},"_":{"6":{"4":{"docs":{},"/":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.007874015748031496}}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}}}}}},"docs":{}}},"docs":{}}}}}}}},"e":{"docs":{},"s":{"docs":{},"x":{"docs":{},"i":{"docs":{},"/":{"6":{"docs":{},".":{"0":{"docs":{},"u":{"1":{"docs":{},"/":{"docs":{"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.037037037037037035}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},".":{"docs":{},"c":{"docs":{},"f":{"docs":{},"g":{"docs":{"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.037037037037037035}}}}}}}}}}}},"docs":{}}},"docs":{}}},"docs":{}}}}}},"x":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"6":{"docs":{},".":{"5":{"docs":{},"/":{"docs":{"os/XenServer安装模板.html":{"ref":"os/XenServer安装模板.html","tf":0.06896551724137931}}}},"docs":{}}},"docs":{}}}}}}}}}}}}}}},"s":{"docs":{},"a":{"docs":{},"m":{"docs":{},"b":{"docs":{},"a":{"docs":{},"/":{"docs":{},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{},"s":{"docs":{},"/":{"2":{"0":{"0":{"8":{"docs":{},"r":{"2":{"docs":{},"/":{"docs":{"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.009345794392523364}}},"目":{"docs":{},"录":{"docs":{},"为":{"docs":{},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.009345794392523364}}}}}}}}}}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{},"d":{"docs":{},"r":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"/":{"2":{"0":{"0":{"8":{"docs":{},"r":{"2":{"docs":{},"目":{"docs":{},"录":{"docs":{},"为":{"docs":{},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.009345794392523364}}}}}}}}}}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.009345794392523364}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"目":{"docs":{},"录":{"docs":{},"包":{"docs":{},"含":{"docs":{},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},".":{"docs":{},"e":{"docs":{},"x":{"docs":{},"e":{"docs":{},"程":{"docs":{},"序":{"docs":{},"。":{"docs":{},"该":{"docs":{},"程":{"docs":{},"序":{"docs":{},"为":{"docs":{},"我":{"docs":{},"们":{"docs":{},"自":{"docs":{},"己":{"docs":{},"开":{"docs":{},"发":{"docs":{},"的":{"docs":{},"系":{"docs":{},"统":{"docs":{},"配":{"docs":{},"置":{"docs":{},"工":{"docs":{},"具":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"支":{"docs":{},"持":{"docs":{},"消":{"docs":{},"息":{"docs":{},"进":{"docs":{},"度":{"docs":{},"上":{"docs":{},"报":{"docs":{},",":{"docs":{},"磁":{"docs":{},"盘":{"docs":{},"分":{"docs":{},"区":{"docs":{},",":{"docs":{},"配":{"docs":{},"置":{"docs":{},"网":{"docs":{},"络":{"docs":{},"和":{"docs":{},"主":{"docs":{},"机":{"docs":{},"名":{"docs":{},",":{"docs":{},"配":{"docs":{},"置":{"docs":{},"注":{"docs":{},"册":{"docs":{},"表":{"docs":{},"等":{"docs":{},"。":{"docs":{},"该":{"docs":{},"程":{"docs":{},"序":{"docs":{},"支":{"docs":{},"持":{"docs":{},"h":{"docs":{},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{},"脚":{"docs":{},"本":{"docs":{},",":{"docs":{},"只":{"docs":{},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{},"f":{"docs":{},"i":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"目":{"docs":{},"录":{"docs":{},"下":{"docs":{},"创":{"docs":{},"建":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},".":{"docs":{},"c":{"docs":{},"m":{"docs":{},"d":{"docs":{},"和":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},".":{"docs":{},"c":{"docs":{},"m":{"docs":{},"d":{"docs":{},"批":{"docs":{},"处":{"docs":{},"理":{"docs":{},"脚":{"docs":{},"本":{"docs":{},"并":{"docs":{},"编":{"docs":{},"写":{"docs":{},"相":{"docs":{},"应":{"docs":{},"的":{"docs":{},"命":{"docs":{},"令":{"docs":{},"即":{"docs":{},"可":{"docs":{},"。":{"docs":{},"程":{"docs":{},"序":{"docs":{},"在":{"docs":{},"运":{"docs":{},"行":{"docs":{},"前":{"docs":{},"会":{"docs":{},"执":{"docs":{},"行":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},".":{"docs":{},"c":{"docs":{},"m":{"docs":{},"d":{"docs":{},"脚":{"docs":{},"本":{"docs":{},",":{"docs":{},"程":{"docs":{},"序":{"docs":{},"在":{"docs":{},"结":{"docs":{},"束":{"docs":{},"后":{"docs":{},"会":{"docs":{},"执":{"docs":{},"行":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},".":{"docs":{},"c":{"docs":{},"m":{"docs":{},"d":{"docs":{},"脚":{"docs":{},"本":{"docs":{},",":{"docs":{},"然":{"docs":{},"后":{"docs":{},"重":{"docs":{},"启":{"docs":{},"操":{"docs":{},"作":{"docs":{},"系":{"docs":{},"统":{"docs":{},",":{"docs":{},"完":{"docs":{},"成":{"docs":{},"整":{"docs":{},"个":{"docs":{},"安":{"docs":{},"装":{"docs":{},"过":{"docs":{},"程":{"docs":{"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.009345794392523364}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"r":{"docs":{},"/":{"docs":{},"y":{"docs":{},"u":{"docs":{},"n":{"docs":{},"j":{"docs":{},"i":{"docs":{},"/":{"docs":{},"c":{"docs":{},"l":{"docs":{},"o":{"docs":{},"u":{"docs":{},"d":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.007874015748031496}}}}}}}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"/":{"docs":{},"l":{"docs":{},"i":{"docs":{},"b":{"docs":{},"/":{"docs":{},"t":{"docs":{},"f":{"docs":{},"t":{"docs":{},"p":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"/":{"docs":{},"p":{"docs":{},"x":{"docs":{},"e":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"u":{"docs":{},"x":{"docs":{},".":{"docs":{},"c":{"docs":{},"f":{"docs":{},"g":{"docs":{},"/":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748},"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.02631578947368421}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"y":{"docs":{},"u":{"docs":{},"n":{"docs":{},"j":{"docs":{},"i":{"docs":{},"/":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"/":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"/":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"d":{"docs":{},".":{"docs":{},"s":{"docs":{},"h":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.046875},"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}}}}}}}}},"b":{"docs":{},"i":{"docs":{},"o":{"docs":{},"s":{"docs":{},".":{"docs":{},"s":{"docs":{},"h":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}}}}}}}}},"o":{"docs":{},"o":{"docs":{},"b":{"docs":{},".":{"docs":{},"s":{"docs":{},"h":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}}}},"t":{"docs":{},"m":{"docs":{},"p":{"docs":{},"/":{"docs":{},"n":{"docs":{},"e":{"docs":{},"t":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{},"i":{"docs":{},"n":{"docs":{},"f":{"docs":{},"o":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.012903225806451613}}}}}}}}}}}}}}}}}},"[":{"0":{"docs":{},"|":{"1":{"docs":{},",":{"2":{"docs":{},"|":{"3":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.015625}}},"docs":{}}},"docs":{}}},"docs":{}}},"1":{"0":{"0":{"docs":{},"%":{"docs":{},"]":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.007874015748031496}}}}},"docs":{}},"docs":{}},"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.09055118110236221},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.024844720496894408}},"d":{"docs":{},"h":{"docs":{},"c":{"docs":{},"p":{"docs":{},"d":{"docs":{},"|":{"docs":{},"d":{"docs":{},"n":{"docs":{},"s":{"docs":{},"m":{"docs":{},"a":{"docs":{},"s":{"docs":{},"q":{"docs":{},"|":{"docs":{},"x":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"t":{"docs":{},"d":{"docs":{},"|":{"docs":{},"n":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"x":{"docs":{},"|":{"docs":{},"s":{"docs":{},"m":{"docs":{},"b":{"docs":{},"|":{"docs":{},"m":{"docs":{},"y":{"docs":{},"s":{"docs":{},"q":{"docs":{},"l":{"docs":{},"d":{"docs":{},"|":{"docs":{},"c":{"docs":{},"l":{"docs":{},"o":{"docs":{},"u":{"docs":{},"d":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{},"]":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125},"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.023255813953488372}}}}}}}}}}}}},"]":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.09055118110236221},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.018633540372670808}},",":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}}}},"l":{"docs":{},"o":{"docs":{},"o":{"docs":{},"p":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748},"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.018518518518518517},"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.009345794392523364},"os/XenServer安装模板.html":{"ref":"os/XenServer安装模板.html","tf":0.034482758620689655}}}},"g":{"docs":{},"i":{"docs":{},"c":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"t":{"docs":{},"e":{"docs":{},"c":{"docs":{},"h":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0028790786948176585}}}}}}}},"w":{"docs":{},"l":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"=":{"docs":{},"m":{"docs":{},"b":{"docs":{},"r":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}}}},"i":{"docs":{},"d":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"u":{"docs":{},"x":{"docs":{"bootos/BootOS概述.html":{"ref":"bootos/BootOS概述.html","tf":0.05263157894736842},"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.003838771593090211}},"安":{"docs":{},"装":{"docs":{},"模":{"docs":{},"板":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":10.006451612903225}}}}}}}},"e":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}},"b":{"docs":{},"c":{"docs":{},"r":{"docs":{},"c":{"3":{"2":{"docs":{},"c":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"docs":{}},"docs":{}}}},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"s":{"docs":{},"a":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"c":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{},"等":{"docs":{},"初":{"docs":{},"始":{"docs":{},"化":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}}}}}}}}}}},"t":{"docs":{"bootos/BootOS概述.html":{"ref":"bootos/BootOS概述.html","tf":0.05263157894736842}}},"a":{"docs":{},"b":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}},"e":{"docs":{},"l":{"docs":{"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.05263157894736842},"os/PXE模板定制规范.html":{"ref":"os/PXE模板定制规范.html","tf":0.043478260869565216}}}}},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"n":{"docs":{},"g":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}}},"c":{"docs":{},"d":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}},"p":{"docs":{},"o":{"docs":{},"w":{"docs":{},"e":{"docs":{},"r":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}},"e":{"docs":{},"d":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0028790786948176585}}},"g":{"docs":{},"a":{"docs":{},"c":{"docs":{},"i":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"n":{"docs":{},"o":{"docs":{},"v":{"docs":{},"o":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527},"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.018691588785046728}}}}},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{},":":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}}}}}}},"x":{"docs":{},"a":{"docs":{},"r":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125},"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.015503875968992248}}}}}},"l":{"docs":{},"c":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}},"p":{"docs":{},"s":{"docs":{},"s":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"s":{"docs":{},"i":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055},"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.018691588785046728}},"_":{"docs":{},"s":{"docs":{},"a":{"docs":{},"s":{"2":{"docs":{"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.018691588785046728}}},"3":{"docs":{"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.018691588785046728}}},"docs":{}}}}}}},"u":{"docs":{},"a":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}},",":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}}}},"n":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"x":{"docs":{},":":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.011811023622047244}}}}}}},"e":{"docs":{},"t":{"docs":{},".":{"docs":{},"i":{"docs":{},"f":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"=":{"0":{"docs":{"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.02631578947368421}}},"docs":{}}}}}}}}}},"_":{"docs":{},"f":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"o":{"docs":{},"v":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"k":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"d":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.013435700575815739},"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124},"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.012903225806451613},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.012195121951219513}},"i":{"docs":{},"d":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}}}}}}}},"m":{"docs":{},"a":{"docs":{},"s":{"docs":{},"k":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}},"=":{"docs":{},"\"":{"2":{"5":{"5":{"docs":{},".":{"2":{"5":{"5":{"docs":{},".":{"2":{"5":{"5":{"docs":{},".":{"0":{"docs":{},"\"":{"docs":{"api/网络配置查询接口.html":{"ref":"api/网络配置查询接口.html","tf":0.02631578947368421}}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}}}}}}}},"o":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0028790786948176585}}}}},"i":{"docs":{},"c":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}}},"t":{"docs":{},"i":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"u":{"docs":{},"m":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.015625}},"a":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.012903225806451613},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.012195121951219513}}}}}}},",":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}}},"o":{"docs":{},"i":{"docs":{},"p":{"docs":{},"v":{"6":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}},"docs":{}}}}}},"p":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748},"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.018518518518518517},"os/XenServer安装模板.html":{"ref":"os/XenServer安装模板.html","tf":0.034482758620689655}},"r":{"docs":{},"e":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}}}}}},"=":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},".":{"docs":{},"i":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"s":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"s":{"docs":{},"h":{"docs":{"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.02631578947368421}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"x":{"docs":{},"y":{"docs":{},".":{"docs":{},"y":{"docs":{},"a":{"docs":{},"m":{"docs":{},"l":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}},":":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}},"]":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}},"服":{"docs":{},"务":{"docs":{},"于":{"docs":{},"一":{"docs":{},"身":{"docs":{},",":{"docs":{},"不":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"系":{"docs":{},"统":{"docs":{},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"所":{"docs":{},"有":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"都":{"docs":{},"安":{"docs":{},"装":{"docs":{},"在":{"docs":{},"/":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"/":{"docs":{},"c":{"docs":{},"l":{"docs":{},"o":{"docs":{},"u":{"docs":{},"d":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"目":{"docs":{},"录":{"docs":{},"下":{"docs":{},"面":{"docs":{},"。":{"docs":{},"除":{"docs":{},"了":{"docs":{},"基":{"docs":{},"础":{"docs":{},"服":{"docs":{},"务":{"docs":{},"以":{"docs":{},"外":{"docs":{},",":{"docs":{},"c":{"docs":{},"l":{"docs":{},"o":{"docs":{},"u":{"docs":{},"d":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"安":{"docs":{},"装":{"docs":{},"包":{"docs":{},"还":{"docs":{},"集":{"docs":{},"成":{"docs":{},"了":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},",":{"docs":{},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"p":{"docs":{},"e":{"docs":{},",":{"docs":{},"h":{"docs":{},"w":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"p":{"docs":{},"t":{"docs":{"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.02631578947368421}}}}},"/":{"1":{"0":{"0":{"0":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}},"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{},"g":{"docs":{},"b":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"docs":{}},"docs":{}},"d":{"docs":{},"i":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}},"s":{"docs":{},",":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}},"(":{"docs":{},")":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}}}}}}}},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{},"x":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"n":{"docs":{},"t":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.012903225806451613},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.012195121951219513}}}}}},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.01935483870967742},"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.018292682926829267}},"=":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},".":{"docs":{},"i":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"s":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},".":{"docs":{},"p":{"docs":{},"i":{"docs":{"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.013157894736842105}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"r":{"docs":{},"a":{"docs":{},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"t":{"docs":{},"u":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}},"t":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.01935483870967742},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.018292682926829267}}}},"s":{"docs":{},"s":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.015503875968992248},"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.005555555555555556}}}}}},"a":{"docs":{},"l":{"docs":{},"g":{"docs":{},"o":{"docs":{},"=":{"docs":{},"s":{"docs":{},"h":{"docs":{},"a":{"5":{"1":{"2":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}},"c":{"docs":{},"i":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.003838771593090211}}}},"e":{"docs":{},"n":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}}}}},"r":{"docs":{},"c":{"2":{"docs":{},",":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"docs":{},"s":{"docs":{},"a":{"docs":{},"s":{"3":{"docs":{"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.018691588785046728}}},"docs":{}}}}},"i":{"docs":{},"p":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}}}}}}},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"y":{"docs":{},"n":{"docs":{},"x":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}}},"h":{"docs":{},"y":{"docs":{},"s":{"docs":{},"i":{"docs":{},"c":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}},"i":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"c":{"docs":{},"d":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}}}}},"l":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}}}},"t":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}}},"m":{"8":{"0":{"0":{"1":{"docs":{},"/":{"8":{"0":{"0":{"6":{"docs":{},"/":{"8":{"0":{"8":{"1":{"docs":{},"/":{"8":{"0":{"8":{"8":{"docs":{},"/":{"8":{"0":{"8":{"9":{"docs":{},"/":{"8":{"0":{"7":{"4":{"docs":{},"/":{"8":{"0":{"7":{"6":{"docs":{},"/":{"8":{"0":{"7":{"7":{"docs":{},"/":{"8":{"0":{"7":{"0":{"docs":{},"/":{"8":{"0":{"7":{"2":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{},"x":{"docs":{},"x":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"docs":{}},"docs":{},"c":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"s":{"2":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"3":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}},"docs":{},"/":{"2":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}}},"y":{"docs":{},"r":{"docs":{},"a":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}},",":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}}},"x":{"docs":{},"e":{"docs":{},"安":{"docs":{},"装":{"docs":{},"模":{"docs":{},"板":{"docs":{"os/PXE模板定制规范.html":{"ref":"os/PXE模板定制规范.html","tf":0.043478260869565216}}}},"文":{"docs":{},"件":{"docs":{},"接":{"docs":{},"口":{"docs":{"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":10.010989010989011}}}}}}}},"模":{"docs":{},"板":{"docs":{},"定":{"docs":{},"制":{"docs":{},"规":{"docs":{},"范":{"docs":{"os/PXE模板定制规范.html":{"ref":"os/PXE模板定制规范.html","tf":10.043478260869565}}}}}}}}}}},"t":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364},"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125},"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.023255813953488372}},"s":{"docs":{},",":{"docs":{},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},",":{"docs":{},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{},"s":{"docs":{},"安":{"docs":{},"装":{"docs":{},"驱":{"docs":{},"动":{"docs":{},"(":{"docs":{},"这":{"docs":{},"里":{"docs":{},"提":{"docs":{},"供":{"docs":{},"的":{"docs":{},"驱":{"docs":{},"动":{"docs":{},"仅":{"docs":{},"供":{"docs":{},"参":{"docs":{},"考":{"docs":{},",":{"docs":{},"实":{"docs":{},"际":{"docs":{},"以":{"docs":{},"官":{"docs":{},"方":{"docs":{},"为":{"docs":{},"准":{"docs":{},")":{"docs":{},"等":{"docs":{},"所":{"docs":{},"有":{"docs":{},"安":{"docs":{},"装":{"docs":{},"涉":{"docs":{},"及":{"docs":{},"到":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"用":{"docs":{},"户":{"docs":{},"只":{"docs":{},"需":{"docs":{},"要":{"docs":{},"安":{"docs":{},"装":{"docs":{},"此":{"docs":{},"包":{"docs":{},"即":{"docs":{},"可":{"docs":{},",":{"docs":{},"不":{"docs":{},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{},"下":{"docs":{},"载":{"docs":{},"其":{"docs":{},"他":{"docs":{},"组":{"docs":{},"件":{"docs":{},"。":{"docs":{},"真":{"docs":{},"正":{"docs":{},"做":{"docs":{},"到":{"docs":{},"了":{"docs":{},"一":{"docs":{},"键":{"docs":{},"部":{"docs":{},"署":{"docs":{},",":{"docs":{},"一":{"docs":{},"分":{"docs":{},"钟":{"docs":{},"搭":{"docs":{},"建":{"docs":{},"环":{"docs":{},"境":{"docs":{},"。":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"s":{"docs":{},"e":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"u":{"docs":{},"c":{"docs":{},"h":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}},"p":{"docs":{},"a":{"docs":{},"d":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"n":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}}}}}}}}},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.02631578947368421}},"=":{"5":{"docs":{"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.018518518518518517}}},"docs":{}}}}},"z":{"docs":{},"o":{"docs":{},"n":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}}}}},"g":{"docs":{},"o":{"docs":{},"n":{"3":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}}}},"v":{"docs":{},"o":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"t":{"docs":{},"l":{"docs":{"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428}},"e":{"docs":{},"=":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.018518518518518517}}}}}}}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}}}},"e":{"docs":{},"c":{"docs":{},"h":{"docs":{},"n":{"docs":{},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527},"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}}}}}}}}},"x":{"docs":{},"t":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}},"/":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756},"api/网络配置查询接口.html":{"ref":"api/网络配置查询接口.html","tf":0.02631578947368421}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"\"":{"docs":{"api/网络配置查询接口.html":{"ref":"api/网络配置查询接口.html","tf":0.02631578947368421}},",":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.0111731843575419}}}}}}},"g":{"3":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}},"m":{"2":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{},"f":{"docs":{},"f":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"c":{"docs":{},"e":{"docs":{},"i":{"docs":{},"v":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}}}}}},"u":{"docs":{},"e":{"docs":{},")":{"docs":{},";":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}}}},":":{"docs":{},"在":{"docs":{},"列":{"docs":{},"表":{"docs":{"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338}}}}},"成":{"docs":{},"功":{"docs":{"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}}}}}},"n":{"docs":{},"k":{"docs":{},"=":{"docs":{},"\"":{"docs":{},"n":{"docs":{},"o":{"docs":{},"\"":{"docs":{"api/网络配置查询接口.html":{"ref":"api/网络配置查询接口.html","tf":0.02631578947368421}}}}}}}}}}},"v":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}},"u":{"docs":{},"r":{"docs":{},"b":{"docs":{},"o":{"docs":{},"等":{"docs":{},"配":{"docs":{},"置":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}}}}}}}},",":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756},"api/网络配置查询接口.html":{"ref":"api/网络配置查询接口.html","tf":0.02631578947368421}},":":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.01935483870967742},"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.018292682926829267}}}}}}},"{":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.01935483870967742},"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.027777777777777776},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.0111731843575419},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.03614457831325301},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.026785714285714284},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.07453416149068323},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.03296703296703297},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.018292682926829267}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"|":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"p":{"docs":{},"|":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"|":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"|":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"|":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"s":{"docs":{},"}":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"一":{"docs":{},"键":{"docs":{},"部":{"docs":{},"署":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":10.003937007874017},"append/":{"ref":"append/","tf":0.024390243902439025}},"服":{"docs":{},"务":{"docs":{},"管":{"docs":{},"理":{"docs":{},",":{"docs":{},"使":{"docs":{},"用":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"命":{"docs":{},"令":{"docs":{},"可":{"docs":{},"以":{"docs":{},"批":{"docs":{},"量":{"docs":{},"启":{"docs":{},"停":{"docs":{},"单":{"docs":{},"个":{"docs":{},"或":{"docs":{},"者":{"docs":{},"全":{"docs":{},"部":{"docs":{},"服":{"docs":{},"务":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"涉":{"docs":{},"及":{"docs":{},"到":{"docs":{},"的":{"docs":{},"配":{"docs":{},"置":{"docs":{},"文":{"docs":{},"件":{"docs":{},"如":{"docs":{},"下":{"docs":{},",":{"docs":{},"如":{"docs":{},"有":{"docs":{},"需":{"docs":{},"求":{"docs":{},"可":{"docs":{},"以":{"docs":{},"自":{"docs":{},"行":{"docs":{},"修":{"docs":{},"改":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}}}}}}}}}}}}}}}}}}}}}},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"关":{"docs":{},"闭":{"docs":{},"d":{"docs":{},"h":{"docs":{},"c":{"docs":{},"p":{"docs":{},"服":{"docs":{},"务":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}}}}},"重":{"docs":{},"启":{"docs":{},"所":{"docs":{},"有":{"docs":{},"服":{"docs":{},"务":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}}}},":":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125}}}}},"关":{"docs":{},"闭":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"u":{"docs":{},"x":{"docs":{},"(":{"docs":{},"需":{"docs":{},"重":{"docs":{},"启":{"docs":{},"生":{"docs":{},"效":{"docs":{},")":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}}}}}}}}}}},"防":{"docs":{},"火":{"docs":{},"墙":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}},"即":{"docs":{},"可":{"docs":{},"(":{"docs":{},"推":{"docs":{},"荐":{"docs":{},"使":{"docs":{},"用":{"docs":{},"最":{"docs":{},"新":{"docs":{},"的":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}}}}}}},"启":{"docs":{},"动":{"docs":{},"c":{"docs":{},"l":{"docs":{},"o":{"docs":{},"u":{"docs":{},"d":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"系":{"docs":{},"统":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}}}}}}}}}},"地":{"docs":{},"址":{"docs":{},"来":{"docs":{},"提":{"docs":{},"供":{"docs":{},"装":{"docs":{},"机":{"docs":{},"服":{"docs":{},"务":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{},":":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}}}}}}}}}},"导":{"docs":{},"入":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"系":{"docs":{},"统":{"docs":{},"安":{"docs":{},"装":{"docs":{},"介":{"docs":{},"质":{"docs":{},"到":{"docs":{},"对":{"docs":{},"应":{"docs":{},"目":{"docs":{},"录":{"docs":{},"(":{"docs":{},"以":{"docs":{},"c":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}}}}}}}}}}}}}}}}}},"镜":{"docs":{},"像":{"docs":{},"文":{"docs":{},"件":{"docs":{},",":{"docs":{},"这":{"docs":{},"里":{"docs":{},"以":{"docs":{},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.009345794392523364}}}}}}}}}}}}}}}}}},"执":{"docs":{},"行":{"docs":{},"安":{"docs":{},"装":{"docs":{},"命":{"docs":{},"令":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}},"脚":{"docs":{},"本":{"docs":{},",":{"docs":{},"需":{"docs":{},"要":{"docs":{},"做":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"6":{"4":{"docs":{},"d":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"处":{"docs":{},"理":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}}}}}}}}}}},"docs":{}},"docs":{}}}}}}}}}}}}},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},",":{"docs":{},"用":{"docs":{},"户":{"docs":{},"名":{"docs":{},"/":{"docs":{},"密":{"docs":{},"码":{"docs":{},"都":{"docs":{},"是":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}}}}}}}}},"考":{"docs":{},"虑":{"docs":{},"到":{"docs":{},"用":{"docs":{},"户":{"docs":{},"搭":{"docs":{},"建":{"docs":{},"平":{"docs":{},"台":{"docs":{},"环":{"docs":{},"境":{"docs":{},"的":{"docs":{},"复":{"docs":{},"杂":{"docs":{},"性":{"docs":{},",":{"docs":{},"这":{"docs":{},"里":{"docs":{},"我":{"docs":{},"们":{"docs":{},"提":{"docs":{},"供":{"docs":{},"了":{"docs":{},"一":{"docs":{},"键":{"docs":{},"部":{"docs":{},"署":{"docs":{},"服":{"docs":{},"务":{"docs":{},",":{"docs":{},"集":{"docs":{},"成":{"docs":{},"了":{"docs":{},"所":{"docs":{},"有":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"推":{"docs":{},"荐":{"docs":{},"用":{"docs":{},"户":{"docs":{},"使":{"docs":{},"用":{"docs":{},"此":{"docs":{},"方":{"docs":{},"式":{"docs":{},"来":{"docs":{},"快":{"docs":{},"速":{"docs":{},"部":{"docs":{},"署":{"docs":{},"一":{"docs":{},"套":{"docs":{},"环":{"docs":{},"境":{"docs":{},",":{"docs":{},"一":{"docs":{},"分":{"docs":{},"钟":{"docs":{},"就":{"docs":{},"可":{"docs":{},"以":{"docs":{},"完":{"docs":{},"成":{"docs":{},"整":{"docs":{},"个":{"docs":{},"环":{"docs":{},"境":{"docs":{},"的":{"docs":{},"搭":{"docs":{},"建":{"docs":{},"。":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"通":{"docs":{},"过":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"访":{"docs":{},"问":{"docs":{},"本":{"docs":{},"机":{"docs":{"environment/一键部署.html":{"ref":"environment/一键部署.html","tf":0.003937007874015748}}}}}}}}}},"用":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}}},"k":{"2":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}},"8":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.009596928982725527}},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"bootos/BootOS概述.html":{"ref":"bootos/BootOS概述.html","tf":0.05263157894736842},"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.02631578947368421},"os/PXE模板定制规范.html":{"ref":"os/PXE模板定制规范.html","tf":0.043478260869565216}},"=":{"docs":{},"/":{"docs":{},"t":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},".":{"docs":{},"b":{"0":{"0":{"docs":{"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.018518518518518517}}},"docs":{}},"docs":{}}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"=":{"docs":{},"r":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.018518518518518517}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"o":{"docs":{},"n":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}}}},"y":{"docs":{},"b":{"docs":{},"o":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0047984644913627635},"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}}}}},"t":{"docs":{},"o":{"docs":{},"u":{"docs":{},"c":{"docs":{},"h":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}}},"a":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}}},"b":{"docs":{},"d":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"c":{"docs":{},"s":{"docs":{},",":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}},"[":{"docs":{},"+":{"docs":{},"]":{"docs":{},"/":{"docs":{},"x":{"docs":{},"t":{"docs":{},"d":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"u":{"docs":{},"r":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}},"e":{"docs":{},"/":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"[":{"docs":{},"+":{"docs":{},"]":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}},"y":{"docs":{},"e":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"s":{"docs":{},"=":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},".":{"docs":{},"i":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"s":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"/":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"/":{"docs":{},"v":{"1":{"docs":{},"/":{"docs":{},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"/":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"s":{"docs":{},"y":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"b":{"docs":{},"y":{"docs":{},"s":{"docs":{},"n":{"docs":{},"?":{"docs":{},"s":{"docs":{},"n":{"docs":{},"=":{"docs":{},"{":{"docs":{},"s":{"docs":{},"n":{"docs":{},"}":{"docs":{"os/PXE模板定制规范.html":{"ref":"os/PXE模板定制规范.html","tf":0.043478260869565216}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"=":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{"os/PXE模板定制规范.html":{"ref":"os/PXE模板定制规范.html","tf":0.043478260869565216}}}}}}}}}}}}}}}},"v":{"docs":{},"m":{"docs":{"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.018691588785046728}}}}},"内":{"docs":{},"置":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"随":{"docs":{},"系":{"docs":{},"统":{"docs":{},"启":{"docs":{},"动":{"docs":{},",":{"docs":{},"和":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"建":{"docs":{},"立":{"docs":{},"通":{"docs":{},"讯":{"docs":{"bootos/BootOS概述.html":{"ref":"bootos/BootOS概述.html","tf":0.05263157894736842}}}}}}}}}}}}}}}}}}}}}}}}}},"功":{"docs":{},"能":{"docs":{"bootos/BootOS概述.html":{"ref":"bootos/BootOS概述.html","tf":0.05263157894736842}}}},"完":{"docs":{},"全":{"docs":{},"在":{"docs":{},"内":{"docs":{},"存":{"docs":{},"中":{"docs":{},"运":{"docs":{},"行":{"docs":{},",":{"docs":{},"数":{"docs":{},"据":{"docs":{},"重":{"docs":{},"启":{"docs":{},"消":{"docs":{},"失":{"docs":{},",":{"docs":{},"不":{"docs":{},"会":{"docs":{},"写":{"docs":{},"入":{"docs":{},"磁":{"docs":{},"盘":{"docs":{"bootos/BootOS概述.html":{"ref":"bootos/BootOS概述.html","tf":0.05263157894736842}}}}}}}}}}}}}}}}}}}}}}},"成":{"docs":{},"第":{"docs":{},"一":{"docs":{},"版":{"docs":{},"文":{"docs":{},"档":{"docs":{},"编":{"docs":{},"写":{"docs":{"append/":{"ref":"append/","tf":0.024390243902439025}}}}}}}}}}},"定":{"docs":{},"制":{"docs":{},",":{"docs":{},"包":{"docs":{},"含":{"docs":{},"最":{"docs":{},"新":{"docs":{},"的":{"docs":{},"硬":{"docs":{},"件":{"docs":{},"驱":{"docs":{},"动":{"docs":{"bootos/BootOS概述.html":{"ref":"bootos/BootOS概述.html","tf":0.05263157894736842}}}}}}}}}}}}}},"特":{"docs":{},"点":{"docs":{"bootos/BootOS概述.html":{"ref":"bootos/BootOS概述.html","tf":0.05263157894736842}}}},"精":{"docs":{},"简":{"docs":{},"了":{"docs":{},"不":{"docs":{},"必":{"docs":{},"要":{"docs":{},"的":{"docs":{},"组":{"docs":{},"建":{"docs":{},",":{"docs":{},"内":{"docs":{},"置":{"docs":{},"硬":{"docs":{},"件":{"docs":{},"厂":{"docs":{},"商":{"docs":{},"工":{"docs":{},"具":{"docs":{},",":{"docs":{},"体":{"docs":{},"积":{"docs":{},"不":{"docs":{},"超":{"docs":{},"过":{"docs":{"bootos/BootOS概述.html":{"ref":"bootos/BootOS概述.html","tf":0.05263157894736842}}}}}}}}}}}}}}}}}}}}}}}}}},"采":{"docs":{},"集":{"docs":{},"硬":{"docs":{},"件":{"docs":{},"信":{"docs":{},"息":{"docs":{},",":{"docs":{},"修":{"docs":{},"改":{"docs":{},"硬":{"docs":{},"件":{"docs":{},"配":{"docs":{},"置":{"docs":{},"包":{"docs":{},"括":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"d":{"docs":{},"/":{"docs":{},"o":{"docs":{},"o":{"docs":{},"b":{"docs":{},"/":{"docs":{},"b":{"docs":{},"i":{"docs":{},"o":{"docs":{},"s":{"docs":{},"等":{"docs":{"bootos/BootOS概述.html":{"ref":"bootos/BootOS概述.html","tf":0.05263157894736842}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"^":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"o":{"docs":{"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.02631578947368421}}}}}}}},"使":{"docs":{},"用":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"方":{"docs":{},"式":{"docs":{},"来":{"docs":{},"加":{"docs":{},"载":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},".":{"docs":{},"i":{"docs":{},"m":{"docs":{},"g":{"docs":{},",":{"docs":{},"取":{"docs":{},"代":{"docs":{},"传":{"docs":{},"统":{"docs":{},"的":{"docs":{},"t":{"docs":{},"f":{"docs":{},"t":{"docs":{},"p":{"docs":{},"加":{"docs":{},"载":{"docs":{},"方":{"docs":{},"式":{"docs":{},",":{"docs":{},"大":{"docs":{},"文":{"docs":{},"件":{"docs":{},"效":{"docs":{},"率":{"docs":{},"更":{"docs":{},"高":{"docs":{"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.013157894736842105}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"k":{"docs":{},"s":{"docs":{},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"=":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{},"参":{"docs":{},"数":{"docs":{},"来":{"docs":{},"指":{"docs":{},"定":{"docs":{},"p":{"docs":{},"x":{"docs":{},"e":{"docs":{},"传":{"docs":{},"递":{"docs":{},"的":{"docs":{},"网":{"docs":{},"卡":{"docs":{},",":{"docs":{},"配":{"docs":{},"合":{"docs":{},"i":{"docs":{},"p":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"os/PXE模板定制规范.html":{"ref":"os/PXE模板定制规范.html","tf":0.043478260869565216}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"d":{"docs":{},"命":{"docs":{},"令":{"docs":{},"批":{"docs":{},"量":{"docs":{},"替":{"docs":{},"换":{"docs":{},"修":{"docs":{},"改":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},".":{"docs":{},"c":{"docs":{},"f":{"docs":{},"g":{"docs":{},"文":{"docs":{},"件":{"docs":{},":":{"docs":{"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.018518518518518517}}}}}}}}}}}}}}}}}}}}}}}}}},"参":{"docs":{},"数":{"docs":{},"说":{"docs":{},"明":{"docs":{},":":{"docs":{"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.02631578947368421}}}}}}},"增":{"docs":{},"加":{"docs":{},"b":{"docs":{},"i":{"docs":{},"o":{"docs":{},"s":{"docs":{},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"=":{"0":{"docs":{},"参":{"docs":{},"数":{"docs":{},",":{"docs":{},"关":{"docs":{},"闭":{"docs":{},"了":{"docs":{},"c":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.013157894736842105}}}}}}}}}}}}}},"docs":{}}}}}}}}}}}}},"x":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"支":{"docs":{},"持":{"docs":{},",":{"docs":{},"增":{"docs":{},"加":{"docs":{},"虚":{"docs":{},"拟":{"docs":{},"机":{"docs":{},"管":{"docs":{},"理":{"docs":{},"功":{"docs":{},"能":{"docs":{"append/":{"ref":"append/","tf":0.024390243902439025}}}}}}}}}}}}}}}}}}}}}}},"对":{"docs":{},"v":{"docs":{},"m":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{"append/":{"ref":"append/","tf":0.024390243902439025}}}}}}}}},"硬":{"docs":{},"件":{"docs":{},"工":{"docs":{},"具":{"docs":{},"包":{"docs":{},"使":{"docs":{},"用":{"docs":{},",":{"docs":{},"支":{"docs":{},"持":{"docs":{},"多":{"docs":{},"组":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"d":{"docs":{"append/":{"ref":"append/","tf":0.024390243902439025}}}}}}}}}}}}}}}}}}}},"搭":{"docs":{},"建":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"启":{"docs":{},"动":{"docs":{},"环":{"docs":{},"境":{"docs":{},",":{"docs":{},"需":{"docs":{},"要":{"docs":{},"配":{"docs":{},"置":{"docs":{},"t":{"docs":{},"f":{"docs":{},"t":{"docs":{},"p":{"docs":{},"启":{"docs":{},"动":{"docs":{},"文":{"docs":{},"件":{"docs":{},",":{"docs":{},"内":{"docs":{},"容":{"docs":{},"如":{"docs":{},"下":{"docs":{},":":{"docs":{"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.013157894736842105}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"用":{"docs":{},"户":{"docs":{},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"调":{"docs":{},"用":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"接":{"docs":{},"口":{"docs":{},"执":{"docs":{},"行":{"docs":{},"一":{"docs":{},"些":{"docs":{},"个":{"docs":{},"性":{"docs":{},"化":{"docs":{},"的":{"docs":{},"配":{"docs":{},"置":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{},"个":{"docs":{},"性":{"docs":{},"化":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"d":{"docs":{},"配":{"docs":{},"置":{"docs":{},",":{"docs":{},"采":{"docs":{},"集":{"docs":{},"更":{"docs":{},"多":{"docs":{},"的":{"docs":{},"系":{"docs":{},"统":{"docs":{},"信":{"docs":{},"息":{"docs":{},"等":{"docs":{},"。":{"docs":{"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.013157894736842105}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"信":{"docs":{},"息":{"docs":{},"及":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"k":{"docs":{},"e":{"docs":{},"n":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.005555555555555556}}}}}}}}}}}}}}}},"名":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.005555555555555556}}},"安":{"docs":{},"全":{"docs":{},"退":{"docs":{},"出":{"docs":{},"接":{"docs":{},"口":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.005555555555555556}}}}}}}},"登":{"docs":{},"录":{"docs":{},"接":{"docs":{},"口":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.005555555555555556}}}}}},"相":{"docs":{},"关":{"docs":{},"接":{"docs":{},"口":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":10}}}}}}},"途":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}},"于":{"docs":{},"初":{"docs":{},"始":{"docs":{},"化":{"docs":{},"逻":{"docs":{},"辑":{"docs":{},"磁":{"docs":{},"盘":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125}}}}}}}}},"在":{"docs":{},"配":{"docs":{},"置":{"docs":{},"新":{"docs":{},"的":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125}}}}}}}}},"设":{"docs":{},"定":{"docs":{},"i":{"docs":{},"p":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.013157894736842105}}}}}}}}}},"参":{"docs":{},"数":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"=":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},".":{"docs":{},"i":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"s":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},".":{"docs":{},"p":{"docs":{},"y":{"docs":{},",":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"会":{"docs":{},"在":{"docs":{},"重":{"docs":{},"启":{"docs":{},"系":{"docs":{},"统":{"docs":{},"之":{"docs":{},"前":{"docs":{},"从":{"docs":{},"指":{"docs":{},"定":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},"获":{"docs":{},"取":{"docs":{},"程":{"docs":{},"序":{"docs":{},"并":{"docs":{},"执":{"docs":{},"行":{"docs":{},",":{"docs":{},"程":{"docs":{},"序":{"docs":{},"可":{"docs":{},"以":{"docs":{},"是":{"docs":{},"脚":{"docs":{},"本":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"是":{"docs":{},"二":{"docs":{},"进":{"docs":{},"制":{"docs":{},"文":{"docs":{},"件":{"docs":{"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.013157894736842105}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"=":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},".":{"docs":{},"i":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"s":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"s":{"docs":{},"h":{"docs":{},",":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"会":{"docs":{},"在":{"docs":{},"启":{"docs":{},"动":{"docs":{},"以":{"docs":{},"后":{"docs":{},"首":{"docs":{},"先":{"docs":{},"从":{"docs":{},"指":{"docs":{},"定":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},"获":{"docs":{},"取":{"docs":{},"程":{"docs":{},"序":{"docs":{},"并":{"docs":{},"执":{"docs":{},"行":{"docs":{},",":{"docs":{},"程":{"docs":{},"序":{"docs":{},"可":{"docs":{},"以":{"docs":{},"是":{"docs":{},"脚":{"docs":{},"本":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"是":{"docs":{},"二":{"docs":{},"进":{"docs":{},"制":{"docs":{},"文":{"docs":{},"件":{"docs":{"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.013157894736842105}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"r":{"docs":{},"=":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},".":{"docs":{},"i":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"s":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},",":{"docs":{},"指":{"docs":{},"定":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"端":{"docs":{},"的":{"docs":{},"地":{"docs":{},"址":{"docs":{},",":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"会":{"docs":{},"解":{"docs":{},"析":{"docs":{},"此":{"docs":{},"参":{"docs":{},"数":{"docs":{},"并":{"docs":{},"向":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"端":{"docs":{},"发":{"docs":{},"起":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"请":{"docs":{},"求":{"docs":{},",":{"docs":{},"请":{"docs":{},"根":{"docs":{},"据":{"docs":{},"实":{"docs":{},"际":{"docs":{},"情":{"docs":{},"况":{"docs":{},"修":{"docs":{},"改":{"docs":{"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.013157894736842105}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.013157894736842105}}}}}}}}}}},"安":{"docs":{},"装":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"镜":{"docs":{},"像":{"docs":{},"源":{"docs":{},",":{"docs":{},"请":{"docs":{},"根":{"docs":{},"据":{"docs":{},"实":{"docs":{},"际":{"docs":{},"情":{"docs":{},"况":{"docs":{},"修":{"docs":{},"改":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064}}}}}}}}}}}}}}}}}}}}}},"备":{"docs":{},"录":{"docs":{},"入":{"docs":{},"接":{"docs":{},"口":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}}}}}}}},"高":{"docs":{},"级":{"docs":{},"选":{"docs":{},"项":{"docs":{"bootos/BootOS使用.html":{"ref":"bootos/BootOS使用.html","tf":0.013157894736842105}}}}}},"&":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"e":{"1":{"0":{"0":{"0":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}},"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}},"docs":{}},"8":{"0":{"0":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}},"docs":{}},"docs":{"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.037037037037037035}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"o":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}},"m":{"docs":{},"s":{"docs":{},"f":{"docs":{},"f":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"n":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527},"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.023255813953488372}},"e":{"docs":{},"s":{"docs":{},"h":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}}}}}}}}}},"e":{"docs":{},"u":{"docs":{},"b":{"6":{"2":{"5":{"0":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}},"_":{"docs":{},"u":{"docs":{},"s":{"docs":{},".":{"docs":{},"u":{"docs":{},"t":{"docs":{},"f":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"r":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},"以":{"docs":{},"及":{"docs":{},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.009345794392523364}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"h":{"0":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}},"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"e":{"docs":{},"t":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0067178502879078695}}}}}}}}},"x":{"docs":{},"a":{"docs":{},"r":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}},"z":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"s":{"docs":{},"x":{"docs":{},"i":{"docs":{"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.05555555555555555}},"和":{"docs":{},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{},"s":{"docs":{},"的":{"docs":{},"支":{"docs":{},"持":{"docs":{"append/":{"ref":"append/","tf":0.024390243902439025}}}}}}}}}}}}}}}},"c":{"docs":{},"h":{"docs":{},"o":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.022222222222222223},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.0111731843575419},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.017857142857142856},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.012422360248447204},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}}}}}},"f":{"0":{"3":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}},"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"o":{"docs":{},"v":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0028790786948176585}}}}}},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},":":{"docs":{},"不":{"docs":{},"在":{"docs":{},"列":{"docs":{},"表":{"docs":{"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338}}}}}},"失":{"docs":{},"败":{"docs":{"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}}}}}}}}},"e":{"docs":{},"e":{"docs":{},"d":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0028790786948176585}}}}}}}}},"f":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"i":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"r":{"docs":{},"m":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}}}}},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"l":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}}}}}},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"h":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}},"升":{"docs":{},"级":{"docs":{},"固":{"docs":{},"件":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}}}}}}}},"o":{"docs":{},"a":{"docs":{},"t":{"docs":{},"(":{"1":{"1":{"docs":{},",":{"2":{"docs":{},")":{"docs":{"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428}}}},"docs":{}}},"docs":{}},"docs":{}}}}}},"m":{"1":{"0":{"docs":{},"k":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"docs":{}},"docs":{}},"o":{"docs":{},"r":{"docs":{},"c":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0028790786948176585}}}}},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}}}}},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0028790786948176585}}}}}}}},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.003838771593090211}}}}}}},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"=":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"4":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.012903225806451613},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.012195121951219513}}},"docs":{}}}}}}}}}}},"g":{"docs":{},"a":{"docs":{},"f":{"docs":{},"f":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"m":{"docs":{},"e":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}},"t":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"y":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.015503875968992248}},"=":{"docs":{},"\"":{"1":{"9":{"2":{"docs":{},".":{"1":{"6":{"8":{"docs":{},".":{"0":{"docs":{},".":{"1":{"docs":{},"\"":{"docs":{"api/网络配置查询接口.html":{"ref":"api/网络配置查询接口.html","tf":0.02631578947368421}}}},"docs":{}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"b":{"docs":{},"i":{"docs":{},"r":{"docs":{},"d":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}}}},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}},"t":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}}},"f":{"docs":{},"r":{"docs":{},"m":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"i":{"docs":{},"g":{"docs":{},"a":{"docs":{},"b":{"docs":{},"i":{"docs":{},"t":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.003838771593090211}}}}}}},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}}}},"o":{"docs":{},"o":{"docs":{},"g":{"docs":{},"l":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"p":{"docs":{},"i":{"docs":{},"o":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}},"_":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"h":{"docs":{},"i":{"docs":{},"c":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}},"i":{"docs":{},"p":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"o":{"docs":{},"w":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}}},"t":{"6":{"8":{"3":{"docs":{},"r":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}},"docs":{}},"docs":{}},"docs":{}},"y":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},",":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}}}},"j":{"docs":{},"a":{"docs":{},"b":{"docs":{},"r":{"docs":{},"a":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}},"c":{"docs":{},"k":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"o":{"docs":{},"y":{"docs":{},"p":{"docs":{},"a":{"docs":{},"d":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}},"s":{"docs":{},"m":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"o":{"docs":{},"n":{"docs":{},"_":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"(":{"docs":{},"$":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{},";":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"m":{"docs":{},"p":{"docs":{},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"t":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}}}}}}},"q":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"i":{"docs":{},"c":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0028790786948176585}}}}}}},"t":{"1":{"0":{"7":{"0":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}},"docs":{}},"docs":{}},"docs":{},"o":{"docs":{},"u":{"docs":{},"c":{"docs":{},"h":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}},"v":{"2":{"docs":{},".":{"0":{"0":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}},"docs":{}},"docs":{}}},"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}},"i":{"docs":{},"r":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}},"_":{"docs":{},"b":{"docs":{},"l":{"docs":{},"k":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"n":{"docs":{},"e":{"docs":{},"t":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.003838771593090211},"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.023255813953488372}}}}}}}},"m":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527},"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.018518518518518517}},"的":{"docs":{},"k":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"os/自动化安装基础.html":{"ref":"os/自动化安装基础.html","tf":0.14285714285714285}}}}}}}}}}}},"安":{"docs":{},"装":{"docs":{},"模":{"docs":{},"板":{"docs":{"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":10.018518518518519}}}}}}}}}},"x":{"docs":{},"n":{"docs":{},"e":{"docs":{},"t":{"3":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}},"docs":{}}}}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"r":{"docs":{"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.018518518518518517}}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"=":{"docs":{},"\"":{"0":{"docs":{},"\"":{"docs":{"api/网络配置查询接口.html":{"ref":"api/网络配置查询接口.html","tf":0.02631578947368421}}}},"docs":{}}}}}}},"w":{"docs":{},"a":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}}}}},"l":{"docs":{},"t":{"docs":{},"o":{"docs":{},"p":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}},"i":{"docs":{},"i":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0019193857965451055}},"m":{"docs":{},"o":{"docs":{},"t":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.018691588785046728}},"s":{"docs":{},"的":{"docs":{},"w":{"docs":{},"a":{"docs":{},"i":{"docs":{},"k":{"docs":{"os/自动化安装基础.html":{"ref":"os/自动化安装基础.html","tf":0.14285714285714285}}}}}}},"安":{"docs":{},"装":{"docs":{},"模":{"docs":{},"板":{"docs":{"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":10.009345794392523}}}}}}}}}},"p":{"docs":{"append/":{"ref":"append/","tf":0.024390243902439025}}}}}},"z":{"docs":{},"p":{"docs":{},"f":{"docs":{},"f":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}},"y":{"docs":{},"d":{"docs":{},"a":{"docs":{},"c":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"b":{"docs":{},"r":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}}}}}}},"上":{"docs":{},"面":{"docs":{},"提":{"docs":{},"交":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"的":{"docs":{},"硬":{"docs":{},"件":{"docs":{},"适":{"docs":{},"配":{"docs":{},"需":{"docs":{},"求":{"docs":{},"。":{"docs":{},"反":{"docs":{},"馈":{"docs":{},"地":{"docs":{},"址":{"docs":{},":":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"i":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"s":{"docs":{},"/":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"支":{"docs":{},"持":{"docs":{},"的":{"docs":{},"硬":{"docs":{},"件":{"docs":{},"设":{"docs":{},"备":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}}}}},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"d":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}}}}},"v":{"docs":{},"t":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}}},"用":{"docs":{},"户":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}}},"。":{"docs":{"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.009345794392523364}}}}},"驱":{"docs":{},"动":{"docs":{},"名":{"docs":{},"称":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"版":{"docs":{},"本":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}}}},"程":{"docs":{},"序":{"docs":{"bootos/BootOS适配.html":{"ref":"bootos/BootOS适配.html","tf":0.0009596928982725527}},"目":{"docs":{},"录":{"docs":{},"结":{"docs":{},"构":{"docs":{},"如":{"docs":{},"下":{"docs":{},":":{"docs":{"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.009345794392523364}}}}}}}}}}},",":{"docs":{},"支":{"docs":{},"持":{"docs":{},"更":{"docs":{},"多":{"docs":{},"的":{"docs":{},"硬":{"docs":{},"件":{"docs":{},"设":{"docs":{},"备":{"docs":{},",":{"docs":{},"重":{"docs":{},"新":{"docs":{},"推":{"docs":{},"出":{"docs":{"append/":{"ref":"append/","tf":0.024390243902439025}}}}}}}}}}}}}}}}}}},"修":{"docs":{},"改":{"docs":{},"b":{"docs":{},"i":{"docs":{},"o":{"docs":{},"s":{"docs":{},"配":{"docs":{},"置":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.028037383177570093}}}}}}},"m":{"docs":{},"c":{"docs":{},"配":{"docs":{},"置":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}}}}}},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"配":{"docs":{},"置":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}}}}}}},"i":{"docs":{},"l":{"docs":{},"o":{"docs":{},"配":{"docs":{},"置":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}}}}}}},"订":{"docs":{},"记":{"docs":{},"录":{"docs":{},":":{"docs":{"append/":{"ref":"append/","tf":0.024390243902439025}}}}}}},"固":{"docs":{},"件":{"docs":{},"升":{"docs":{},"级":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}}}}},"密":{"docs":{},"码":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364},"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.005555555555555556}}}},"工":{"docs":{},"具":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"硬":{"docs":{},"件":{"docs":{},"配":{"docs":{},"置":{"docs":{},"主":{"docs":{},"要":{"docs":{},"包":{"docs":{},"括":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"d":{"docs":{},"、":{"docs":{},"o":{"docs":{},"o":{"docs":{},"b":{"docs":{},"以":{"docs":{},"及":{"docs":{},"b":{"docs":{},"i":{"docs":{},"o":{"docs":{},"s":{"docs":{},"的":{"docs":{},"设":{"docs":{},"置":{"docs":{},"。":{"docs":{},"硬":{"docs":{},"件":{"docs":{},"的":{"docs":{},"自":{"docs":{},"动":{"docs":{},"化":{"docs":{},"配":{"docs":{},"置":{"docs":{},"包":{"docs":{},"括":{"docs":{},":":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"为":{"docs":{},"例":{"docs":{},",":{"docs":{},"这":{"docs":{},"里":{"docs":{},"列":{"docs":{},"举":{"docs":{},"一":{"docs":{},"下":{"docs":{},"如":{"docs":{},"何":{"docs":{},"使":{"docs":{},"用":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125}}}}}}}}}}}}}}}}}},"默":{"docs":{},"认":{"docs":{},"全":{"docs":{},"盘":{"docs":{},"做":{"docs":{},"一":{"docs":{},"个":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"d":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.018691588785046728}}}}}}}}}}},"每":{"docs":{},"两":{"docs":{},"个":{"docs":{},"盘":{"docs":{},"做":{"docs":{},"一":{"docs":{},"个":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"d":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}}}}}}}}}}},"单":{"docs":{},"个":{"docs":{},"盘":{"docs":{},"做":{"docs":{},"一":{"docs":{},"个":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"d":{"docs":{"hardware/硬件配置基础.html":{"ref":"hardware/硬件配置基础.html","tf":0.009345794392523364}}}}}}}}}}}}}}},"|":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.012903225806451613},"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.29906542056074764},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.012195121951219513}},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"]":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.015625}}}}}}},"之":{"docs":{},"前":{"docs":{},"清":{"docs":{},"理":{"docs":{},"原":{"docs":{},"有":{"docs":{},"的":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125}}}}}}}}},"全":{"docs":{},"部":{"docs":{},"磁":{"docs":{},"盘":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"组":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125}}}}}}}}}},"指":{"docs":{},"定":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125}},"做":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.015625}}},"k":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"模":{"docs":{},"板":{"docs":{},"获":{"docs":{},"取":{"docs":{},"地":{"docs":{},"址":{"docs":{},",":{"docs":{},"使":{"docs":{},"用":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"接":{"docs":{},"口":{"docs":{},"进":{"docs":{},"行":{"docs":{},"获":{"docs":{},"取":{"docs":{},",":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"平":{"docs":{},"台":{"docs":{},"在":{"docs":{},"生":{"docs":{},"成":{"docs":{},"p":{"docs":{},"x":{"docs":{},"e":{"docs":{},"安":{"docs":{},"装":{"docs":{},"文":{"docs":{},"件":{"docs":{},"的":{"docs":{},"同":{"docs":{},"时":{"docs":{},"会":{"docs":{},"自":{"docs":{},"动":{"docs":{},"替":{"docs":{},"换":{"docs":{},"{":{"docs":{},"s":{"docs":{},"n":{"docs":{},"}":{"docs":{},"变":{"docs":{},"量":{"docs":{},"为":{"docs":{},"本":{"docs":{},"机":{"docs":{},"序":{"docs":{},"列":{"docs":{},"号":{"docs":{},",":{"docs":{},"在":{"docs":{},"编":{"docs":{},"写":{"docs":{},"p":{"docs":{},"x":{"docs":{},"e":{"docs":{},"安":{"docs":{},"装":{"docs":{},"模":{"docs":{},"板":{"docs":{},"的":{"docs":{},"时":{"docs":{},"候":{"docs":{},"需":{"docs":{},"要":{"docs":{},"特":{"docs":{},"别":{"docs":{},"注":{"docs":{},"意":{"docs":{},"此":{"docs":{},"用":{"docs":{},"法":{"docs":{"os/PXE模板定制规范.html":{"ref":"os/PXE模板定制规范.html","tf":0.043478260869565216}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"的":{"docs":{},"磁":{"docs":{},"盘":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.015625}}}},"配":{"docs":{},"置":{"docs":{},"等":{"docs":{},"。":{"docs":{},"以":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125}}}}}}},"支":{"docs":{},"持":{"docs":{},",":{"docs":{},"增":{"docs":{},"加":{"docs":{},"作":{"docs":{},"业":{"docs":{},"执":{"docs":{},"行":{"docs":{},",":{"docs":{},"采":{"docs":{},"用":{"docs":{},"容":{"docs":{},"器":{"docs":{},"部":{"docs":{},"署":{"docs":{"append/":{"ref":"append/","tf":0.024390243902439025}}}}}}}}}}}}}}}}}}},"级":{"docs":{},"别":{"docs":{},",":{"docs":{},"默":{"docs":{},"认":{"docs":{},"支":{"docs":{},"持":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.0078125}}}}}}}}},"表":{"docs":{},"示":{"6":{"docs":{},"至":{"docs":{},"全":{"docs":{},"部":{"docs":{},")":{"docs":{},"和":{"docs":{},"全":{"docs":{},"部":{"docs":{},"磁":{"docs":{},"盘":{"docs":{},"(":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},")":{"docs":{"hardware/硬件工具包使用.html":{"ref":"hardware/硬件工具包使用.html","tf":0.015625}}}}}}}}}}}}}}}}},"docs":{}}},"以":{"docs":{},"厂":{"docs":{},"商":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"为":{"docs":{},"例":{"docs":{},",":{"docs":{},"这":{"docs":{},"里":{"docs":{},"我":{"docs":{},"们":{"docs":{},"举":{"docs":{},"例":{"docs":{},"说":{"docs":{},"明":{"docs":{},"一":{"docs":{},"下":{"docs":{},"每":{"docs":{},"个":{"docs":{},"硬":{"docs":{},"件":{"docs":{},"配":{"docs":{},"置":{"docs":{},"需":{"docs":{},"要":{"docs":{},"开":{"docs":{},"发":{"docs":{},"的":{"docs":{},"脚":{"docs":{},"本":{"docs":{},"工":{"docs":{},"具":{"docs":{},"。":{"docs":{},"每":{"docs":{},"个":{"docs":{},"厂":{"docs":{},"商":{"docs":{},"的":{"docs":{},"脚":{"docs":{},"本":{"docs":{},"都":{"docs":{},"需":{"docs":{},"要":{"docs":{},"放":{"docs":{},"在":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"指":{"docs":{},"定":{"docs":{},"的":{"docs":{},"目":{"docs":{},"录":{"docs":{},"下":{"docs":{},"面":{"docs":{},"/":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"/":{"docs":{},"y":{"docs":{},"u":{"docs":{},"n":{"docs":{},"j":{"docs":{},"i":{"docs":{},"/":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"/":{"docs":{},"厂":{"docs":{},"商":{"docs":{},"/":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"每":{"docs":{},"个":{"docs":{},"厂":{"docs":{},"商":{"docs":{},"需":{"docs":{},"要":{"docs":{},"提":{"docs":{},"供":{"docs":{},"一":{"docs":{},"套":{"docs":{},"硬":{"docs":{},"件":{"docs":{},"配":{"docs":{},"置":{"docs":{},"脚":{"docs":{},"本":{"docs":{},",":{"docs":{},"支":{"docs":{},"持":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"d":{"docs":{},"/":{"docs":{},"o":{"docs":{},"o":{"docs":{},"b":{"docs":{},"/":{"docs":{},"b":{"docs":{},"i":{"docs":{},"o":{"docs":{},"s":{"docs":{},"的":{"docs":{},"配":{"docs":{},"置":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"封":{"docs":{},"装":{"docs":{},"成":{"docs":{},"r":{"docs":{},"p":{"docs":{},"m":{"docs":{},"包":{"docs":{},"。":{"docs":{},"每":{"docs":{},"个":{"docs":{},"硬":{"docs":{},"件":{"docs":{},"配":{"docs":{},"置":{"docs":{},"有":{"docs":{},"且":{"docs":{},"只":{"docs":{},"有":{"docs":{},"一":{"docs":{},"个":{"docs":{},"入":{"docs":{},"口":{"docs":{},"脚":{"docs":{},"本":{"docs":{},"(":{"docs":{},"如":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"d":{"docs":{},".":{"docs":{},"s":{"docs":{},"h":{"docs":{},"/":{"docs":{},"o":{"docs":{},"o":{"docs":{},"b":{"docs":{},".":{"docs":{},"s":{"docs":{},"h":{"docs":{},"/":{"docs":{},"b":{"docs":{},"i":{"docs":{},"o":{"docs":{},"s":{"docs":{},".":{"docs":{},"s":{"docs":{},"h":{"docs":{},")":{"docs":{},",":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"会":{"docs":{},"调":{"docs":{},"用":{"docs":{},"此":{"docs":{},"脚":{"docs":{},"本":{"docs":{},"并":{"docs":{},"接":{"docs":{},"受":{"docs":{},"传":{"docs":{},"递":{"docs":{},"的":{"docs":{},"参":{"docs":{},"数":{"docs":{},"来":{"docs":{},"进":{"docs":{},"行":{"docs":{},"硬":{"docs":{},"件":{"docs":{},"配":{"docs":{},"置":{"docs":{},",":{"docs":{},"每":{"docs":{},"个":{"docs":{},"入":{"docs":{},"口":{"docs":{},"脚":{"docs":{},"本":{"docs":{},"可":{"docs":{},"以":{"docs":{},"调":{"docs":{},"用":{"docs":{},"其":{"docs":{},"他":{"docs":{},"子":{"docs":{},"脚":{"docs":{},"本":{"docs":{},"。":{"docs":{},"除":{"docs":{},"此":{"docs":{},"之":{"docs":{},"外":{"docs":{},"还":{"docs":{},"需":{"docs":{},"要":{"docs":{},"提":{"docs":{},"供":{"docs":{},"脚":{"docs":{},"本":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"的":{"docs":{},"硬":{"docs":{},"件":{"docs":{},"配":{"docs":{},"置":{"docs":{},"工":{"docs":{},"具":{"docs":{},"。":{"docs":{"hardware/硬件工具包开发.html":{"ref":"hardware/硬件工具包开发.html","tf":0.007751937984496124}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"自":{"docs":{},"动":{"docs":{},"化":{"docs":{},"安":{"docs":{},"装":{"docs":{},"基":{"docs":{},"础":{"docs":{"os/自动化安装基础.html":{"ref":"os/自动化安装基础.html","tf":10.142857142857142}}}}}}}}},"\"":{"0":{"9":{"7":{"docs":{},"b":{"5":{"5":{"2":{"8":{"9":{"docs":{},"d":{"8":{"7":{"docs":{},"c":{"2":{"6":{"docs":{},"f":{"docs":{},"c":{"3":{"3":{"docs":{},"c":{"2":{"docs":{},"b":{"0":{"docs":{},"f":{"7":{"docs":{},"f":{"8":{"0":{"7":{"0":{"1":{"docs":{},"d":{"docs":{},"\"":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112}},",":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.005555555555555556},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.0111731843575419}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}}},"docs":{}}},"docs":{}}},"docs":{}},"docs":{}}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"1":{"9":{"2":{"docs":{},".":{"1":{"6":{"8":{"docs":{},".":{"0":{"docs":{},".":{"3":{"docs":{},"\"":{"docs":{},",":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.0111731843575419}}}}},"docs":{}}},"1":{"docs":{},".":{"1":{"docs":{},"\"":{"docs":{},",":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.0111731843575419}}}}},"docs":{}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"5":{"docs":{},"b":{"docs":{},"y":{"docs":{},"a":{"5":{"docs":{},"a":{"docs":{},"e":{"docs":{},"l":{"6":{"docs":{},"l":{"docs":{},"+":{"docs":{},"b":{"5":{"docs":{},"y":{"docs":{},"w":{"docs":{},"l":{"docs":{},"y":{"docs":{},"m":{"9":{"docs":{},"v":{"docs":{},"d":{"docs":{},"g":{"9":{"docs":{},"z":{"docs":{},"\"":{"docs":{"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428}}}}},"docs":{}}}}},"docs":{}}}}}}},"docs":{}}}}},"docs":{}}}}},"docs":{}}}}},"docs":{},"c":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.01935483870967742},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.018292682926829267}},"\"":{"docs":{},":":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.005555555555555556},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}}}}}}}}},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{},"y":{"docs":{},"\"":{"docs":{},":":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}}}}}}}}}},"b":{"2":{"0":{"1":{"5":{"1":{"2":{"1":{"6":{"0":{"0":{"1":{"docs":{},"\"":{"docs":{},",":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.0111731843575419}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},".":{"docs":{},"i":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"s":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"/":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"/":{"docs":{},"v":{"1":{"docs":{},"/":{"docs":{},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"/":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"n":{"docs":{},"e":{"docs":{},"t":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{},"b":{"docs":{},"y":{"docs":{},"s":{"docs":{},"n":{"docs":{},"?":{"docs":{},"s":{"docs":{},"n":{"docs":{},"=":{"docs":{},"$":{"docs":{},"{":{"docs":{},"_":{"docs":{},"s":{"docs":{},"n":{"docs":{},"}":{"docs":{},"&":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"=":{"docs":{},"r":{"docs":{},"a":{"docs":{},"w":{"docs":{},"\"":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}},":":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}}}}}},"\"":{"docs":{},":":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}}}}}}}}}}},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"\"":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}},":":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}}}}}}}}}}}},"y":{"2":{"9":{"docs":{},"u":{"docs":{},"z":{"docs":{},"m":{"docs":{},"l":{"docs":{},"n":{"docs":{},"i":{"docs":{},"g":{"5":{"docs":{},"l":{"docs":{},"d":{"docs":{},"h":{"docs":{},"d":{"docs":{},"v":{"docs":{},"c":{"docs":{},"m":{"docs":{},"s":{"docs":{},"k":{"docs":{},"\"":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}}}}}}}}}}},"docs":{}}}}}}}}},"docs":{}},"docs":{}},"{":{"docs":{},"\\":{"docs":{},"\"":{"docs":{},"s":{"docs":{},"n":{"docs":{},"\\":{"docs":{},"\"":{"docs":{},":":{"docs":{},"\\":{"docs":{},"\"":{"docs":{},"$":{"docs":{},"_":{"docs":{},"s":{"docs":{},"n":{"docs":{},"\\":{"docs":{},"\"":{"docs":{},",":{"docs":{},"\\":{"docs":{},"\"":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},"\\":{"docs":{},"\"":{"docs":{},":":{"docs":{},"\\":{"docs":{},"\"":{"docs":{},"$":{"1":{"docs":{},"\\":{"docs":{},"\"":{"docs":{},",":{"docs":{},"\\":{"docs":{},"\"":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"\\":{"docs":{},"\"":{"docs":{},":":{"docs":{},"$":{"2":{"docs":{},",":{"docs":{},"\\":{"docs":{},"\"":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"\\":{"docs":{},"\"":{"docs":{},":":{"docs":{},"\\":{"docs":{},"\"":{"docs":{},"$":{"3":{"docs":{},"\\":{"docs":{},"\"":{"docs":{},"}":{"docs":{},"\"":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}}}}},"docs":{}}}}}}}}}}}}}}}}}}}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"分":{"docs":{},"区":{"docs":{},"并":{"docs":{},"安":{"docs":{},"装":{"docs":{},"软":{"docs":{},"件":{"docs":{},"包":{"docs":{},"\\":{"docs":{},"\"":{"docs":{},",":{"docs":{},"\\":{"docs":{},"\"":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"\\":{"docs":{},"\"":{"docs":{},":":{"0":{"docs":{},".":{"7":{"docs":{},",":{"docs":{},"\\":{"docs":{},"\"":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"\\":{"docs":{},"\"":{"docs":{},":":{"docs":{},"\\":{"docs":{},"\"":{"docs":{},"s":{"docs":{},"w":{"5":{"docs":{},"z":{"docs":{},"d":{"docs":{},"g":{"docs":{},"f":{"docs":{},"s":{"docs":{},"b":{"docs":{},"c":{"docs":{},"b":{"docs":{},"p":{"docs":{},"u":{"docs":{},"w":{"docs":{},"o":{"docs":{},"=":{"docs":{},"\\":{"docs":{},"\"":{"docs":{},"}":{"docs":{},"\"":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}}}}}}}}}}}}}}}}}},"docs":{}}}}}}}}}}}}}}}}}}}}}},"docs":{}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"启":{"docs":{},"动":{"docs":{},"o":{"docs":{},"s":{"docs":{},"安":{"docs":{},"装":{"docs":{},"程":{"docs":{},"序":{"docs":{},"\\":{"docs":{},"\"":{"docs":{},",":{"docs":{},"\\":{"docs":{},"\"":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"\\":{"docs":{},"\"":{"docs":{},":":{"0":{"docs":{},".":{"6":{"docs":{},",":{"docs":{},"\\":{"docs":{},"\"":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"\\":{"docs":{},"\"":{"docs":{},":":{"docs":{},"\\":{"docs":{},"\"":{"docs":{},"s":{"docs":{},"w":{"5":{"docs":{},"z":{"docs":{},"d":{"docs":{},"g":{"docs":{},"f":{"docs":{},"s":{"docs":{},"b":{"docs":{},"c":{"docs":{},"b":{"docs":{},"p":{"docs":{},"u":{"docs":{},"w":{"docs":{},"o":{"docs":{},"=":{"docs":{},"\\":{"docs":{},"\"":{"docs":{},"}":{"docs":{},"\"":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}}}}}}}}}}}}}}}}}},"docs":{}}}}}}}}}}}}}}}}}}}}}},"docs":{}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"配":{"docs":{},"置":{"docs":{},"主":{"docs":{},"机":{"docs":{},"名":{"docs":{},"和":{"docs":{},"网":{"docs":{},"络":{"docs":{},"\"":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}}}}}}}}},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"k":{"docs":{},"e":{"docs":{},"n":{"docs":{},"\"":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}},":":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}}}}}}}}}}}}}},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"\"":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.005555555555555556}},",":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.022222222222222223}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"\"":{"docs":{},",":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.005555555555555556}}}}}}}}}}}}}}}},"s":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},"\"":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}},":":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}}}}}}}}}}}}}}},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{},":":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.005555555555555556}}}},"c":{"docs":{},"o":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.0111731843575419}}}}},"p":{"docs":{},"\"":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}},":":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}}}}},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"\"":{"docs":{},":":{"docs":{"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"\"":{"docs":{},":":{"docs":{"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"\"":{"docs":{},":":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"i":{"docs":{},"p":{"docs":{},"\"":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}},":":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}}}}}},"n":{"docs":{},"e":{"docs":{},"t":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}},":":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}}}}}}}}}}}}}}}}},"c":{"docs":{},"\"":{"docs":{},":":{"docs":{"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}}}}}},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"\"":{"docs":{},":":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}}}}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"\"":{"docs":{},":":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.005555555555555556},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.055900621118012424}}}}}}},"e":{"docs":{},"t":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}},":":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"\"":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.005555555555555556}},":":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.005555555555555556}}}}}}}}}}},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"\"":{"docs":{},")":{"docs":{},";":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}}}}}}},"w":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"g":{"docs":{},"e":{"docs":{},"\"":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"\"":{"docs":{},":":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}}}}}}}}}}},"r":{"4":{"2":{"0":{"docs":{},"\"":{"docs":{},",":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}}}}},"docs":{}},"docs":{}},"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"\"":{"docs":{},":":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.005555555555555556}}}}}}},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"\"":{"docs":{},":":{"docs":{"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}}}}}}}}},"a":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{},",":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.012422360248447204}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"s":{"docs":{},"\"":{"docs":{},":":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}}}}}}}}},"u":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"\"":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}}}}}}}}},"n":{"docs":{},"\"":{"docs":{},":":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}}}}},"y":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}},":":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}}}}}}}}}}},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"\"":{"docs":{},":":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.037267080745341616}}}},"s":{"docs":{},"\"":{"docs":{},":":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.018633540372670808}}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"\"":{"docs":{},":":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112}}}}}}}}}}}},"操":{"docs":{},"作":{"docs":{},"成":{"docs":{},"功":{"docs":{},"\"":{"docs":{},",":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.005555555555555556},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}}}}}}}},"登":{"docs":{},"录":{"docs":{},"成":{"docs":{},"功":{"docs":{},"\"":{"docs":{},",":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.005555555555555556}}}}}}}},"超":{"docs":{},"级":{"docs":{},"管":{"docs":{},"理":{"docs":{},"员":{"docs":{},"\"":{"docs":{},",":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.005555555555555556}}}}}}}}},"l":{"2":{"9":{"docs":{},"w":{"docs":{},"d":{"docs":{},"c":{"9":{"5":{"docs":{},"d":{"docs":{},"w":{"5":{"docs":{},"q":{"docs":{},"a":{"docs":{},"s":{"9":{"docs":{},"v":{"docs":{},"c":{"2":{"docs":{},"l":{"docs":{},"u":{"docs":{},"c":{"3":{"docs":{},"r":{"docs":{},"h":{"docs":{},"b":{"docs":{},"g":{"docs":{},"w":{"docs":{},"v":{"docs":{},"z":{"docs":{},"g":{"docs":{},"v":{"docs":{},"s":{"docs":{},"b":{"docs":{},"c":{"9":{"docs":{},"i":{"docs":{},"a":{"docs":{},"w":{"9":{"docs":{},"z":{"docs":{},"l":{"docs":{},"n":{"docs":{},"n":{"docs":{},"o":{"docs":{},"i":{"docs":{},"c":{"1":{"0":{"docs":{},"i":{"docs":{},"g":{"docs":{},"v":{"docs":{},"u":{"docs":{},"y":{"docs":{},"w":{"docs":{},"j":{"docs":{},"s":{"docs":{},"z":{"docs":{},"q":{"docs":{},"=":{"docs":{},"=":{"docs":{},"\"":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}}}}}}}}}}}}}}}},"docs":{},"j":{"docs":{},"i":{"docs":{},"g":{"docs":{},"r":{"docs":{},"p":{"docs":{},"c":{"2":{"docs":{},"f":{"docs":{},"i":{"docs":{},"b":{"docs":{},"g":{"docs":{},"u":{"docs":{},"=":{"docs":{},"\"":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}}}}}}}}}},"docs":{}}}}}}}},"docs":{}}}}}}}}},"docs":{}}}},"v":{"docs":{},"b":{"2":{"docs":{},"i":{"docs":{},"u":{"docs":{},"c":{"2":{"docs":{},"g":{"docs":{},"g":{"docs":{},"l":{"docs":{},"w":{"4":{"docs":{},"g":{"docs":{},"z":{"docs":{},"g":{"docs":{},"h":{"docs":{},"j":{"docs":{},"c":{"docs":{},"a":{"docs":{},"=":{"docs":{},"=":{"docs":{},"\"":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}}}}}}}}}}}}},"docs":{}},"x":{"docs":{},"a":{"docs":{},"g":{"docs":{},"y":{"2":{"docs":{},"f":{"docs":{},"s":{"docs":{},"d":{"docs":{},"m":{"docs":{},"l":{"docs":{},"u":{"docs":{},"\"":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}}}}}}}}}},"docs":{}}}},"u":{"docs":{},"g":{"docs":{},"c":{"docs":{},"m":{"9":{"docs":{},"v":{"docs":{},"d":{"docs":{},"a":{"docs":{},"=":{"docs":{},"=":{"docs":{},"\"":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}}}}}}}}},"docs":{}}}}}}}}}},"docs":{}}}}},"docs":{}}},"y":{"docs":{},"y":{"docs":{},"w":{"docs":{},"l":{"docs":{},"k":{"docs":{},"l":{"docs":{},"n":{"docs":{},"n":{"docs":{},"o":{"docs":{},"i":{"docs":{},"c":{"1":{"docs":{},"j":{"docs":{},"i":{"docs":{},"c":{"1":{"docs":{},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"w":{"docs":{},"\"":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}}}}}}}}},"docs":{}}}}},"docs":{}}}}}}}}}}}}},"docs":{}}}}}}}}}}}}}},"docs":{}}}}},"docs":{}}}},"docs":{}}}}},"docs":{}}}},"docs":{}},"docs":{}}}}},"docs":{}},"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}},":":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}}}}}}}}}}}}}},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}},":":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}}}}}}},"o":{"docs":{},"b":{"docs":{},"\"":{"docs":{},",":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}}}}}}},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"\"":{"docs":{"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}},",":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.0111731843575419},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}},"\"":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"\"":{"docs":{"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428}}}}}}}}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"c":{"docs":{},"\"":{"docs":{"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}}}}}}}},")":{"docs":{},";":{"docs":{"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}}}}}}}},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},"\"":{"docs":{"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}}}}}},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},"\"":{"docs":{},":":{"docs":{"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428}}}}}}}}},"该":{"docs":{},"设":{"docs":{},"备":{"docs":{},"在":{"docs":{},"安":{"docs":{},"装":{"docs":{},"列":{"docs":{},"表":{"docs":{},"里":{"docs":{},"\"":{"docs":{},",":{"docs":{"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338}}}}}}}}}}}}},"进":{"docs":{},"入":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"\"":{"docs":{},",":{"docs":{"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428}},"\"":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"\"":{"docs":{"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428}}}}}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"i":{"docs":{},"o":{"docs":{},"s":{"docs":{},"\"":{"docs":{},",":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}}}}}}}},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"\"":{"docs":{},",":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}}}}}}}},"v":{"docs":{},"t":{"docs":{},"\"":{"docs":{},",":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}}}}}},"密":{"docs":{},"码":{"docs":{},"\"":{"docs":{},",":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}}}}}},"成":{"docs":{},"功":{"docs":{},"获":{"docs":{},"取":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"信":{"docs":{},"息":{"docs":{},"\"":{"docs":{},",":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}}}}}}}}}}}}}}}}}},"用":{"docs":{},"户":{"docs":{},"名":{"docs":{},"\"":{"docs":{},",":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}}}}}}},"网":{"docs":{},"络":{"docs":{},"类":{"docs":{},"型":{"docs":{},"\"":{"docs":{},",":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}}}}}}}},"e":{"docs":{},"a":{"docs":{},":":{"1":{"docs":{},"f":{"docs":{},":":{"2":{"docs":{},"d":{"docs":{},":":{"3":{"docs":{},"a":{"docs":{},":":{"4":{"docs":{},"h":{"docs":{},"\"":{"docs":{"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}},")":{"docs":{},";":{"docs":{"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}}}}}}},"docs":{}}}},"docs":{}}}},"docs":{}}}},"docs":{}}}}},"%":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"a":{"docs":{},"g":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}}}}},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}}},"r":{"docs":{},"e":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}}}},">":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.012903225806451613},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.012195121951219513}}},"@":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}}}},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}}}},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}}}}}}}},"_":{"docs":{},"s":{"docs":{},"n":{"docs":{},"=":{"docs":{},"$":{"docs":{},"(":{"docs":{},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.012903225806451613},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.012195121951219513}}}}}}}}}}}}}}}},"y":{"docs":{},"e":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}}}},"}":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064},"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.022222222222222223},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.0111731843575419},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.024096385542168676},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.017857142857142856},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.037267080745341616},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.02197802197802198},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}},"'":{"docs":{},")":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.012903225806451613},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.012195121951219513}}}},",":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.005555555555555556},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.037267080745341616},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}}}},"在":{"docs":{},"安":{"docs":{},"装":{"docs":{},"配":{"docs":{},"置":{"docs":{},"完":{"docs":{},"成":{"docs":{},"以":{"docs":{},"后":{"docs":{},",":{"docs":{},"确":{"docs":{},"保":{"docs":{},"上":{"docs":{},"传":{"docs":{},"进":{"docs":{},"度":{"docs":{},"为":{"1":{"docs":{},",":{"docs":{},"这":{"docs":{},"样":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"端":{"docs":{},"会":{"docs":{},"记":{"docs":{},"录":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"已":{"docs":{},"经":{"docs":{},"安":{"docs":{},"装":{"docs":{},"完":{"docs":{},"成":{"docs":{},"并":{"docs":{},"删":{"docs":{},"除":{"docs":{},"p":{"docs":{},"x":{"docs":{},"e":{"docs":{},"安":{"docs":{},"装":{"docs":{},"文":{"docs":{},"件":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}}}}}}}}}}}}}}}}},"完":{"docs":{},"成":{"docs":{},"分":{"docs":{},"区":{"docs":{},"和":{"docs":{},"安":{"docs":{},"装":{"docs":{},"软":{"docs":{},"件":{"docs":{},"包":{"docs":{},"以":{"docs":{},"后":{"docs":{},",":{"docs":{},"运":{"docs":{},"行":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"脚":{"docs":{},"本":{"docs":{},"的":{"docs":{},"时":{"docs":{},"候":{"docs":{},",":{"docs":{},"请":{"docs":{},"使":{"docs":{},"用":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"函":{"docs":{},"数":{"docs":{},"上":{"docs":{},"传":{"docs":{},"消":{"docs":{},"息":{"docs":{},"和":{"docs":{},"进":{"docs":{},"度":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"进":{"docs":{},"入":{"docs":{},"安":{"docs":{},"装":{"docs":{},"界":{"docs":{},"面":{"docs":{},"的":{"docs":{},"时":{"docs":{},"候":{"docs":{},",":{"docs":{},"请":{"docs":{},"根":{"docs":{},"据":{"docs":{},"参":{"docs":{},"考":{"docs":{},"规":{"docs":{},"范":{"docs":{},"使":{"docs":{},"用":{"docs":{},"c":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},"上":{"docs":{},"传":{"docs":{},"消":{"docs":{},"息":{"docs":{},"和":{"docs":{},"进":{"docs":{},"度":{"docs":{},",":{"docs":{},"通":{"docs":{},"知":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"端":{"docs":{},"目":{"docs":{},"前":{"docs":{},"的":{"docs":{},"状":{"docs":{},"态":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"这":{"docs":{},"里":{"docs":{},"以":{"docs":{},"c":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064}}}}}}},"v":{"docs":{},"m":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.018518518518518517}}}}}}}},"x":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"os/XenServer安装模板.html":{"ref":"os/XenServer安装模板.html","tf":0.034482758620689655}}}}}}}}}},"指":{"docs":{},"定":{"docs":{},"的":{"docs":{},"是":{"docs":{},"加":{"docs":{},"密":{"docs":{},"后":{"docs":{},"的":{"docs":{},"密":{"docs":{},"码":{"docs":{},"y":{"docs":{},"u":{"docs":{},"n":{"docs":{},"j":{"docs":{},"i":{"docs":{},"k":{"docs":{},"e":{"docs":{},"j":{"docs":{},"i":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"强":{"docs":{},"烈":{"docs":{},"建":{"docs":{},"议":{"docs":{},"用":{"docs":{},"户":{"docs":{},"使":{"docs":{},"用":{"docs":{},"加":{"docs":{},"密":{"docs":{},"的":{"docs":{},"密":{"docs":{},"码":{"docs":{},",":{"docs":{},"密":{"docs":{},"码":{"docs":{},"加":{"docs":{},"密":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"请":{"docs":{},"使":{"docs":{},"用":{"docs":{},"g":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{"os/Linux安装模板.html":{"ref":"os/Linux安装模板.html","tf":0.0064516129032258064}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"我":{"docs":{},"们":{"docs":{},"适":{"docs":{},"配":{"docs":{},"了":{"docs":{},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.009345794392523364}}}}}}}}}}}}}}},"首":{"docs":{},"先":{"docs":{},",":{"docs":{},"需":{"docs":{},"要":{"docs":{},"下":{"docs":{},"载":{"docs":{},"v":{"docs":{},"m":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{"os/VMware安装模板.html":{"ref":"os/VMware安装模板.html","tf":0.018518518518518517}}}}}}}},"x":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"os/XenServer安装模板.html":{"ref":"os/XenServer安装模板.html","tf":0.034482758620689655}}}}}}}}}}}}}}}},"`":{"docs":{"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.028037383177570093}}},"版":{"docs":{},"本":{"docs":{},"也":{"docs":{},"适":{"docs":{},"用":{"docs":{},",":{"docs":{},"安":{"docs":{},"装":{"docs":{"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.009345794392523364}}}}}}}}}},"需":{"docs":{},"要":{"docs":{},"开":{"docs":{},"启":{"docs":{"os/Windows安装模板.html":{"ref":"os/Windows安装模板.html","tf":0.009345794392523364}}}},"执":{"docs":{},"行":{"docs":{},"的":{"docs":{},"脚":{"docs":{},"本":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}}}}}}}}},")":{"docs":{},";":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.022222222222222223},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.0111731843575419},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}}}},".":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}}},"=":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.03333333333333333},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.01675977653631285},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.03614457831325301},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.026785714285714284},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.018633540372670808},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.03296703296703297}},">":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.005555555555555556},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.061452513966480445},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.026785714285714284},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}}}},"名":{"docs":{},"称":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756},"api/网络配置查询接口.html":{"ref":"api/网络配置查询接口.html","tf":0.02631578947368421}}}},"字":{"docs":{},"段":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.022222222222222223},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.0111731843575419},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.024096385542168676},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.017857142857142856},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.012422360248447204},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.02197802197802198},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756},"api/网络配置查询接口.html":{"ref":"api/网络配置查询接口.html","tf":0.02631578947368421}}}},"描":{"docs":{},"述":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756},"api/网络配置查询接口.html":{"ref":"api/网络配置查询接口.html","tf":0.02631578947368421}}}},"是":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.016666666666666666},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.0446927374301676},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.017857142857142856},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.02197802197802198},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756},"api/网络配置查询接口.html":{"ref":"api/网络配置查询接口.html","tf":0.02631578947368421}},"否":{"docs":{},"必":{"docs":{},"填":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756},"api/网络配置查询接口.html":{"ref":"api/网络配置查询接口.html","tf":0.02631578947368421}}}}}},"登":{"docs":{},"录":{"docs":{},"时":{"docs":{},"生":{"docs":{},"成":{"docs":{},"的":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"k":{"docs":{},"e":{"docs":{},"n":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}},"类":{"docs":{},"型":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756},"api/网络配置查询接口.html":{"ref":"api/网络配置查询接口.html","tf":0.02631578947368421}}}},"编":{"docs":{},"码":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}},":":{"docs":{"api/网络配置查询接口.html":{"ref":"api/网络配置查询接口.html","tf":0.02631578947368421}}}}},"请":{"docs":{},"求":{"docs":{},"参":{"docs":{},"数":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756},"api/网络配置查询接口.html":{"ref":"api/网络配置查询接口.html","tf":0.02631578947368421}},"格":{"docs":{},"式":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}},":":{"docs":{"api/网络配置查询接口.html":{"ref":"api/网络配置查询接口.html","tf":0.02631578947368421}}}}},"示":{"docs":{},"例":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756},"api/网络配置查询接口.html":{"ref":"api/网络配置查询接口.html","tf":0.02631578947368421}}}}}},"地":{"docs":{},"址":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.022222222222222223},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.0111731843575419},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.024096385542168676},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.017857142857142856},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.012422360248447204},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.02197802197802198},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.012195121951219513},"api/网络配置查询接口.html":{"ref":"api/网络配置查询接口.html","tf":0.02631578947368421}},":":{"docs":{"api/网络配置查询接口.html":{"ref":"api/网络配置查询接口.html","tf":0.02631578947368421}}}}},"方":{"docs":{},"式":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756}},":":{"docs":{"api/网络配置查询接口.html":{"ref":"api/网络配置查询接口.html","tf":0.02631578947368421}}}}},"示":{"docs":{},"例":{"docs":{},"(":{"docs":{},"p":{"docs":{},"h":{"docs":{},"p":{"docs":{},")":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756},"api/网络配置查询接口.html":{"ref":"api/网络配置查询接口.html","tf":0.02631578947368421}}}}}}}}}}},"返":{"docs":{},"回":{"docs":{},"参":{"docs":{},"数":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099}},"示":{"docs":{},"例":{"docs":{"api/用户相关接口.html":{"ref":"api/用户相关接口.html","tf":0.011111111111111112},"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095},"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":0.012048192771084338},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428},"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602},"api/pxe安装文件接口.html":{"ref":"api/pxe安装文件接口.html","tf":0.01098901098901099},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756},"api/网络配置查询接口.html":{"ref":"api/网络配置查询接口.html","tf":0.02631578947368421}}}}}}}},"主":{"docs":{},"机":{"docs":{},"名":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}}}},"题":{"docs":{"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428}}}},"位":{"docs":{},"置":{"docs":{},"表":{"docs":{},"(":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},")":{"docs":{},"表":{"docs":{},"i":{"docs":{},"d":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}}}}}}}}}}}}}}}}}}},"否":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.0223463687150838},"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.017857142857142856},"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756},"api/网络配置查询接口.html":{"ref":"api/网络配置查询接口.html","tf":0.02631578947368421}}},"应":{"docs":{},"用":{"docs":{},"i":{"docs":{},"p":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}}}},"网":{"docs":{},"络":{"docs":{},"资":{"docs":{},"源":{"docs":{},"表":{"docs":{},"(":{"docs":{},"n":{"docs":{},"e":{"docs":{},"t":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{},"s":{"docs":{},")":{"docs":{},"表":{"docs":{},"i":{"docs":{},"d":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}}}}}}}}}}}}}}}}}}}}}},"数":{"docs":{},"据":{"docs":{},"录":{"docs":{},"入":{"docs":{},"接":{"docs":{},"口":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":10}}}}}}}},"调":{"docs":{},"用":{"docs":{},"登":{"docs":{},"录":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"时":{"docs":{},",":{"docs":{},"生":{"docs":{},"成":{"docs":{},"的":{"docs":{},"授":{"docs":{},"权":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"k":{"docs":{},"e":{"docs":{},"n":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}}}}}}}}}}}}}}}}}}}}}}}}}}},"财":{"docs":{},"编":{"docs":{"api/数据录入接口.html":{"ref":"api/数据录入接口.html","tf":0.00558659217877095}}}},"状":{"docs":{},"态":{"docs":{},"查":{"docs":{},"询":{"docs":{},"接":{"docs":{},"口":{"docs":{"api/状态查询接口.html":{"ref":"api/状态查询接口.html","tf":10.012048192771084}}}}}}}},"~":{"docs":{"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428}}},"日":{"docs":{},"志":{"docs":{},"进":{"docs":{},"度":{"docs":{},"上":{"docs":{},"报":{"docs":{},"接":{"docs":{},"口":{"docs":{"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":10.008928571428571}}}}}}}}}},"详":{"docs":{},"细":{"docs":{},"内":{"docs":{},"容":{"docs":{},",":{"docs":{},"需":{"docs":{},"要":{"docs":{},"做":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"6":{"4":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"处":{"docs":{},"理":{"docs":{"api/日志进度上报接口.html":{"ref":"api/日志进度上报接口.html","tf":0.008928571428571428}}}}}}}}}}},"docs":{}},"docs":{}}}}}}}}}}}}},"产":{"docs":{},"品":{"docs":{},"名":{"docs":{},"称":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}}}}}},"型":{"docs":{},"号":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}}}},"节":{"docs":{},"点":{"docs":{},"名":{"docs":{},"称":{"docs":{"api/硬件配置模板接口.html":{"ref":"api/硬件配置模板接口.html","tf":0.006211180124223602}}}}}},"输":{"docs":{},"出":{"docs":{},"格":{"docs":{},"式":{"docs":{},",":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"或":{"docs":{},"者":{"docs":{},"r":{"docs":{},"a":{"docs":{},"w":{"docs":{},"原":{"docs":{},"始":{"docs":{},"格":{"docs":{},"式":{"docs":{},",":{"docs":{},"默":{"docs":{},"认":{"docs":{},"是":{"docs":{},"r":{"docs":{},"a":{"docs":{},"w":{"docs":{"api/系统模板查询接口.html":{"ref":"api/系统模板查询接口.html","tf":0.006097560975609756},"api/网络配置查询接口.html":{"ref":"api/网络配置查询接口.html","tf":0.02631578947368421}}}}}}}}}}}}}}}}}}}}}}}}}}},"升":{"docs":{},"级":{"docs":{"append/":{"ref":"append/","tf":0.024390243902439025}}}},"更":{"docs":{},"新":{"docs":{"append/":{"ref":"append/","tf":0.024390243902439025}}}}},"length":2040},"corpusTokens":["\"097b55289d87c26fc33c2b0f7f80701d\"","\"097b55289d87c26fc33c2b0f7f80701d\",","\"192.168.0.3\",","\"192.168.1.1\",","\"5bya5ael6l+b5ywlym9vdg9z\"","\"accesstoken\"","\"accesstoken\":","\"admin\"","\"admin\",","\"administrator\",","\"assetnumber\"","\"assetnumber\":","\"bios\",","\"c","\"cb20151216001\",","\"company\":","\"content","\"content\":","\"dell\",","\"ea:1f:2d:3a:4h\"","\"ea:1f:2d:3a:4h\");","\"hardware\":","\"hardwareid\"","\"hardwareid\":","\"hostname\"","\"hostname\":","\"http://osinstall.idcos.com/api/osinstall/v1/device/getnetworkbysn?sn=${_sn}&type=raw\"","\"id\":","\"idco","\"installlog\":","\"installprogress\":","\"ip\"","\"ip\":","\"l29wdc95dw5qas9vc2luc3rhbgwvzgvsbc9iaw9zlnnoic10igvuywjszq==\"","\"l29wdc95dw5qas9vc2luc3rhbgwvzgvsbc9iaw9zlnnoic1jigrpc2fibgu=\"","\"l29wdc95dw5qas9vc2luc3rhbgwvzgvsbc9vb2iuc2gglw4gzghjca==\"","\"l29wdc95dw5qas9vc2luc3rhbgwvzgvsbc9vb2iuc2gglxagy2fsdmlu\"","\"l29wdc95dw5qas9vc2luc3rhbgwvzgvsbc9vb2iuc2gglxugcm9vda==\"","\"l29wdc95dw5qas9vc2luc3rhbgwvzgvsbc9yywlklnnoic1jic1sidew\"","\"locationid\"","\"locationid\":","\"mac\":","\"manageip\"","\"manageip\":","\"managenetworkid\"","\"managenetworkid\":","\"message\":","\"modelname\":","\"name\":","\"networkid\"","\"networkid\":","\"oob\",","\"osid\"","\"osid\":","\"password\"","\"password\":","\"post\");","\"poweredge\"","\"product\":","\"r420\",","\"raid\",","\"result\":","\"role\":","\"script\":","\"scripts\":","\"sn\":","\"status\":","\"success\"","\"systemid\"","\"systemid\":","\"test\"","\"test\");","\"test\",","\"test\",\"installprogress\"","\"test\",\"mac\"","\"title\":","\"true\"","\"username\":","\"vt\",","\"y29uzmlnig5ldhdvcmsk\"","\"{\\\"sn\\\":\\\"$_sn\\\",\\\"title\\\":\\\"$1\\\",\\\"installprogress\\\":$2,\\\"installlog\\\":\\\"$3\\\"}\"","\"{\\\"sn\\\":\\\"$_sn\\\",\\\"title\\\":\\\"分区并安装软件包\\\",\\\"installprogress\\\":0.7,\\\"installlog\\\":\\\"sw5zdgfsbcbpuwo=\\\"}\"","\"{\\\"sn\\\":\\\"$_sn\\\",\\\"title\\\":\\\"启动os安装程序\\\",\\\"installprogress\\\":0.6,\\\"installlog\\\":\\\"sw5zdgfsbcbpuwo=\\\"}\"","\"密码\",","\"成功获取hardware信息\",","\"操作成功\",","\"用户名\",","\"登录成功\",","\"网络类型\",","\"该设备在安装列表里\",","\"超级管理员\",","\"进入bootos\",","\"进入bootos\",\"installlog\"","\"配置主机名和网络\"","#","###########################################","$","$1","$6$eadcfx9hzjvmqys6$byibeu4zekp0klnz8rlmdu7sq5o4hqrv55o151ilx7s2ksq.5rvstegwjlppmqirj8.wucbzc3duqx0rt3unk/","$ch","$result","$result;","$str","$str);","$version.x86_64.rpm","%packag","%post","%pre","&","'","'/^[^#]/","'/^selinux=/cselinux=disabled'","'/kernelopt/d'","'content","'s;/;http://osinstall.idcos.com/esxi/6.0u1/;g'","(a.k.a.","(basic","(bootabl","(castagnoli)","(configur","(default","(oper","(out","(redund",");",".","/","/boot","/etc/modprobe.d/disable_ipv6.conf","/etc/profil","/etc/sysconfig/network","/etc/sysconfig/selinux","/media","/media/","/opt/cloudboot/etc/cloudboot","/opt/cloudboot/etc/dhcp/dhcpd.conf","/opt/cloudboot/etc/dnsmasq.conf","/opt/cloudboot/etc/dnsmasq.d/hosts.conf","/opt/cloudboot/etc/nginx/conf.d/default.conf","/opt/cloudboot/etc/nginx/nginx.conf","/opt/cloudboot/etc/resolv.conf","/opt/cloudboot/etc/samba/smb.conf","/opt/cloudboot/etc/xinetd.d/tftp","/opt/cloudboot/home/samba/windows/2008r2/","/opt/cloudboot/home/samba/windows/2008r2目录为window","/opt/cloudboot/home/samba/windows/drivers/","/opt/cloudboot/home/samba/windows/drivers/2008r2目录为window","/opt/cloudboot/home/samba/windows/firstboot目录包含winconfig.exe程序。该程序为我们自己开发的系统配置工具,可以支持消息进度上报,磁盘分区,配置网络和主机名,配置注册表等。该程序支持hook脚本,只需要在firstboot目录下创建preinstall.cmd和postinstall.cmd批处理脚本并编写相应的命令即可。程序在运行前会执行preinstall.cmd脚本,程序在结束后会执行postinstall.cmd脚本,然后重启操作系统,完成整个安装过程","/opt/cloudboot/home/www/centos/7.6/os/x86_64/","/opt/cloudboot/home/www/esxi/6.0u1/","/opt/cloudboot/home/www/esxi/6.0u1/boot.cfg","/opt/cloudboot/home/www/xenserver/6.5/","/opt/cloudboot/usr/yunji/cloud","/opt/cloudboot/var/lib/tftpboot/pxelinux.cfg/default","/opt/yunji/osinstall/dell/bios.sh","/opt/yunji/osinstall/dell/oob.sh","/opt/yunji/osinstall/dell/raid.sh","/tmp/networkinfo","0","0,1","0.1,","0.1,\"title\"","0.1.38","0.23.4","0.5.0","0.7.0","0.8","0/1/5/10","01","02","03","04","06","07.706.03.00","09","0:","0,例如6块盘就是6个raid","1","1,","1.0.135","1.12.1","1.2.1[50877]","1.4.16.0","1.712.30","1.9.2","10","10/100","10:","10,例如6块盘就是1个raid","10,并初始化","12","125","16","18","1810.iso","1:","1:cloudboot","1之间的小数,如0.1;安装失败传","1,例如6块盘就是3个raid","1,剩下的磁盘创建一组","1,安装成功传1;后端会保存小数点后4位","2","2,","2.0","2.00.4","2.2.6","2.3","2.3.2","2.4.0","2.5.22","2/si,","2008","2008r2","2012","2012r2","2015","2016","2017","2019","25","26.100.00.00","28","2>/dev/nul","2为必选参数,如若没有添加,则会导致bootos启动失败","2参数来使用","2参数,一些服务器拥有多个网络接口,可能无法将bios所知的第一个网络接口设定为eth0,这将导致安装程序使用与pxe启动时不同的网络接口。增加此参数默认会使用pxe传递的网卡作为默认网络接口。","3","3.0","3.04.20","3.137","3.2.2","3.2.6","3.4.20","3.5.24","3/di,","3/si,","30","3029758.x86_64.iso","30,网络启动以后默认等待3秒钟自动进入booto","33,","39.2","4","4.1.0","4.19","40","44xx/47xx","4m,","5","5.1.0","5.4.0","500k","55","5:","5|6","5表示3,4,5;6","5,例如6块盘就是1个raid","5,并初始化","5,最后一块盘创建一个","6","6,","6.0.0.update01","6.0以上版本,对系统安装的包没有要求,最小化安装即可","6.0的iso镜像,然后导入镜像文件内容:","6.0系统为例,简单介绍一下kickstart的使用方法。","6.5.0","6.5的iso镜像,然后导入镜像文件内容:","6.5系统为例,简单介绍一下kickstart的使用方法。","6.7系统为例,简单介绍一下kickstart的使用方法。","60秒,然后继续查询","6下面网卡自动重命名的情况,使用ethx的命名规范","6为例,介绍一下kickstart的定制规范。","7","7.3.21","7.6为例)","8","802.2","8250_exar","8250_lpss","8250_moxa","=","=>",">","@base","@core","@develop","[","[0|1,2|3","[100%]","[dhcpd|dnsmasq|xinetd|nginx|smb|mysqld|cloudboot","[option...]","]","],","^booto","_sn=$(dmidecod","`","a4tech","aacraid","abstract","acceler","access","accesstoken","accutouch","acls,","acrux","act2","act2.yaml","act2/etc/cloud","adapt","adaptec","adaptor","address","admin)","advanc","agent从server端获取硬件配置模板并执行配置","agent会根据自身序列号去server端查询是否在安装队列中","agent采集硬件信息,上传到server端","alauda","algo","algorithm","algorithm,","alp","alsa","alsa.","altera","altera_ps2","append","append=\"console=tty0","appl","appleir","application/json","application/json\"","application/json',","arc","arc(synopsys)","arc_ps2","arc_uart","architectur","array","array(","arvo","asia/shanghai","asic","assetnumb","asu","async","at42qt1070","atacb","atapi","attribut","attributes,","audit=0","aureal","authconfig","avago","awk","axff","az","b44","backplan","band)","bang","base","base64_encode(\"开始进入bootos\"));","bash","bcm5706/5708/5709/5716","bcm573xx","bcm57710/57711/57711e/57712/57712_mf/57800/57800_mf/57810/57810_mf/57840/57840_mf","belkin","betopff","bio","bios.sh","bios.sh:","bios:","biosdevname=0","bios配置会提供一些默认参数,比如默认开启vt,开启ht,关闭numa,关闭c","bios配置脚本","bit","block","bmc","bnx2","bnx2x","bnxt_en","bonding=\"no\"","boot","bootif","bootload","booto","bootos介绍","bootos使用","bootos内置agent,并自动启动,负责硬件信息的采集和硬件初始化配置。这里提供了两个接口,可以方便调用用户自己的脚本,做一些更复杂的操作。","bootos开发","bootos是一种基于内存的操作系统。系统启动后全部装载到内存中运行,不依赖磁盘设备。所以可以直接对硬件进行操作,包括升级bios,修改raid,配置oob,以及对磁盘分区和创建文件系统等。","bootos概述","bootos模块:通过agent进行信息采集上报,接口查询,调用接口完成硬件配置","bootos精简了大部分驱动程序,只保留系统核心和硬件支持必备的驱动。当前支持的驱动程序列表如下,如果遇到不支持的设备,请按照文档里面的说明及时反馈给我们。","bootos适配","bootproto","bootstate=0","bourn","box","bridg","broadcom","bt","bu","buffer","build=","button","c","c,","cabl","calcul","card","cat","cd.iso","cento","centos6.7","char","cherri","chiconi","chip(fpga)","chkconfig","chrome","class","classic","clear","clearpart","client","cloudboot","cloudboot一键安装包集成了dhcp/tftp/http/dns/samba/mysql/cloudboot","cm6533","cmdb","cmdb模块:包括安装基础信息,网络信息,硬件配置,系统模板,用户管理等","cmedia","cn_windows_server_2008_r2_standard_enterprise_datacenter_and_web_with_sp1_x64_dvd_617598.iso","cnic","code","cold","common","compact","compat","config","connect","conrep","console=tty0","content","content.compami","content.hardwar","content.hardware[].nam","content.hardware[].script","content.hardware[].scripts[].script","content.modelnam","content.product","content.result","control","core","corsair","cougar","cp2112","cpu","crc32c","crypto","crypt生成","cstate","curl","curl_error($ch);","curl_exec($ch);","curl_init('http://localhost:8083/api/osinstall/v1/device/add');","curl_init('http://localhost:8083/api/osinstall/v1/device/gethardwarebysn');","curl_init('http://localhost:8083/api/osinstall/v1/device/isininstalllist');","curl_init('http://localhost:8083/api/osinstall/v1/report/deviceinstallinfo');","curl_init('http://localhost:8083/api/osinstall/v1/report/devicemacinfo');","curl_init('http://localhost:8083/api/osinstall/v1/user/login');","curl_init('http://localhost:8083/api/osinstall/v1/user/logout');","curl_setopt($ch,","curlopt_customrequest,","curlopt_httpheader,","curlopt_postfields,","curlopt_returntransfer,","custom","cypress","d","d,","daemon","database)","datacenter,同理其他","datafab","dca","debug","default","dell","design,","developer=1","devic","devlink","dhcp","dhcpd","dhcpd:","digi","disabl","disk","disks)","dj","dnsmasq:","down","dr","drive","driver","dsu","dvd","e","e100","e1000","e800","echo","elan","elecom","elo","emsff","en","en_us.utf","enabl","enableshadow","eneub6250","enterprise以及window","esxi","esxi和windows的支持","eth0","ethernet","exar","export","express","ezkey","f03","failov","false:不在列表","false:失败","feedback","ff","fiber","firewal","firmwar","flash","flash升级固件","float(11,2)","fm10k","forc","freecom","fstype=ext4","function","fusion","g,","gaff","game","gateway","gateway=\"192.168.0.1\"","gembird","gener","genet","gfrm","gigabit","github","googl","gpio","gpio_key","graphic","grip","grow","gt683r","gyrat","h","h,","handler.","hard","hardwar","hardware.","hardwareid","hardware模块:提供支持的硬件设备信息,提供手动添加新的硬件设备,支持升级","hash","hcd","help","helper","hid","hidpp","holtek","holtekff","host","hostnam","hostname=\"idco","hotspar","hotspare,并初始化","hp","hpacucli","hponcfg","hpsa","ht","http://localhost:8083/api/osinstall/v1/device/add","http://localhost:8083/api/osinstall/v1/device/gethardwarebysn","http://localhost:8083/api/osinstall/v1/device/getnetworkbysn","http://localhost:8083/api/osinstall/v1/device/getnetworkbysn?sn=test&type=raw","http://localhost:8083/api/osinstall/v1/device/getsystembysn","http://localhost:8083/api/osinstall/v1/device/getsystembysn?sn=test&type=raw","http://localhost:8083/api/osinstall/v1/device/isininstalllist","http://localhost:8083/api/osinstall/v1/report/deviceinstallinfo","http://localhost:8083/api/osinstall/v1/report/devicemacinfo","http://localhost:8083/api/osinstall/v1/user/login","http://localhost:8083/api/osinstall/v1/user/logout","http://osinstall.idcos.com/api/osinstall/v1/report/deviceinstallinfo","http://osinstall.idcos.com/bootos/bootos.img","http://osinstall.idcos.com/centos/6.7/os/x86_64/images/pxeboot/vmlinuz","http://www.idcos.com/opensource/cloudboot","https://github.com/idcos/osinstal","hub","hv_vmbu","hwaddr=\"53:54:00:99:2d:7c\"","hyperv","i,","i.bak","i.orig","i/o","i2c","i40","i40evf","ibft","ibm","ic","icad","icp","idcos在内部测试厂商提交的代码,没问题则发布到官网并推送到idcstor","id,支持单个磁盘,多个磁盘(id之间用逗号分隔),磁盘范围(3","ieee","igb","igbvf","ignoremiss","inc.","incom","independ","inform","infrastructure/interfac","init","initi","initlabel","initrd=http://osinstall.idcos.com/centos/6.7/os/x86_64/images/pxeboot/initrd.img","input","input/output","instal","installlog","installprogress","instruct","int","integr","intel","intel(r)","intel_10gb","intel_40gb","intel_pro100","intel_pro1000","interfac","interface.","interfaces.","intern","introduct","ion","ip","ip=192.168.2.1","ipaddr=\"192.168.0.3\"","ipappend","ipc","ipmi","ipmi_devintf","ipmi_msghandl","ipmi_si","ipmitool","iptabl","ip,安装的时候请指定用哪个","ir","iscrypt","iscsi","iscsi_boot_sysf","iscsi_ibft","isd200","ish","ishtp","isku","isku/fx","issue,我们会优先处理","it","ivh","ixgb","ixgbevf","jabra","jack","joypad","jsm","json_encode($data);","jumpshot","k","k2","k8","karma","kbd","kcs,","kensington","kernel","kernel=/tboot.b00","kernelopt=runweasel","keyboard","keytouch","kone","kone[+]/xtd","koneplu","konepur","konepure/opt","kova[+]","kovaplu","ks=http://osinstall.idcos.com/api/osinstall/v1/device/getsystembysn?sn={sn}","ksdevice=bootif","kvm","kye","l,","lab","label","lang","layer","lcd","lcpower","led","legaci","length:","lenovo","level","lexar","libcrc32c","librari","libsa","license等初始化","line","linux","linux安装模板","llc","location=mbr","locationid","logic","logitech","loop","lowlevel","lpss","lsi","lsi_sas2","lsi_sas3","lt","lua","m,","mac","mac地址","manag","manageip","managenetworkid","mask","mass","master","master/act2","master:","master|act2","maxtor","mb","mb)","mcryptd","mdio","megacli","megaraid","megaraid_sa","megaraid配置","megasas2","megasr1","memless","memoryless","menu","messag","mf","microsoft","microsystem","midlevel","mii","minibox","mk/glow/pro","mkdir","mmc_core","mode","modul","modules=xxx","monterey","mount","mous","moxa","mpt","mpt3sa","mptbase","mptsa","mptscsih","msi","mue","multi","multibuff","multitouch","mysqld:","n,","napi","neo","net.ifnames=0","net_failov","netlink","netmask","netmask=\"255.255.255.0\"","netraid","network","networkid","nginx:","nic","nintendo","noipv6","nti","num","numa","number","o","ok","onboot","ondisk=sda","onetouch","onlin","oob","oob.sh","oob.sh:","oob:","oob配置策略遵守用户默认选择,可以配置用户和密码以及网络,license需要用户提供","oob配置脚本","open","oper","optim","options:","ortek","os","os)","osid","outgo","over","p","p,","panel","paravirtu","part","passalgo=sha512","password","pci","penmount","perc2,","percsas3","perform","peripher","petalynx","physic","picolcd","pl","plantron","plat","platform","pm8001/8006/8081/8088/8089/8074/8076/8077/8070/8072","pm80xx","pmc","post","post=http://osinstall.idcos.com/post.pi","pre=http://osinstall.idcos.com/pre.sh","preparing...","primax","print","pro/100","pro/1000","pro/10gb","prodikey","product","products,","program","progress","progress()","prompt","proxy.yaml","proxy:","proxy]","proxy服务于一身,不依赖系统组件,所有的服务都安装在/opt/cloudboot目录下面。除了基础服务以外,cloudboot安装包还集成了bootos,winpe,hw","ps/2","ps2","ps3","pxe安装文件接口","pxe安装模板","pxe模板定制规范","pyra","qlogic","qt1070","qtouch","r","r,","r2","r2iso安装镜像导出的文件","r2在安装过程中所需要的驱动文件。这里建议每个硬件型号的驱动单独一个目录,目录里面包含driver.sys和driver.inf文件","r2简体中文版为例:","racadm","raid","raid.sh","raid.sh:","raid:","raid_class","raid卡等策略","raid卡配置","raid配置策略比较灵活,这里提供了一些默认策略供用户使用,包括:","raid配置脚本","raw","rawmidi","rc","rc1","rd.retry=1","reader","realtek","reboot","redhat/cento","redhat/centos的kickstart","remot","reset","restart","retrod","rgb","rio","rmi","rmi_cor","roccat","rom","rootpw","rout","rpm","rsync","ryo","s","s,","sa","saitek","samba","samsung","sandisk","sas/sata","sat","savu","scm","scripts/ifcfg","scrub,","scsi","scsi_transport_sa","sddr","sddr09","sddr55","secur","sed","selinux","selinux=0","selinux=0\"","sensor","seq","sequenc","seri","serial","serial_c","serio","serio_raw","server","server.conf","server/act2","server/cloudboot","server/issu","server:","server_addr=http://osinstall.idcos.com","serveraid","server|act2","server模块:提供api服务,包括数据录入查询等,对接ui模块和底层安装模块","server端根据收集的信息生成pxe安装配置","servic","services:","set","sgi","sha256","shell","show","shut","shuttle)","sierra","silicon","simpl","size","size=100","size=2048","size=256","sjoy","slot","smart","smartio","smartmedia","smb","smbu","smic,","sn","snd","sn序列号","softwar","soni","sonic","sound","soundcards.","soundcor","sourc","space","speedlink","ssb","sse3","ssse3","start","state","states\",","state等","statu","steam","steelseri","stop","storag","stp","string","strlen($str))","subnet","subsystem","success/failur","sun","sunplu","supplement","support","suse的autoyast","swap","switch","syscfg","sysf","system","system)","system,","systemid","t,","tablet","technolog","test\"","test\",","text","text/html","tg3","tigon3","timeout","timeout=5","timezon","titl","title=load","tivo","tm2","tmff","tool","tools,winconfig,windows安装驱动(这里提供的驱动仅供参考,实际以官方为准)等所有安装涉及到的组件,用户只需要安装此包即可,不需要在下载其他组件。真正做到了一键部署,一分钟搭建环境。","topse","touchkey","touchpad","touchscreen","transceiv","transport","true);","true:在列表","true:成功","trunk=\"no\"","turbo等配置","tv","twinhan","type","type:","u","u,","ua","uart","ub6250","uclog","udraw","uefi","uhid","uio","ui模块:提供前台页面给用户录入数据,提供装机进度、日志查询,安装以及重装等","um","umount","univers","updated=0","url","url=http://mirror.idcos.com/centos/6.7/os/x86_64/","url=http://osinstall.idcos.com/centos/6.7/os/x86_64/","url=xxx","us","usage:","usb","usb/ata","usb/id","usbat","user","userid","usernam","utf","v2.00","version","virtio","virtio_blk","virtio_net","virtual","vlan=\"0\"","vmvisor","vmware","vmware安装模板","vmware的kickstart","vmxnet3","wacom","waltop","wii","wiimot","window","windows安装模板","windows的waik","winp","x","x710","x86_64","x86_64,系统模板选择esxi6.0即可。","x86_64,系统模板选择win2008r2即可。安装完成以后,默认administrator用户的密码是yunjikeji","x86_64,系统模板选择xenserver6.5即可。","x86服务器安装开发文档","xenserv","xenserver.org","xenserver安装模板","xf","xhci","xinetd:","xinmo","xl710","ye","zerombr","zpff","zydacron","{","{start|stop|restart|reload|condrestart|status}","|","|all]","}","}')","},","~","一键部署","一键部署服务管理,使用service命令可以批量启停单个或者全部服务","一键部署涉及到的配置文件如下,如有需求可以自行修改","上面提交","上面的硬件适配需求。反馈地址:https://github.com/idcos/osinstal","下表介绍了本书中的各章。","下载一键安装包","主机名","主题","之前清理原有的","产品名称","介绍了bootos使用,阐述了如何升级、定制等开发指南","介绍了x86服务器安装平台架构、功能模块以及升级流程","介绍了平台开发的api接口,可以基于api进行定制和整合","以厂商dell为例,这里我们举例说明一下每个硬件配置需要开发的脚本工具。每个厂商的脚本都需要放在bootos指定的目录下面/opt/yunji/osinstall/厂商/","传统模式下,物理机安装依赖人工手动用光盘或u盘安装,硬件种类繁多,一台台配置更加复杂。面对大规模应用上线,物理机交付的滞后性会成为制约业务发展的瓶颈。所以必须要解决标准化和自动化问题,才能满足大规模部署的需求。","位置表(locations)表id","使用http方式来加载bootos.img,取代传统的tftp加载方式,大文件效率更高","使用ksdevice=bootif参数来指定pxe传递的网卡,配合ipappend","使用sed命令批量替换修改boot.cfg文件:","例如,关闭dhcp服务","例如,重启所有服务","例如:","修改bios配置","修改bmc配置","修改drac配置","修改ilo配置","修订记录:","全部磁盘创建一组","关闭selinux(需重启生效)","关闭防火墙","其他说明","内置agent随系统启动,和server建立通讯","前两块磁盘创建一组","前提条件","前言","前面四块磁盘创建一组","功能","升级","即可(推荐使用最新的","厂商","厂商内部测试完成以后,将配置文件和硬件工具包通过后台提交上来","厂商名称","参数说明:","可引导操作系统","名称","否","启动cloudboot系统","命令中的","和","因此,我们开发了这样一套平台,用于解决复杂的硬件配置和操作系统自动化安装的问题。硬件种类繁多,配置复杂,关键在于整合主流厂商的资源。业内还没有类似产品,要以此来建立整个行业的标杆和规范。","固件升级","在安装配置完成以后,确保上传进度为1,这样server端会记录服务器已经安装完成并删除pxe安装文件","在完成分区和安装软件包以后,运行post脚本的时候,请使用progress函数上传消息和进度","在进入安装界面的时候,请根据参考规范使用curl上传消息和进度,通知server端目前的状态","地址来提供装机服务,例如:","型号","基于最新的","基本输入输出系统","增加biosdevname=0参数,关闭了cento","增加xenserver支持,增加虚拟机管理功能","增加对vmware","增加硬件工具包使用,支持多组raid","如果不在安装队列,则sleep","如果不支持硬件配置,则提示给用户来进一步处理","如果系统上有多个","如果遇到不能支持的硬件,请联系我们,在","字段","安装方法","安装环境搭建说明,使用一键部署的方式快速实现","安装进度:常规进度为0","完全在内存中运行,数据重启消失,不会写入磁盘","完成第一版文档编写","定制,包含最新的硬件驱动","密码","对于新硬件支持的流程如下:","对于用户来说,不需要关心不同品牌类型的服务器和操作系统,只需要专注于应用和业务,需要解决服务器即插即用的问题。对于厂商来说,每个厂商只能支持自家服务器,对于其他厂商的服务器支持很难,需要解决第三方服务器支持的问题。","导入iso系统安装介质到对应目录(以cento","导入镜像文件,这里以window","工具","带外管理","平台开发接口","平台架构","应用ip","应用网络资源表(networks)表id","底层安装模块:提供dhcp/tftp/http/dns/samba等物理机安装服务","当厂商推出新型号服务器的时候,需要配套开发相应的硬件配置接口","执行安装命令","执行脚本,需要做base64decode处理","指定","指定kickstart模板获取地址,使用api接口进行获取,server平台在生成pxe安装文件的同时会自动替换{sn}变量为本机序列号,在编写pxe安装模板的时候需要特别注意此用法","指定做","接下来agent会获取硬件配置模板,并执行具体的配置内容","接着需要用户手工或者通过oob接口从网络启动服务器","描述","提供环境搭建一键部署服务,增加ubuntu支持","提供用户在线升级和下载离线升级包的方式,便可支持新型号服务器","提示","提示符","提示符示例","提示:server_addr和ipappend","搭建bootos启动环境,需要配置tftp启动文件,内容如下:","操作系统","操作系统自动化安装是建立在每个发行版独有的自动化部署体系之上的。这里我们使用的技术包括:","操作系统表(os_configs)表id","支持raid","支持vt","支持。","支持用户","支持的硬件设备","数据录入接口","文档约定","新硬件升级流程","新硬件适配","无论是互联网企业还是传统企业,都离不开物理机资源。物理机作为应用运行的载体,支撑着整个业务的发展。","日志进度上报接口","是","是否必填","普通用户","更新","最后agent会强制从网络启动服务器,并进入系统安装流程","最后,在安装设备的时候选择操作系统win2008r2","最后,在安装设备的时候,pxe模板选择esxi6.0u1","最后,在安装设备的时候,pxe模板选择xenserver6.5","最终上报消息和进度通知server端安装完成,重启进入系统","服务器为例,这里列举一下如何使用","服务器硬件配置主要包括raid、oob以及bios的设置。硬件的自动化配置包括:","本文档介绍了x86服务器安装项目的整体流程、架构、开发环境以及api接口,用户可以基于平台框架进行二次开发,并且和现有系统进行整合。本项目完全开源免费,欢迎反馈提出宝贵意见。","本文档适用于对x86服务器自动化交付感兴趣的任何用户。最好具有操作系统","本章节介绍了bootos的使用以及定制升级驱动模块。","本章节介绍了x86服务器自动化安装系统的api接口。","本章节介绍了x86服务器自动化安装系统的架构、模块以及安装和升级流程。","本章节介绍了x86服务器自动化安装系统的环境搭建。","本章节介绍了x86服务器自动化安装系统的硬件配置开发。","本章节介绍了x86服务器自动化安装系统的系统模板定制。","术语","每个厂商需要提供一套硬件配置脚本,支持raid/oob/bios的配置,并且封装成rpm包。每个硬件配置有且只有一个入口脚本(如raid.sh/oob.sh/bios.sh),agent会调用此脚本并接受传递的参数来进行硬件配置,每个入口脚本可以调用其他子脚本。除此之外还需要提供脚本依赖的硬件配置工具。","浏览器,用户名/密码都是","然后agent会上报网卡mac地址,通知server端生成pxe安装文件","然后安装操作系统,并运行系统初始化post脚本","版本也适用,安装","特点","状态查询接口","独立硬盘冗余阵列","环境搭建","用于初始化逻辑磁盘","用于在配置新的","用户信息及accesstoken","用户可以通过调用post接口执行一些个性化的配置,例如个性化raid配置,采集更多的系统信息等。","用户名","用户安全退出接口","用户登录接口","用户相关接口","用途","由于我们要使用http方式加载模块,所以需要修改boot.cfg文件,原始内容如下:","由于每个发行版都有自己的特色,这里不做展开讨论。需要强调的是,我们提供了默认的配置,用户可以使用此配置来安装操作系统。用户也可以基于现有配置进行克隆或者创建新的配置。","由用户通过前台ui录入数据,提交物理机安装请求","登录时生成的accesstoken","的支持,增加作业执行,采用容器部署","的磁盘","的配置等。以","目录结构","目标读者","目的","硬件工具包使用","硬件工具包使用,包括支持多组","硬件工具包开发","硬件脚本定义","硬件配置依赖每个厂商提供的工具,这里列举了一些常用的硬件配置工具:","硬件配置基础","硬件配置工具","硬件配置开发","硬件配置开发说明,介绍了硬件配置基础以及开发规范","硬件配置模板接口","硬件配置策略","硬件配置节点","硬件配置表(hardwares)表id","硬件配置项","硬件驱动,增加","章","第","管理ip","管理安装经验。","管理网络资源表(manage_networks)表id","类型","精简了不必要的组建,内置硬件厂商工具,体积不超过","系统依赖","系统功能模块","系统各个功能模块如下:","系统安装所需的配置模板包括pxe安装模板和自动化部署模板,并且包含了一套初始化脚本。这里以cento","系统安装流程","系统安装用户流程图如下:","系统服务架构","系统服务架构图如下,主要分三层结构,六大功能模块。采用分层思想,前后端分离,模块之间通过api接口进行调用,相互独立。很容易做到和现有平台进行整合。","系统模板定制","系统模板定制说明,介绍了系统自动化安装的配置基础","系统模板查询接口","系统模板表(system_configs)表id","级别,默认支持","编码","编码:","网络","网络启动默认会进入bootos,并自动启动内置的ag","网络配置查询接口","网络配置请根据api接口查询,并通过脚本的方式来配置,默认只支持单个ip的配置,不支持多ip获取","考虑到用户搭建平台环境的复杂性,这里我们提供了一键部署服务,集成了所有的组件,推荐用户使用此方式来快速部署一套环境,一分钟就可以完成整个环境的搭建。","背景","自动化安装基础","节点名称","虚拟机管理说明,介绍了基于x86服务器的虚拟机管理","表示6至全部)和全部磁盘(all)","设备录入接口","设定ipappend","设定参数post=http://osinstall.idcos.com/post.py,agent会在重启系统之前从指定url获取程序并执行,程序可以是脚本也可以是二进制文件","设定参数pre=http://osinstall.idcos.com/pre.sh,agent会在启动以后首先从指定url获取程序并执行,程序可以是脚本也可以是二进制文件","设定参数server_addr=http://osinstall.idcos.com,指定server端的地址,agent会解析此参数并向server端发起http请求,请根据实际情况修改","设定参数timeout","设定安装http镜像源,请根据实际情况修改","详细内容,需要做base64encode处理","说明","说明:","请求参数","请求参数格式","请求参数格式:","请求参数示例","请求地址","请求地址:","请求方式","请求方式:","请求示例(php)","调用登录api时,生成的授权accesstoken","财编","超级用户","输出格式,json或者raw原始格式,默认是raw","返回参数","返回参数示例","这里以cento","这里以vmware","这里以xenserv","这里我们适配了window","这里指定的是加密后的密码yunjikeji,我们强烈建议用户使用加密的密码,密码加密字符串请使用grub","进入安装队列以后,根据自身硬件型号查询是否支持配置","进入系统安装以后,首先获取自动化安装配置文件","通用","通过浏览器访问本机","配置","配置管理数据库","配置脚本,具体内容如下:","配置,只需要执行一次即可","采集硬件信息,修改硬件配置包括raid/oob/bios等","附录","需要开启","需要执行的脚本","项目地址","首先,需要下载vmware","首先,需要下载xenserv","驱动名称","驱动版本","驱动程序","驱动程序目录结构如下:","驱动,支持更多的硬件设备,重新推出","高级选项","默认全盘做一个raid","默认每两个盘做一个raid","默认每单个盘做一个raid"],"pipeline":["stopWordFilter","stemmer"]},"store":{"./":{"url":"./","title":"Introduction","keywords":"","body":" x86服务器安装开发文档\n"},"preface/":{"url":"preface/","title":"前言","keywords":"","body":"前言\n背景\n无论是互联网企业还是传统企业,都离不开物理机资源。物理机作为应用运行的载体,支撑着整个业务的发展。\n传统模式下,物理机安装依赖人工手动用光盘或U盘安装,硬件种类繁多,一台台配置更加复杂。面对大规模应用上线,物理机交付的滞后性会成为制约业务发展的瓶颈。所以必须要解决标准化和自动化问题,才能满足大规模部署的需求。\n目的\n对于用户来说,不需要关心不同品牌类型的服务器和操作系统,只需要专注于应用和业务,需要解决服务器即插即用的问题。对于厂商来说,每个厂商只能支持自家服务器,对于其他厂商的服务器支持很难,需要解决第三方服务器支持的问题。\n因此,我们开发了这样一套平台,用于解决复杂的硬件配置和操作系统自动化安装的问题。硬件种类繁多,配置复杂,关键在于整合主流厂商的资源。业内还没有类似产品,要以此来建立整个行业的标杆和规范。\n说明\n本文档介绍了x86服务器安装项目的整体流程、架构、开发环境以及API接口,用户可以基于平台框架进行二次开发,并且和现有系统进行整合。本项目完全开源免费,欢迎反馈提出宝贵意见。\n项目地址\n\nhttps://github.com/idcos/osinstall\n\n"},"preface/目标读者.html":{"url":"preface/目标读者.html","title":"目标读者","keywords":"","body":"目标读者\n本文档适用于对x86服务器自动化交付感兴趣的任何用户。最好具有操作系统 (Operating System, OS) 管理安装经验。\n"},"preface/目录结构.html":{"url":"preface/目录结构.html","title":"目录结构","keywords":"","body":"目录结构\n下表介绍了本书中的各章。\n\n\n\n章\n说明\n\n\n\n\n第 1 章\n介绍了x86服务器安装平台架构、功能模块以及升级流程\n\n\n第 2 章\n安装环境搭建说明,使用一键部署的方式快速实现\n\n\n第 3 章\n介绍了BootOS使用,阐述了如何升级、定制等开发指南\n\n\n第 4 章\n硬件配置开发说明,介绍了硬件配置基础以及开发规范\n\n\n第 5 章\n系统模板定制说明,介绍了系统自动化安装的配置基础\n\n\n第 6 章\n虚拟机管理说明,介绍了基于x86服务器的虚拟机管理\n\n\n第 7 章\n介绍了平台开发的API接口,可以基于API进行定制和整合\n\n\n附录\n其他说明\n\n\n\n"},"preface/文档约定.html":{"url":"preface/文档约定.html","title":"文档约定","keywords":"","body":"文档约定\n术语\n\n\n\n术语\n说明\n\n\n\n\nOS\n操作系统 (Operating System) \n\n\nCMDB\n配置管理数据库 (Configuration Management Database) \n\n\nBootOS\n可引导操作系统 (Bootable Operating System) \n\n\nRAID\n独立硬盘冗余阵列 (Redundant Array of Independent Disks) \n\n\nOOB\n带外管理 (Out-of-band) \n\n\nBIOS\n基本输入输出系统 (Basic Input/Output System) \n\n\n\n命令中的 shell 提示符示例\n\n\n\nshell\n提示符\n\n\n\n\nBash shell 和 Bourne shell 普通用户\n$ \n\n\nBash shell 和 Bourne shell 超级用户\n#\n\n\n\n"},"platform/":{"url":"platform/","title":"平台架构","keywords":"","body":"平台架构\n本章节介绍了x86服务器自动化安装系统的架构、模块以及安装和升级流程。\n"},"platform/系统服务架构.html":{"url":"platform/系统服务架构.html","title":"系统服务架构","keywords":"","body":"系统服务架构\n系统服务架构图如下,主要分三层结构,六大功能模块。采用分层思想,前后端分离,模块之间通过API接口进行调用,相互独立。很容易做到和现有平台进行整合。\n\n"},"platform/系统功能模块.html":{"url":"platform/系统功能模块.html","title":"系统功能模块","keywords":"","body":"系统功能模块\n系统各个功能模块如下:\n\nUI模块:提供前台页面给用户录入数据,提供装机进度、日志查询,安装以及重装等\nServer模块:提供API服务,包括数据录入查询等,对接UI模块和底层安装模块\nHardWare模块:提供支持的硬件设备信息,提供手动添加新的硬件设备,支持升级\nCMDB模块:包括安装基础信息,网络信息,硬件配置,系统模板,用户管理等\nBootOS模块:通过agent进行信息采集上报,接口查询,调用接口完成硬件配置\n底层安装模块:提供dhcp/tftp/http/dns/samba等物理机安装服务\n\n"},"platform/系统安装流程.html":{"url":"platform/系统安装流程.html","title":"系统安装流程","keywords":"","body":"系统安装流程\n系统安装用户流程图如下:\n\n由用户通过前台UI录入数据,提交物理机安装请求\n接着需要用户手工或者通过oob接口从网络启动服务器\n网络启动默认会进入BootOS,并自动启动内置的agent\nagent会根据自身序列号去server端查询是否在安装队列中\n如果不在安装队列,则sleep 60秒,然后继续查询\n进入安装队列以后,根据自身硬件型号查询是否支持配置\n如果不支持硬件配置,则提示给用户来进一步处理\n接下来agent会获取硬件配置模板,并执行具体的配置内容\n然后agent会上报网卡mac地址,通知server端生成pxe安装文件\n最后agent会强制从网络启动服务器,并进入系统安装流程\n进入系统安装以后,首先获取自动化安装配置文件\n然后安装操作系统,并运行系统初始化post脚本\n最终上报消息和进度通知server端安装完成,重启进入系统\n\n\n"},"platform/新硬件升级流程.html":{"url":"platform/新硬件升级流程.html","title":"新硬件升级流程","keywords":"","body":"新硬件升级流程\n对于新硬件支持的流程如下:\n\n当厂商推出新型号服务器的时候,需要配套开发相应的硬件配置接口\n厂商内部测试完成以后,将配置文件和硬件工具包通过后台提交上来\nIDCOS在内部测试厂商提交的代码,没问题则发布到官网并推送到IDCStore\n提供用户在线升级和下载离线升级包的方式,便可支持新型号服务器\n\n\n"},"environment/":{"url":"environment/","title":"环境搭建","keywords":"","body":"环境搭建\n本章节介绍了x86服务器自动化安装系统的环境搭建。\n"},"environment/一键部署.html":{"url":"environment/一键部署.html","title":"一键部署","keywords":"","body":"一键部署\n考虑到用户搭建平台环境的复杂性,这里我们提供了一键部署服务,集成了所有的组件,推荐用户使用此方式来快速部署一套环境,一分钟就可以完成整个环境的搭建。\n系统依赖\n\nRedHat/CentOS 6.0以上版本,对系统安装的包没有要求,最小化安装即可\n关闭防火墙\n\n# service iptables stop\n# chkconfig iptables off\n\n\n关闭selinux(需重启生效)\n\n# sed -i.bak '/^SELINUX=/cSELINUX=disabled' /etc/sysconfig/selinux\n\n安装方法\n\n下载一键安装包\nhttp://www.idcos.com/opensource/cloudboot-open-source\n\n执行安装命令\n\n\n# rpm -ivh cloudboot-$version.x86_64.rpm\nPreparing... ########################################### [100%]\n 1:cloudboot ########################################### [100%]\n\n如果系统上有多个 IP,安装的时候请指定用哪个 IP 地址来提供装机服务,例如:\nIP=192.168.2.1 rpm -ivh cloudboot-$version.x86_64.rpm\n\n\n导入ISO系统安装介质到对应目录(以centos 7.6为例)\n\n# mount -o loop CentOS-7-x86_64-DVD-1810.iso /media\n# mkdir -p /opt/cloudboot/home/www/centos/7.6/os/x86_64/\n# rsync -a /media/ /opt/cloudboot/home/www/centos/7.6/os/x86_64/\n# umount /media\n\n\n启动CloudBoot系统\n\n# service cloudboot start\nStarting dhcpd: [ OK ]\nStarting dnsmasq: [ OK ]\nStarting xinetd: [ OK ]\nStarting nginx: [ OK ]\nStarting SMB services: [ OK ]\nStarting mysqld: [ OK ]\nStarting cloudboot-server: [ OK ]\nStarting act2-master: [ OK ]\nStarting act2-proxy: [ OK ]\n\n\n通过浏览器访问本机 IP 即可(推荐使用最新的 Chrome 浏览器,用户名/密码都是 admin)\n\n说明\ncloudboot一键安装包集成了dhcp/tftp/http/dns/samba/mysql/cloudboot-server/act2-master/act2-proxy服务于一身,不依赖系统组件,所有的服务都安装在/opt/cloudboot目录下面。除了基础服务以外,cloudboot安装包还集成了bootos,winpe,hw-tools,winconfig,windows安装驱动(这里提供的驱动仅供参考,实际以官方为准)等所有安装涉及到的组件,用户只需要安装此包即可,不需要在下载其他组件。真正做到了一键部署,一分钟搭建环境。\n\n一键部署涉及到的配置文件如下,如有需求可以自行修改\n\n/opt/cloudboot/etc/cloudboot-server/cloudboot-server.conf\n/opt/cloudboot/etc/dhcp/dhcpd.conf\n/opt/cloudboot/etc/dnsmasq.conf\n/opt/cloudboot/etc/dnsmasq.d/hosts.conf\n/opt/cloudboot/etc/nginx/conf.d/default.conf\n/opt/cloudboot/etc/nginx/nginx.conf\n/opt/cloudboot/etc/resolv.conf\n/opt/cloudboot/etc/samba/smb.conf\n/opt/cloudboot/etc/xinetd.d/tftp\n/opt/cloudboot/var/lib/tftpboot/pxelinux.cfg/default\n/opt/cloudboot/usr/yunji/cloud-act2/etc/cloud-act2-proxy.yaml\n/opt/cloudboot/usr/yunji/cloud-act2/etc/cloud-act2.yaml\n\n\n一键部署服务管理,使用service命令可以批量启停单个或者全部服务\n\n# service cloudboot\nUsage: service cloudboot [dhcpd|dnsmasq|xinetd|nginx|smb|mysqld|cloudboot-server|act2-master|act2-proxy] {start|stop|restart|reload|condrestart|status}\n\n例如,关闭dhcp服务\n# service cloudboot dhcpd stop\nShutting down dhcpd: [ OK ]\n\n例如,重启所有服务\n# service cloudboot restart\nShutting down dhcpd: [ OK ]\nStarting dhcpd: [ OK ]\nShutting down dnsmasq: [ OK ]\nStarting dnsmasq: [ OK ]\nStopping xinetd: [ OK ]\nStarting xinetd: [ OK ]\nStopping nginx: [ OK ]\nStarting nginx: [ OK ]\nShutting down SMB services: [ OK ]\nStarting SMB services: [ OK ]\nStopping mysqld: [ OK ]\nStarting mysqld: [ OK ]\nStarting cloudboot-server: [ OK ]\n\n"},"bootos/":{"url":"bootos/","title":"BootOS介绍","keywords":"","body":"BootOS开发\n本章节介绍了BootOS的使用以及定制升级驱动模块。\n"},"bootos/BootOS概述.html":{"url":"bootos/BootOS概述.html","title":"BootOS概述","keywords":"","body":"BootOS介绍\nBootOS是一种基于内存的操作系统。系统启动后全部装载到内存中运行,不依赖磁盘设备。所以可以直接对硬件进行操作,包括升级BIOS,修改RAID,配置OOB,以及对磁盘分区和创建文件系统等。\n特点\n\n基于最新的 Linux Kernel 4.19 LTS 定制,包含最新的硬件驱动\n精简了不必要的组建,内置硬件厂商工具,体积不超过 40 MB\n完全在内存中运行,数据重启消失,不会写入磁盘\n采集硬件信息,修改硬件配置包括RAID/OOB/BIOS等\n\n功能\n\n内置agent随系统启动,和server建立通讯\nagent采集硬件信息,上传到server端\nagent从server端获取硬件配置模板并执行配置\nserver端根据收集的信息生成pxe安装配置\n\n"},"bootos/BootOS使用.html":{"url":"bootos/BootOS使用.html","title":"BootOS使用","keywords":"","body":"BootOS使用\n搭建BootOS启动环境,需要配置tftp启动文件,内容如下:\n# cat /opt/cloudboot/var/lib/tftpboot/pxelinux.cfg/default\nDEFAULT bootos\nPROMPT 0\nTIMEOUT 30\n\nLABEL bootos\n MENU LABEL ^BootOS\n MENU DEFAULT\n KERNEL http://osinstall.idcos.com/bootos/bootos.img audit=0 selinux=0 biosdevname=0 net.ifnames=0 rd.retry=1 SERVER_ADDR=http://osinstall.idcos.com DEVELOPER=1 PRE=http://osinstall.idcos.com/pre.sh\n IPAPPEND 2\n\n参数说明:\n\n设定参数TIMEOUT 30,网络启动以后默认等待3秒钟自动进入BootOS\n使用http方式来加载bootos.img,取代传统的tftp加载方式,大文件效率更高\n增加biosdevname=0参数,关闭了centos 6下面网卡自动重命名的情况,使用ethX的命名规范\n设定参数SERVER_ADDR=http://osinstall.idcos.com,指定server端的地址,agent会解析此参数并向server端发起http请求,请根据实际情况修改\n设定IPAPPEND 2参数,一些服务器拥有多个网络接口,可能无法将BIOS所知的第一个网络接口设定为eth0,这将导致安装程序使用与PXE启动时不同的网络接口。增加此参数默认会使用PXE传递的网卡作为默认网络接口。\n\n提示:SERVER_ADDR和IPAPPEND 2为必选参数,如若没有添加,则会导致bootos启动失败\n高级选项\nBootOS内置agent,并自动启动,负责硬件信息的采集和硬件初始化配置。这里提供了两个接口,可以方便调用用户自己的脚本,做一些更复杂的操作。\n# cat /opt/cloudboot/var/lib/tftpboot/pxelinux.cfg/default\nDEFAULT bootos\nPROMPT 0\nTIMEOUT 30\n\nLABEL bootos\n MENU LABEL ^BootOS\n MENU DEFAULT\n KERNEL http://osinstall.idcos.com/bootos/bootos.img audit=0 selinux=0 biosdevname=0 net.ifnames=0 rd.retry=1 SERVER_ADDR=http://osinstall.idcos.com DEVELOPER=1 PRE=http://osinstall.idcos.com/pre.sh POST=http://osinstall.idcos.com/post.py\n IPAPPEND 2\n\n参数说明:\n\n设定参数PRE=http://osinstall.idcos.com/pre.sh,agent会在启动以后首先从指定URL获取程序并执行,程序可以是脚本也可以是二进制文件\n设定参数POST=http://osinstall.idcos.com/post.py,agent会在重启系统之前从指定URL获取程序并执行,程序可以是脚本也可以是二进制文件\n\n用户可以通过调用POST接口执行一些个性化的配置,例如个性化Raid配置,采集更多的系统信息等。\n"},"bootos/BootOS适配.html":{"url":"bootos/BootOS适配.html","title":"BootOS适配","keywords":"","body":"BootOS适配\nBootOS精简了大部分驱动程序,只保留系统核心和硬件支持必备的驱动。当前支持的驱动程序列表如下,如果遇到不支持的设备,请按照文档里面的说明及时反馈给我们。\n支持的硬件设备\n\n\n\n驱动名称\n驱动程序\n驱动版本\n\n\n\n\nExar Serial Driver\n8250_exar\n\n\n\nIntel LPSS UART driver\n8250_lpss\n\n\n\nMOXA SmartIO MUE driver\n8250_moxa\n\n\n\nDell PERC2, 2/Si, 3/Si, 3/Di, Adaptec Advanced Raid Products, HP NetRAID-4M, IBM ServeRAID & ICP SCSI driver\naacraid\n1.2.1[50877]-custom\n\n\nAltera University Program PS2 controller driver\naltera_ps2\n\n\n\nARC PS/2 Driver\narc_ps2\n\n\n\nARC(Synopsys) On-Chip(fpga) serial driver\narc_uart\n\n\n\nBroadcom 44xx/47xx 10/100 PCI ethernet driver\nb44\n2.0\n\n\nQLogic BCM5706/5708/5709/5716 Driver\nbnx2\n2.2.6\n\n\nQLogic BCM57710/57711/57711E/57712/57712_MF/57800/57800_MF/57810/57810_MF/57840/57840_MF Driver\nbnx2x\n1.712.30-0\n\n\nBroadcom BCM573xx network driver\nbnxt_en\n1.9.2\n\n\n\nbridge\n2.3\n\n\nQLogic cnic Driver\ncnic\n2.5.22\n\n\nCRC32c (Castagnoli) optimization using Intel Hardware.\ncrc32c-intel\n\n\n\n\ndca\n1.12.1\n\n\nNetwork physical device Netlink interface\ndevlink\n\n\n\nIntel(R) PRO/1000 Network Driver\ne1000e\n3.2.6-k\n\n\nIntel(R) PRO/1000 Network Driver\ne1000\n7.3.21-k8-NAPI\n\n\nIntel(R) PRO/100 Network Driver\ne100\n3.5.24-k2-NAPI\n\n\nGeneric failover infrastructure/interface\nfailover\n\n\n\nForce feedback support for memoryless devices\nff-memless\n\n\n\nIntel(R) Ethernet Switch Host Interface Driver\nfm10k\n0.23.4-k\n\n\nBroadcom GENET Ethernet controller driver\ngenet\n\n\n\nKeyboard driver for GPIOs\ngpio_keys\n\n\n\n\nhid-a4tech\n\n\n\nElo Accutouch HID TouchScreen driver\nhid-accutouch\n\n\n\nALPS HID driver\nhid-alps\n\n\n\nHID Apple IR remote controls\nhid-appleir\n\n\n\n\nhid-apple\n\n\n\nAsus HID Keyboard and TouchPad\nhid-asus\n\n\n\n\nhid-aureal\n\n\n\nForce feedback support for ACRUX game controllers\nhid-axff\n\n\n\n\nhid-belkin\n\n\n\n\nhid-betopff\n\n\n\n\nhid-cherry\n\n\n\n\nhid-chicony\n\n\n\nCM6533 HID jack controls\nhid-cmedia\n\n\n\nHID driver for Corsair devices\nhid-corsair\n\n\n\nCougar 500k Gaming Keyboard\nhid-cougar\n\n\n\nSilicon Labs HID USB to SMBus master bridge\nhid-cp2112\n\n\n\n\nhid-cypress\n\n\n\n\nhid-dr\n\n\n\nDriver for HID ELAN Touchpads\nhid-elan\n\n\n\n\nhid-elecom\n\n\n\n\nhid-elo\n\n\n\n\nhid-emsff\n\n\n\n\nhid-ezkey\n\n\n\n\nhid-gaff\n\n\n\nHID Gembird joypad driver\nhid-gembird\n\n\n\nGoogle Fiber TV Box remote control driver\nhid-gfrm\n\n\n\nMSI GT683R led driver\nhid-gt683r\n\n\n\n\nhid-gyration\n\n\n\nForce feedback support for Holtek On Line Grip based devices\nhid-holtekff\n\n\n\n\nhid-holtek-kbd\n\n\n\n\nhid-holtek-mouse\n\n\n\n\nhid-hyperv\n\n\n\nION iCade input driver\nhid-icade\n\n\n\n\nhid-ite\n\n\n\nJabra USB HID Driver\nhid-jabra\n\n\n\n\nhid-kensington\n\n\n\n\nhid-keytouch\n\n\n\n\nhid-kye\n\n\n\n\nhid-lcpower\n\n\n\nSimple USB RGB LED driver\nhid-led\n\n\n\n\nhid-lenovo\n\n\n\n\nhid-logitech-dj\n\n\n\n\nhid-logitech-hidpp\n\n\n\n\nhid-logitech\n\n\n\n\nhid-mf\n\n\n\n\nhid-microsoft\n\n\n\n\nhid-monterey\n\n\n\nHID multitouch panels\nhid-multitouch\n\n\n\nHID driver for Network Technologies USB-SUN keyboard adapter\nhid-nti\n\n\n\n\nhid-ortek\n\n\n\nPenMount HID TouchScreen driver\nhid-penmount\n\n\n\n\nhid-petalynx\n\n\n\nMinibox graphics PicoLCD Driver\nhid-picolcd\n\n\n\nPlantronics USB HID Driver\nhid-plantronics\n\n\n\n\nhid-pl\n\n\n\n\nhid-primax\n\n\n\n\nhid-prodikeys\n\n\n\n\nhid-retrode\n\n\n\nRMI HID driver\nhid-rmi\n\n\n\nUSB Roccat Arvo driver\nhid-roccat-arvo\n\n\n\nUSB Roccat common driver\nhid-roccat-common\n\n\n\nUSB Roccat Isku/FX driver\nhid-roccat-isku\n\n\n\nUSB Roccat char device\nhid-roccat\n\n\n\nUSB Roccat Kone driver\nhid-roccat-kone\n\n\n\nUSB Roccat Kone[+]/XTD driver\nhid-roccat-koneplus\n\n\n\nUSB Roccat KonePure/Optical driver\nhid-roccat-konepure\n\n\n\nUSB Roccat Kova[+] driver\nhid-roccat-kovaplus\n\n\n\nUSB Roccat Lua driver\nhid-roccat-lua\n\n\n\nUSB Roccat Pyra driver\nhid-roccat-pyra\n\n\n\nUSB Roccat Ryos MK/Glow/Pro driver\nhid-roccat-ryos\n\n\n\nUSB Roccat Savu driver\nhid-roccat-savu\n\n\n\n\nhid-saitek\n\n\n\n\nhid-samsung\n\n\n\nHID Sensor Hub driver\nhid-sensor-hub\n\n\n\n\nhid-sjoy\n\n\n\n\nhid-sony\n\n\n\n\nhid-speedlink\n\n\n\n\nhid-steam\n\n\n\n\nhid-steelseries\n\n\n\n\nhid-sunplus\n\n\n\n\nhid-tivo\n\n\n\n\nhid-tmff\n\n\n\n\nhid-topseed\n\n\n\n\nhid-twinhan\n\n\n\n\nhid-uclogic\n\n\n\nPS3 uDraw tablet driver\nhid-udraw-ps3\n\n\n\n\nhid-waltop\n\n\n\nDriver for Nintendo Wii / Wii U peripherals\nhid-wiimote\n\n\n\n\nhid-xinmo\n\n\n\n\nhid-zpff\n\n\n\n\nhid-zydacron\n\n\n\nDriver for HP Smart Array Controller version 3.4.20-125\nhpsa\n3.4.20-125\n\n\n\nhv_vmbus\n\n\n\n\nhyperv-keyboard\n\n\n\nI2C-Bus bit-banging algorithm\ni2c-algo-bit\n\n\n\nHID over I2C core driver\ni2c-hid\n\n\n\nIntel(R) Ethernet Connection XL710 Network Driver\ni40e\n2.3.2-k\n\n\nIntel(R) XL710 X710 Virtual Function Network Driver\ni40evf\n3.2.2-k\n\n\nIntel(R) Ethernet Connection E800 Series Linux Driver\nice\nice-0.7.0-k\n\n\nIntel(R) Gigabit Ethernet Network Driver\nigb\n5.4.0-k\n\n\nIntel(R) Gigabit Virtual Function Network Driver\nigbvf\n2.4.0-k\n\n\nIntel(R) Integrated Sensor Hub PCI Device Driver\nintel-ish-ipc\n\n\n\nISH ISHTP HID client driver\nintel-ishtp-hid\n\n\n\n\nintel-ishtp\n\n\n\nLinux device interface for the IPMI message handler.\nipmi_devintf\n\n\n\nIncoming and outgoing message routing for an IPMI interface.\nipmi_msghandler\n39.2\n\n\nInterface to the IPMI driver for the KCS, SMIC, and BT system interfaces.\nipmi_si\n\n\n\nsysfs interface and helpers to export iSCSI boot information\niscsi_boot_sysfs\n\n\n\nsysfs interface to BIOS iBFT information\niscsi_ibft\n0.5.0\n\n\nIntel(R) 10 Gigabit PCI Express Network Driver\nixgbe\n5.1.0-k\n\n\nIntel(R) 10 Gigabit Virtual Function Network Driver\nixgbevf\n4.1.0-k\n\n\nIntel(R) PRO/10GbE Network Driver\nixgb\n1.0.135-k2-NAPI\n\n\nDriver for the Digi International Neo and Classic PCI based product line\njsm\n\n\n\nLCD Lowlevel Control Abstraction\nlcd\n\n\n\nCRC32c (Castagnoli) calculations\nlibcrc32c\n\n\n\nSAS Transport Layer\nlibsas\n\n\n\nLLC IEEE 802.2 core support\nllc\n\n\n\nSoftware async multibuffer crypto daemon\nmcryptd\n\n\n\nGeneric support for MDIO-compatible transceivers\nmdio\n\n\n\nLSI Logic MegaRAID legacy driver\nmegaraid\n2.00.4\n\n\nAvago MegaRAID SAS Driver\nmegaraid_sas\n07.706.03.00-rc1\n\n\nMII hardware support library\nmii\n\n\n\n\nmmc_core\n\n\n\nLSI MPT Fusion SAS 3.0 Device Driver\nmpt3sas\n26.100.00.00\n\n\nFusion MPT base driver\nmptbase\n3.04.20\n\n\nFusion MPT SAS Host driver\nmptsas\n3.04.20\n\n\nFusion MPT SCSI Host driver\nmptscsih\n3.04.20\n\n\nFailover driver for Paravirtual drivers\nnet_failover\n\n\n\nPMC-Sierra PM8001/8006/8081/8088/8089/8074/8076/8077/8070/8072 SAS/SATA controller driver\npm80xx\n0.1.38\n\n\nDriver for AT42QT1070 QTouch sensor\nqt1070\n\n\n\nRAID device class\nraid_class\n\n\n\n\nrc-core\n\n\n\nRMI bus RMI F03 module\nrmi_core\n\n\n\nSAS Transport Attributes\nscsi_transport_sas\n\n\n\n\nserial_cs\n\n\n\nRaw serio driver\nserio_raw\n\n\n\nSHA256 Secure Hash Algorithm, multi buffer accelerated\nsha256-mb\n\n\n\nSHA256 Secure Hash Algorithm, Supplemental SSE3 accelerated\nsha256-ssse3\n\n\n\nAdvanced Linux Sound Architecture driver for soundcards.\nsnd\n\n\n\nMidlevel RawMidi code for ALSA.\nsnd-rawmidi\n\n\n\nALSA sequencer device management\nsnd-seq-device\n\n\n\nCore sound module\nsoundcore\n\n\n\nSonics Silicon Backplane driver\nssb\n\n\n\n\nstp\n\n\n\nBroadcom Tigon3 ethernet driver\ntg3\n3.137\n\n\nSamsung touchkey driver\ntm2-touchkey\n\n\n\n\nuas\n\n\n\nUser-space I/O driver support for HID subsystem\nuhid\n\n\n\n\nuio\n\n\n\nDriver for Alauda-based card readers\nums-alauda\n\n\n\nSAT support for Cypress USB/ATA bridges with ATACB\nums-cypress\n\n\n\nDriver for Datafab USB Compact Flash reader\nums-datafab\n\n\n\nDriver for ENE UB6250 reader\nums-eneub6250\n\n\n\nDriver for Freecom USB/IDE adaptor\nums-freecom\n\n\n\nDriver for In-System Design, Inc. ISD200 ASIC\nums-isd200\n\n\n\nDriver for Lexar Jumpshot Compact Flash reader\nums-jumpshot\n\n\n\nDriver for Rio Karma\nums-karma\n\n\n\nMaxtor USB OneTouch hard drive button driver\nums-onetouch\n\n\n\nDriver for Realtek USB Card Reader\nums-realtek\n\n\n\nDriver for SanDisk SDDR-09 SmartMedia reader\nums-sddr09\n\n\n\nDriver for SanDisk SDDR-55 SmartMedia reader\nums-sddr55\n\n\n\nDriver for SCM Microsystems (a.k.a. Shuttle) USB-ATAPI cable\nums-usbat\n\n\n\nUSB Mass Storage driver for Linux\nusb-storage\n\n\n\nVirtio block driver\nvirtio_blk\n\n\n\nVirtio network driver\nvirtio_net\n\n\n\nVMware vmxnet3 virtual NIC driver\nvmxnet3\n1.4.16.0-k\n\n\nUSB Wacom tablet driver\nwacom\nv2.00\n\n\nSGI XFS with ACLs, security attributes, scrub, no debug enabled\nxfs\n\n\n\nxHCI Platform Host Controller Driver\nxhci-plat-hcd\n\n\n\n新硬件适配\n如果遇到不能支持的硬件,请联系我们,在 GitHub 上面提交 issue,我们会优先处理 GitHub 上面的硬件适配需求。反馈地址:https://github.com/idcos/osinstall-server/issues\n"},"hardware/":{"url":"hardware/","title":"硬件配置开发","keywords":"","body":"硬件配置开发\n本章节介绍了x86服务器自动化安装系统的硬件配置开发。\n"},"hardware/硬件配置基础.html":{"url":"hardware/硬件配置基础.html","title":"硬件配置基础","keywords":"","body":"硬件配置基础\n硬件配置项\n服务器硬件配置主要包括RAID、OOB以及BIOS的设置。硬件的自动化配置包括:\n\nRAID: 支持RAID 0 / RAID 1 / RAID 5 / RAID 10 / Raid卡等策略\nOOB: 支持用户 / 密码 / 网络 / license等初始化\nBIOS: 支持VT / HT / NUMA / C-State / Turbo等配置\n\n硬件配置工具\n硬件配置依赖每个厂商提供的工具,这里列举了一些常用的硬件配置工具:\n\n\n\n厂商\n工具\n用途\n\n\n\n\nDell\nMegaCli\nLSI MegaRAID配置\n\n\nDell\nsyscfg\n修改BIOS配置\n\n\nDell\nracadm\n修改DRAC配置\n\n\nDell\ndsu\n固件升级\n\n\nHP\nhpacucli\nHP Smart Array Raid卡配置\n\n\nHP\nconrep\n修改BIOS配置\n\n\nHP\nhponcfg\n修改iLO配置\n\n\nHP\nfirmware-tools\nOnline ROM Flash升级固件\n\n\nLenovo\nMegaRAID\nLSI MegaRAID配置\n\n\nLenovo\nasu\n修改BIOS配置\n\n\n通用\nipmitool\n修改BMC配置\n\n\n\n硬件配置策略\nRAID配置策略比较灵活,这里提供了一些默认策略供用户使用,包括:\n\nRAID 0: 默认每单个盘做一个RAID 0,例如6块盘就是6个RAID 0\nRAID 1: 默认每两个盘做一个RAID 1,例如6块盘就是3个RAID 1\nRAID 5: 默认全盘做一个RAID 5,例如6块盘就是1个RAID 5\nRAID 10: 默认全盘做一个RAID 10,例如6块盘就是1个RAID 10\n\nOOB配置策略遵守用户默认选择,可以配置用户和密码以及网络,license需要用户提供\nBIOS配置会提供一些默认参数,比如默认开启VT,开启HT,关闭NUMA,关闭C-State等\n"},"hardware/硬件工具包使用.html":{"url":"hardware/硬件工具包使用.html","title":"硬件工具包使用","keywords":"","body":"硬件工具包使用\nRAID 配置\n硬件工具包使用,包括支持多组 RAID 的配置等。以 Dell 服务器为例,这里列举一下如何使用 raid 配置脚本,具体内容如下:\n# /opt/yunji/osinstall/dell/raid.sh\nraid.sh: raid config tool\nUsage: raid.sh [OPTION...]\n -c, --clear Clear raid config\n -r, --raid 0/1/5/10 Raid level for disk\n -d, --disk [0|1,2|3-5|6-|all] Disk slot num\n -H, --hotspare [0|1,2|3-5|6-|all] Hotspare disk slot num\n -i, --init Initialize all disk\n -h, --help Show this help message\n\n说明:\n\n-c 用于在配置新的 RAID 之前清理原有的 RAID 配置,只需要执行一次即可\n-r 指定 RAID 级别,默认支持 RAID 0/1/5/10\n-d 指定做 RAID 的磁盘 ID,支持单个磁盘,多个磁盘(id之间用逗号分隔),磁盘范围(3-5表示3,4,5;6-表示6至全部)和全部磁盘(all)\n-H 指定做 HotSpare 的磁盘 ID,支持单个磁盘,多个磁盘(id之间用逗号分隔),磁盘范围(3-5表示3,4,5;6-表示6至全部)和全部磁盘(all)\n-i 用于初始化逻辑磁盘\n\n例如:\n\n全部磁盘创建一组 RAID 10,并初始化\n\n# /opt/yunji/osinstall/dell/raid.sh -c -r 10 -d all -i\n\n\n前两块磁盘创建一组 RAID 1,剩下的磁盘创建一组 RAID 5,并初始化\n\n# /opt/yunji/osinstall/dell/raid.sh -c -r 1 -d 0,1\n# /opt/yunji/osinstall/dell/raid.sh -r 5 -d 2- -i\n\n\n前面四块磁盘创建一组 RAID 5,最后一块盘创建一个 HotSpare,并初始化\n\n# /opt/yunji/osinstall/dell/raid.sh -c -r 5 -d 0-4\n# /opt/yunji/osinstall/dell/raid.sh -d 5 -i\n\n"},"hardware/硬件工具包开发.html":{"url":"hardware/硬件工具包开发.html","title":"硬件工具包开发","keywords":"","body":"硬件工具包开发\n前提条件\n每个厂商需要提供一套硬件配置脚本,支持RAID/OOB/BIOS的配置,并且封装成rpm包。每个硬件配置有且只有一个入口脚本(如raid.sh/oob.sh/bios.sh),agent会调用此脚本并接受传递的参数来进行硬件配置,每个入口脚本可以调用其他子脚本。除此之外还需要提供脚本依赖的硬件配置工具。\n硬件脚本定义\n以厂商Dell为例,这里我们举例说明一下每个硬件配置需要开发的脚本工具。每个厂商的脚本都需要放在BootOS指定的目录下面/opt/yunji/osinstall/厂商/\nRAID配置脚本\n# /opt/yunji/osinstall/dell/raid.sh\nraid.sh: raid config tool\nUsage: raid.sh [OPTION...]\n -c, --clear Clear raid config\n -l, --level Raid level for all disk\n -s, --size Set size (default MB) of virtual drive\n\nHelp options:\n -h, --help Show this help message\n\nOOB配置脚本\n# /opt/yunji/osinstall/dell/oob.sh\noob.sh: oob config tool\nUsage: oob.sh [OPTION...]\n -n, --network Set the IP address source\n -i, --ip Set the IP address\n -m, --netmask Set the Subnet Mask\n -g, --gateway Set the Default Gateway IP\n -u, --username Enable user access mode for userid\n -p, --password Set the user password\n -r, --reset Instructs the BMC to perform a cold reset\n\nHelp options:\n -h, --help Show this help message\n\nBIOS配置脚本\n# /opt/yunji/osinstall/dell/bios.sh\nbios.sh: dell bios config tool\nUsage: bios.sh [OPTION...]\n -t, --virtualization Enable or disabled Virtualization Technology\n -c, --cstates Enable or disabled CPU C-States\n\nHelp options:\n -h, --help Show this help message\n\n"},"os/":{"url":"os/","title":"系统模板定制","keywords":"","body":"系统模板定制\n本章节介绍了x86服务器自动化安装系统的系统模板定制。\n"},"os/自动化安装基础.html":{"url":"os/自动化安装基础.html","title":"自动化安装基础","keywords":"","body":"自动化安装基础\n操作系统自动化安装是建立在每个发行版独有的自动化部署体系之上的。这里我们使用的技术包括:\n\nRedHat/CentOS的Kickstart\nSUSE的AutoYaST\nVMware的Kickstart\nWindows的WAIK\n\n由于每个发行版都有自己的特色,这里不做展开讨论。需要强调的是,我们提供了默认的配置,用户可以使用此配置来安装操作系统。用户也可以基于现有配置进行克隆或者创建新的配置。\n"},"os/PXE模板定制规范.html":{"url":"os/PXE模板定制规范.html","title":"PXE模板定制规范","keywords":"","body":"PXE模板定制规范\n系统安装所需的配置模板包括pxe安装模板和自动化部署模板,并且包含了一套初始化脚本。这里以CentOS 6为例,介绍一下kickstart的定制规范。\npxe安装模板\nDEFAULT centos6.7\nLABEL centos6.7\nKERNEL http://osinstall.idcos.com/centos/6.7/os/x86_64/images/pxeboot/vmlinuz\nAPPEND initrd=http://osinstall.idcos.com/centos/6.7/os/x86_64/images/pxeboot/initrd.img ksdevice=bootif ks=http://osinstall.idcos.com/api/osinstall/v1/device/getSystemBySn?sn={sn} console=tty0 selinux=0 biosdevname=0\nIPAPPEND 2\n\n说明:\n\n使用ksdevice=bootif参数来指定pxe传递的网卡,配合IPAPPEND 2参数来使用\n指定kickstart模板获取地址,使用api接口进行获取,server平台在生成pxe安装文件的同时会自动替换{sn}变量为本机序列号,在编写pxe安装模板的时候需要特别注意此用法\n\n"},"os/Linux安装模板.html":{"url":"os/Linux安装模板.html","title":"Linux安装模板","keywords":"","body":"Linux安装模板\n这里以CentOS 6.7系统为例,简单介绍一下kickstart的使用方法。\ninstall\nurl --url=http://osinstall.idcos.com/centos/6.7/os/x86_64/\nlang en_US.UTF-8\nkeyboard us\nnetwork --onboot yes --device bootif --bootproto dhcp --noipv6\nrootpw --iscrypted $6$eAdCfx9hZjVMqyS6$BYIbEu4zeKp0KLnz8rLMdU7sQ5o4hQRv55o151iLX7s2kSq.5RVsteGWJlpPMqIRJ8.WUcbZC3duqX0Rt3unK/\nfirewall --disabled\nauthconfig --enableshadow --passalgo=sha512\nselinux --disabled\ntimezone Asia/Shanghai\ntext\nreboot\nzerombr\nbootloader --location=mbr --append=\"console=tty0 biosdevname=0 audit=0 selinux=0\"\nclearpart --all --initlabel\npart /boot --fstype=ext4 --size=256 --ondisk=sda\npart swap --size=2048 --ondisk=sda\npart / --fstype=ext4 --size=100 --grow --ondisk=sda\n\n%packages --ignoremissing\n@base\n@core\n@development\n\n%pre\n_sn=$(dmidecode -s system-serial-number 2>/dev/null | awk '/^[^#]/ { print $1 }')\ncurl -H \"Content-Type: application/json\" -X POST -d \"{\\\"Sn\\\":\\\"$_sn\\\",\\\"Title\\\":\\\"启动OS安装程序\\\",\\\"InstallProgress\\\":0.6,\\\"InstallLog\\\":\\\"SW5zdGFsbCBPUwo=\\\"}\" http://osinstall.idcos.com/api/osinstall/v1/report/deviceInstallInfo\ncurl -H \"Content-Type: application/json\" -X POST -d \"{\\\"Sn\\\":\\\"$_sn\\\",\\\"Title\\\":\\\"分区并安装软件包\\\",\\\"InstallProgress\\\":0.7,\\\"InstallLog\\\":\\\"SW5zdGFsbCBPUwo=\\\"}\" http://osinstall.idcos.com/api/osinstall/v1/report/deviceInstallInfo\n\n%post\nprogress() {\n curl -H \"Content-Type: application/json\" -X POST -d \"{\\\"Sn\\\":\\\"$_sn\\\",\\\"Title\\\":\\\"$1\\\",\\\"InstallProgress\\\":$2,\\\"InstallLog\\\":\\\"$3\\\"}\" http://osinstall.idcos.com/api/osinstall/v1/report/deviceInstallInfo\n}\n\n_sn=$(dmidecode -s system-serial-number 2>/dev/null | awk '/^[^#]/ { print $1 }')\n\nprogress \"配置主机名和网络\" 0.8 \"Y29uZmlnIG5ldHdvcmsK\"\n\n# config network\ncurl -o /tmp/networkinfo \"http://osinstall.idcos.com/api/osinstall/v1/device/getNetworkBySn?sn=${_sn}&type=raw\"\nsource /tmp/networkinfo\n\ncat > /etc/sysconfig/network /etc/sysconfig/network-scripts/ifcfg-eth0 > /etc/profile \n说明:\n\nurl --url=xxx 设定安装http镜像源,请根据实际情况修改\nrootpw --iscrypted 这里指定的是加密后的密码yunjikeji,我们强烈建议用户使用加密的密码,密码加密字符串请使用grub-crypt生成\n在进入安装界面的时候,请根据参考规范使用curl上传消息和进度,通知server端目前的状态\n在完成分区和安装软件包以后,运行post脚本的时候,请使用progress函数上传消息和进度\n网络配置请根据api接口查询,并通过脚本的方式来配置,默认只支持单个ip的配置,不支持多ip获取\n在安装配置完成以后,确保上传进度为1,这样server端会记录服务器已经安装完成并删除pxe安装文件\n\n"},"os/VMware安装模板.html":{"url":"os/VMware安装模板.html","title":"VMware安装模板","keywords":"","body":"VMware安装模板\n这里以VMware ESXi 6.0系统为例,简单介绍一下kickstart的使用方法。\n首先,需要下载VMware ESXi 6.0的iso镜像,然后导入镜像文件内容:\n# mount -o loop VMware-VMvisor-Installer-6.0.0.update01-3029758.x86_64.iso /media/\n# mkdir -p /opt/cloudboot/home/www/esxi/6.0u1/\n# rsync -az /media/ /opt/cloudboot/home/www/esxi/6.0u1/\n# umount /media\n\n由于我们要使用http方式加载模块,所以需要修改boot.cfg文件,原始内容如下:\n# cat /opt/cloudboot/home/www/esxi/6.0u1/boot.cfg\nbootstate=0\ntitle=Loading ESXi installer\ntimeout=5\nkernel=/tboot.b00\nkernelopt=runweasel\nmodules=XXX\nbuild=\nupdated=0\n\n使用sed命令批量替换修改boot.cfg文件:\n# sed -i.orig -e 's;/;http://osinstall.idcos.com/esxi/6.0u1/;g' -e '/kernelopt/d' /opt/cloudboot/home/www/esxi/6.0u1/boot.cfg\n\n最后,在安装设备的时候,PXE模板选择esxi6.0u1-x86_64,系统模板选择esxi6.0即可。\n"},"os/Windows安装模板.html":{"url":"os/Windows安装模板.html","title":"Windows安装模板","keywords":"","body":"Windows安装模板\n这里我们适配了Windows Server 2008 R2 Enterprise以及Windows Server 2012 R2 Datacenter,同理其他 Windows 版本也适用,安装 Windows 需要开启 samba 支持。\n导入镜像文件,这里以Windows Server 2008 R2简体中文版为例:\n# mount -o loop cn_windows_server_2008_r2_standard_enterprise_datacenter_and_web_with_sp1_x64_dvd_617598.iso /media\n# rsync -az /media/ /opt/cloudboot/home/samba/windows/2008r2/\n# umount /media\n\n说明:\n\n/opt/cloudboot/home/samba/windows/2008r2目录为Windows Server 2008 R2ISO安装镜像导出的文件\n/opt/cloudboot/home/samba/windows/drivers/2008r2目录为Windows Server 2008 R2在安装过程中所需要的驱动文件。这里建议每个硬件型号的驱动单独一个目录,目录里面包含driver.sys和driver.inf文件\n/opt/cloudboot/home/samba/windows/firstboot目录包含winconfig.exe程序。该程序为我们自己开发的系统配置工具,可以支持消息进度上报,磁盘分区,配置网络和主机名,配置注册表等。该程序支持hook脚本,只需要在firstboot目录下创建preinstall.cmd和postinstall.cmd批处理脚本并编写相应的命令即可。程序在运行前会执行preinstall.cmd脚本,程序在结束后会执行postinstall.cmd脚本,然后重启操作系统,完成整个安装过程\n\n最后,在安装设备的时候选择操作系统win2008r2-x86_64,系统模板选择win2008r2即可。安装完成以后,默认Administrator用户的密码是yunjikeji\n驱动程序目录结构如下:\n/opt/cloudboot/home/samba/windows/drivers/\n|-- 2008r2\n| |-- broadcom\n| |-- intel_10gb\n| |-- intel_40gb\n| |-- intel_pro100\n| |-- intel_pro1000\n| |-- kvm\n| |-- lsi_sas2\n| |-- lsi_sas3\n| |-- megasas2\n| |-- megasr1\n| `-- percsas3\n`-- 2012r2\n |-- broadcom\n |-- intel_10gb\n |-- intel_40gb\n |-- intel_pro100\n |-- intel_pro1000\n |-- kvm\n |-- lsi_sas2\n |-- lsi_sas3\n |-- megasas2\n |-- megasr1\n `-- percsas3\n\n"},"os/XenServer安装模板.html":{"url":"os/XenServer安装模板.html","title":"XenServer安装模板","keywords":"","body":"XenServer安装模板\n这里以XenServer 6.5系统为例,简单介绍一下kickstart的使用方法。\n首先,需要下载XenServer 6.5的iso镜像,然后导入镜像文件内容:\n# mount -o loop XenServer-6.5.0-xenserver.org-install-cd.iso /media/\n# mkdir -p /opt/cloudboot/home/www/xenserver/6.5/\n# rsync -az /media/ /opt/cloudboot/home/www/xenserver/6.5/\n# umount /media\n\n最后,在安装设备的时候,PXE模板选择xenserver6.5-x86_64,系统模板选择xenserver6.5即可。\n"},"api/":{"url":"api/","title":"平台开发接口","keywords":"","body":"平台开发接口\n本章节介绍了x86服务器自动化安装系统的API接口。\n"},"api/用户相关接口.html":{"url":"api/用户相关接口.html","title":"用户相关接口","keywords":"","body":"用户登录接口\n请求地址\n\n\n\n名称\n说明\n\n\n\n\n请求地址\nhttp://localhost:8083/api/osinstall/v1/user/login\n\n\n编码\nUTF-8\n\n\n请求方式\nPOST\n\n\n请求参数格式\napplication/json\n\n\n\n请求参数\n\n\n\n字段\n类型\n是否必填\n描述\n\n\n\n\nUsername\nstring\n是\n用户名\n\n\nPassword\nstring\n是\n密码\n\n\n\n请求参数示例\n{\n \"Username\": \"admin\",\n \"Password\": \"admin\"\n}\n\n请求示例(PHP)\n \"admin\",\n \"Password\" => \"admin\",\n);\n$str = json_encode($data);\n$ch = curl_init('http://localhost:8083/api/osinstall/v1/user/login');\ncurl_setopt($ch, CURLOPT_CUSTOMREQUEST, \"POST\");\ncurl_setopt($ch, CURLOPT_POSTFIELDS, $str);\ncurl_setopt($ch, CURLOPT_RETURNTRANSFER, true);\ncurl_setopt($ch, CURLOPT_HTTPHEADER, array(\n 'Content-Type: application/json',\n 'Content-Length: ' . strlen($str))\n);\n\n$result = curl_exec($ch);\necho curl_error($ch);\necho $result;\n\n返回参数\n\n\n\n字段\n说明\n\n\n\n\nStatus\nsuccess/failure\n\n\nContent\n用户信息及AccessToken\n\n\nMessage\n提示\n\n\n\n返回参数示例\n{\n \"Content\": {\n \"ID\": 1,\n \"Username\": \"admin\",\n \"Name\": \"超级管理员\",\n \"Role\": \"Administrator\",\n \"AccessToken\": \"097B55289D87C26FC33C2B0F7F80701D\"\n },\n \"Message\": \"登录成功\",\n \"Status\": \"success\"\n}\n\n用户安全退出接口\n请求地址\n\n\n\n名称\n说明\n\n\n\n\n请求地址\nhttp://localhost:8083/api/osinstall/v1/user/logout\n\n\n编码\nUTF-8\n\n\n请求方式\nPOST\n\n\n请求参数格式\napplication/json\n\n\n\n请求参数\n\n\n\n字段\n类型\n是否必填\n描述\n\n\n\n\nAccessToken\nstring\n是\n登录时生成的AccessToken\n\n\n\n请求参数示例\n{\n \"AccessToken\": \"097B55289D87C26FC33C2B0F7F80701D\"\n}\n\n请求示例(PHP)\n \"097B55289D87C26FC33C2B0F7F80701D\",\n);\n$str = json_encode($data);\n$ch = curl_init('http://localhost:8083/api/osinstall/v1/user/logout');\ncurl_setopt($ch, CURLOPT_CUSTOMREQUEST, \"POST\");\ncurl_setopt($ch, CURLOPT_POSTFIELDS, $str);\ncurl_setopt($ch, CURLOPT_RETURNTRANSFER, true);\ncurl_setopt($ch, CURLOPT_HTTPHEADER, array(\n 'Content-Type: application/json',\n 'Content-Length: ' . strlen($str))\n);\n\n$result = curl_exec($ch);\necho curl_error($ch);\necho $result;\n\n返回参数\n\n\n\n字段\n说明\n\n\n\n\nStatus\nsuccess/failure\n\n\nMessage\n提示\n\n\n\n返回参数示例\n{\n \"Message\": \"操作成功\",\n \"Status\": \"success\"\n}\n\n"},"api/数据录入接口.html":{"url":"api/数据录入接口.html","title":"数据录入接口","keywords":"","body":"设备录入接口\n请求地址\n\n\n\n名称\n说明\n\n\n\n\n请求地址\nhttp://localhost:8083/api/osinstall/v1/device/add\n\n\n编码\nUTF-8\n\n\n请求方式\nPOST\n\n\n请求参数格式\napplication/json\n\n\n\n请求参数\n\n\n\n字段\n类型\n是否必填\n描述\n\n\n\n\nSn\nstring\n是\nSN序列号\n\n\nHostname\nstring\n是\n主机名\n\n\nIp\nstring\n是\n应用IP\n\n\nManageIp\nstring\n否\n管理IP\n\n\nNetworkID\nint\n是\n应用网络资源表(networks)表ID\n\n\nManageNetworkID\nint\n否\n管理网络资源表(manage_networks)表ID\n\n\nOsID\nint\n是\n操作系统表(os_configs)表ID\n\n\nHardwareID\nint\n否\n硬件配置表(hardwares)表ID\n\n\nSystemID\nint\n是\n系统模板表(system_configs)表ID\n\n\nLocationID\nint\n是\n位置表(locations)表ID\n\n\nAssetNumber\nstring\n否\n财编\n\n\nAccessToken\nstring\n是\n调用登录API时,生成的授权AccessToken\n\n\n\n请求参数示例\n{\n \"Sn\": \"test\",\n \"Hostname\": \"idcos-test\",\n \"Ip\": \"192.168.0.3\",\n \"ManageIp\": \"192.168.1.1\",\n \"NetworkID\": 6,\n \"ManageNetworkID\": 1,\n \"OsID\": 2,\n \"HardwareID\": 1,\n \"SystemID\": 1,\n \"LocationID\": 33,\n \"AssetNumber\": \"CB20151216001\",\n \"AccessToken\": \"097B55289D87C26FC33C2B0F7F80701D\",\n}\n\n请求示例(PHP)\n \"test\",\n \"Hostname\" => \"idcos-test\",\n \"Ip\" => \"192.168.0.3\",\n \"ManageIp\" => \"192.168.1.1\",\n \"NetworkID\" => 6,\n \"ManageNetworkID\" => 1,\n \"OsID\" => 2,\n \"HardwareID\" => 1,\n \"SystemID\" => 1,\n \"LocationID\" => 33,\n \"AssetNumber\" => \"CB20151216001\",\n \"AccessToken\" => \"097B55289D87C26FC33C2B0F7F80701D\",\n);\n$str = json_encode($data);\n$ch = curl_init('http://localhost:8083/api/osinstall/v1/device/add');\ncurl_setopt($ch, CURLOPT_CUSTOMREQUEST, \"POST\");\ncurl_setopt($ch, CURLOPT_POSTFIELDS, $str);\ncurl_setopt($ch, CURLOPT_RETURNTRANSFER, true);\ncurl_setopt($ch, CURLOPT_HTTPHEADER, array(\n 'Content-Type: application/json',\n 'Content-Length: ' . strlen($str))\n);\n\n$result = curl_exec($ch);\necho curl_error($ch);\necho $result;\n\n返回参数\n\n\n\n字段\n说明\n\n\n\n\nStatus\nsuccess/failure\n\n\nMessage\n提示\n\n\n\n返回参数示例\n{\n \"Message\": \"操作成功\",\n \"Status\": \"success\"\n}\n\n"},"api/状态查询接口.html":{"url":"api/状态查询接口.html","title":"状态查询接口","keywords":"","body":"状态查询接口\n请求地址\n\n\n\n名称\n说明\n\n\n\n\n请求地址\nhttp://localhost:8083/api/osinstall/v1/device/isInInstallList\n\n\n编码\nUTF-8\n\n\n请求方式\nPOST\n\n\n请求参数格式\napplication/json\n\n\n\n请求参数\n\n\n\n字段\n类型\n是否必填\n描述\n\n\n\n\nSn\nstring\n是\nSN序列号\n\n\n\n请求参数示例\n{\n \"Sn\": \"test\"\n}\n\n请求示例(PHP)\n \"test\");\n$str = json_encode($data);\n\n$ch = curl_init('http://localhost:8083/api/osinstall/v1/device/isInInstallList');\ncurl_setopt($ch, CURLOPT_CUSTOMREQUEST, \"POST\");\ncurl_setopt($ch, CURLOPT_POSTFIELDS, $str);\ncurl_setopt($ch, CURLOPT_RETURNTRANSFER, true);\ncurl_setopt($ch, CURLOPT_HTTPHEADER, array(\n 'Content-Type: application/json',\n 'Content-Length: ' . strlen($str))\n);\n\n$result = curl_exec($ch);\necho $result;\n\n返回参数\n\n\n\n字段\n说明\n\n\n\n\nStatus\nsuccess/failure\n\n\nContent.Result\ntrue:在列表 false:不在列表\n\n\nMessage\n提示\n\n\n\n返回参数示例\n{\n \"Content\": {\n \"Result\": \"true\"\n },\n \"Message\": \"该设备在安装列表里\",\n \"Status\": \"success\"\n}\n\n"},"api/日志进度上报接口.html":{"url":"api/日志进度上报接口.html","title":"日志进度上报接口","keywords":"","body":"日志进度上报接口\n请求地址\n\n\n\n名称\n说明\n\n\n\n\n请求地址\nhttp://localhost:8083/api/osinstall/v1/report/deviceInstallInfo\n\n\n编码\nUTF-8\n\n\n请求方式\nPOST\n\n\n请求参数格式\napplication/json\n\n\n\n请求参数\n\n\n\n字段\n类型\n是否必填\n描述\n\n\n\n\nSn\nstring\n是\nSN序列号\n\n\nInstallProgress\nfloat(11,2)\n是\n安装进度:常规进度为0 ~ 1之间的小数,如0.1;安装失败传-1,安装成功传1;后端会保存小数点后4位\n\n\nTitle\nstring\n否\n主题\n\n\nInstallLog\nstring\n否\n详细内容,需要做base64encode处理\n\n\n\n请求参数示例\n{\n \"Sn\": \"test\",\n \"InstallProgress\": 0.1,\n \"Title\": \"进入bootos\",\n \"InstallLog\": \"5byA5aeL6L+b5YWlYm9vdG9z\"\n}\n\n请求示例(PHP)\n \"test\",\"InstallProgress\" => 0.1,\"Title\" => \"进入bootos\",\"InstallLog\" => base64_encode(\"开始进入bootos\"));\n$str = json_encode($data);\n$ch = curl_init('http://localhost:8083/api/osinstall/v1/report/deviceInstallInfo');\ncurl_setopt($ch, CURLOPT_CUSTOMREQUEST, \"POST\");\ncurl_setopt($ch, CURLOPT_POSTFIELDS, $str);\ncurl_setopt($ch, CURLOPT_RETURNTRANSFER, true);\ncurl_setopt($ch, CURLOPT_HTTPHEADER, array(\n 'Content-Type: application/json',\n 'Content-Length: ' . strlen($str))\n);\n\n$result = curl_exec($ch);\necho curl_error($ch);\necho $result;\n\n返回参数\n\n\n\n字段\n说明\n\n\n\n\nStatus\nsuccess/failure\n\n\nContent.Result\ntrue:成功 false:失败\n\n\nMessage\n提示\n\n\n\n返回参数示例\n{\n \"Content\": {\n \"Result\": \"true\"\n },\n \"Message\": \"操作成功\",\n \"Status\": \"success\"\n}\n\n"},"api/硬件配置模板接口.html":{"url":"api/硬件配置模板接口.html","title":"硬件配置模板接口","keywords":"","body":"硬件配置模板接口\n请求地址\n\n\n\n名称\n说明\n\n\n\n\n请求地址\nhttp://localhost:8083/api/osinstall/v1/device/getHardwareBySn\n\n\n编码\nUTF-8\n\n\n请求方式\nPOST\n\n\n请求参数格式\napplication/json\n\n\n\n请求参数\n\n\n\n字段\n类型\n是否必填\n描述\n\n\n\n\nSn\nstring\n是\nSN序列号\n\n\n\n请求参数示例\n{\n \"Sn\": \"test\"\n}\n\n请求示例(PHP)\n \"test\");\n$str = json_encode($data);\n$ch = curl_init('http://localhost:8083/api/osinstall/v1/device/getHardwareBySn');\ncurl_setopt($ch, CURLOPT_CUSTOMREQUEST, \"POST\");\ncurl_setopt($ch, CURLOPT_POSTFIELDS, $str);\ncurl_setopt($ch, CURLOPT_RETURNTRANSFER, true);\ncurl_setopt($ch, CURLOPT_HTTPHEADER, array(\n 'Content-Type: application/json',\n 'Content-Length: ' . strlen($str))\n);\n\n$result = curl_exec($ch);\necho curl_error($ch);\necho $result;\n\n返回参数\n\n\n\n字段\n说明\n\n\n\n\nStatus\nsuccess/failure\n\n\nContent.Compamy\n厂商名称\n\n\nContent.Product\n产品名称\n\n\nContent.ModelName\n型号\n\n\nContent.Hardware\n硬件配置节点\n\n\nContent.Hardware[].Name\n节点名称\n\n\nContent.Hardware[].Scripts\n需要执行的脚本\n\n\nContent.Hardware[].Scripts[].script\n执行脚本,需要做base64decode处理\n\n\nMessage\n提示\n\n\n\n返回参数示例\n{\n \"Content\": {\n \"Company\": \"Dell\",\n \"Hardware\": [\n {\n \"Name\": \"RAID\",\n \"Scripts\": [\n {\n \"Name\": \"RAID\",\n \"Script\": \"L29wdC95dW5qaS9vc2luc3RhbGwvZGVsbC9yYWlkLnNoIC1jIC1sIDEw\"\n }\n ]\n },\n {\n \"Name\": \"OOB\",\n \"Scripts\": [\n {\n \"Name\": \"网络类型\",\n \"Script\": \"L29wdC95dW5qaS9vc2luc3RhbGwvZGVsbC9vb2Iuc2ggLW4gZGhjcA==\"\n },\n {\n \"Name\": \"用户名\",\n \"Script\": \"L29wdC95dW5qaS9vc2luc3RhbGwvZGVsbC9vb2Iuc2ggLXUgcm9vdA==\"\n },\n {\n \"Name\": \"密码\",\n \"Script\": \"L29wdC95dW5qaS9vc2luc3RhbGwvZGVsbC9vb2Iuc2ggLXAgY2Fsdmlu\"\n }\n ]\n },\n {\n \"Name\": \"BIOS\",\n \"Scripts\": [\n {\n \"Name\": \"VT\",\n \"Script\": \"L29wdC95dW5qaS9vc2luc3RhbGwvZGVsbC9iaW9zLnNoIC10IGVuYWJsZQ==\"\n },\n {\n \"Name\": \"C-States\",\n \"Script\": \"L29wdC95dW5qaS9vc2luc3RhbGwvZGVsbC9iaW9zLnNoIC1jIGRpc2FibGU=\"\n }\n ]\n }\n ],\n \"ModelName\": \"R420\",\n \"Product\": \"PowerEdge\"\n },\n \"Message\": \"成功获取hardware信息\",\n \"Status\": \"success\"\n}\n\n"},"api/pxe安装文件接口.html":{"url":"api/pxe安装文件接口.html","title":"pxe安装文件接口","keywords":"","body":"pxe安装文件接口\n请求地址\n\n\n\n名称\n说明\n\n\n\n\n请求地址\nhttp://localhost:8083/api/osinstall/v1/report/deviceMacInfo\n\n\n编码\nUTF-8\n\n\n请求方式\nPOST\n\n\n请求参数格式\napplication/json\n\n\n\n请求参数\n\n\n\n字段\n类型\n是否必填\n描述\n\n\n\n\nSn\nstring\n是\nSN序列号\n\n\nMac\nstring\n是\nMAC地址\n\n\n\n请求参数示例\n{\n \"Sn\": \"test\",\n \"Mac\": \"EA:1F:2d:3a:4H\"\n}\n\n请求示例(PHP)\n \"test\",\"Mac\" => \"EA:1F:2d:3a:4H\");\n$str = json_encode($data);\n$ch = curl_init('http://localhost:8083/api/osinstall/v1/report/deviceMacInfo');\ncurl_setopt($ch, CURLOPT_CUSTOMREQUEST, \"POST\");\ncurl_setopt($ch, CURLOPT_POSTFIELDS, $str);\ncurl_setopt($ch, CURLOPT_RETURNTRANSFER, true);\ncurl_setopt($ch, CURLOPT_HTTPHEADER, array(\n 'Content-Type: application/json',\n 'Content-Length: ' . strlen($str))\n);\n\n$result = curl_exec($ch);\necho $result;\n\n返回参数\n\n\n\n字段\n说明\n\n\n\n\nStatus\nsuccess/failure\n\n\nContent.Result\ntrue:成功 false:失败\n\n\nMessage\n提示\n\n\n\n返回参数示例\n{\n \"Content\": {\n \"Result\": \"true\"\n },\n \"Message\": \"操作成功\",\n \"Status\": \"success\"\n}\n\n"},"api/系统模板查询接口.html":{"url":"api/系统模板查询接口.html","title":"系统模板查询接口","keywords":"","body":"系统模板查询接口\n请求地址\n\n\n\n名称\n说明\n\n\n\n\n请求地址\nhttp://localhost:8083/api/osinstall/v1/device/getSystemBySn\n\n\n编码\nUTF-8\n\n\n请求方式\nGET\n\n\n请求参数格式\ntext/html\n\n\n\n请求参数\n\n\n\n字段\n类型\n是否必填\n描述\n\n\n\n\nsn\nstring\n是\nSN序列号\n\n\ntype\nstring\n否\n输出格式,json或者raw原始格式,默认是raw\n\n\n\n请求参数示例\nhttp://localhost:8083/api/osinstall/v1/device/getSystemBySn?sn=test&type=raw\n\n请求示例(PHP)\n\n返回参数示例\ninstall\nurl --url=http://mirror.idcos.com/centos/6.7/os/x86_64/\nlang en_US.UTF-8\nkeyboard us\nnetwork --onboot yes --device bootif --bootproto dhcp --noipv6\nrootpw --iscrypted $6$eAdCfx9hZjVMqyS6$BYIbEu4zeKp0KLnz8rLMdU7sQ5o4hQRv55o151iLX7s2kSq.5RVsteGWJlpPMqIRJ8.WUcbZC3duqX0Rt3unK/\nfirewall --disabled\nauthconfig --enableshadow --passalgo=sha512\nselinux --disabled\ntimezone Asia/Shanghai\ntext\nreboot\nzerombr\nbootloader --location=mbr --append=\"console=tty0 biosdevname=0 audit=0 selinux=0\"\nclearpart --all --initlabel\npart /boot --fstype=ext4 --size=256 --ondisk=sda\npart swap --size=2048 --ondisk=sda\npart / --fstype=ext4 --size=100 --grow --ondisk=sda\n\n%packages --ignoremissing\n@base\n@core\n@development\n\n%pre\n_sn=$(dmidecode -s system-serial-number 2>/dev/null | awk '/^[^#]/ { print $1 }')\ncurl -H \"Content-Type: application/json\" -X POST -d \"{\\\"Sn\\\":\\\"$_sn\\\",\\\"Title\\\":\\\"启动OS安装程序\\\",\\\"InstallProgress\\\":0.6,\\\"InstallLog\\\":\\\"SW5zdGFsbCBPUwo=\\\"}\" http://osinstall.idcos.com/api/osinstall/v1/report/deviceInstallInfo\ncurl -H \"Content-Type: application/json\" -X POST -d \"{\\\"Sn\\\":\\\"$_sn\\\",\\\"Title\\\":\\\"分区并安装软件包\\\",\\\"InstallProgress\\\":0.7,\\\"InstallLog\\\":\\\"SW5zdGFsbCBPUwo=\\\"}\" http://osinstall.idcos.com/api/osinstall/v1/report/deviceInstallInfo\n\n%post\nprogress() {\n curl -H \"Content-Type: application/json\" -X POST -d \"{\\\"Sn\\\":\\\"$_sn\\\",\\\"Title\\\":\\\"$1\\\",\\\"InstallProgress\\\":$2,\\\"InstallLog\\\":\\\"$3\\\"}\" http://osinstall.idcos.com/api/osinstall/v1/report/deviceInstallInfo\n}\n\n_sn=$(dmidecode -s system-serial-number 2>/dev/null | awk '/^[^#]/ { print $1 }')\n\nprogress \"配置主机名和网络\" 0.8 \"Y29uZmlnIG5ldHdvcmsK\"\n\n# config network\ncat > /etc/modprobe.d/disable_ipv6.conf /etc/sysconfig/network /etc/sysconfig/network-scripts/ifcfg-eth0 > /etc/profile \n"},"api/网络配置查询接口.html":{"url":"api/网络配置查询接口.html","title":"网络配置查询接口","keywords":"","body":"网络配置查询接口\n请求地址\n\n\n\n名称\n说明\n\n\n\n\n请求地址:\nhttp://localhost:8083/api/osinstall/v1/device/getNetworkBySn\n\n\n编码:\nUTF-8\n\n\n请求方式:\nGET\n\n\n请求参数格式:\ntext/html\n\n\n\n请求参数\n\n\n\n字段\n类型\n是否必填\n描述\n\n\n\n\nsn\nstring\n是\nSN序列号\n\n\ntype\nstring\n否\n输出格式,json或者raw原始格式,默认是raw\n\n\n\n请求参数示例\nhttp://localhost:8083/api/osinstall/v1/device/getNetworkBySn?sn=test&type=raw\n\n请求示例(PHP)\n\n返回参数示例\nHOSTNAME=\"idcos-test\"\nIPADDR=\"192.168.0.3\"\nNETMASK=\"255.255.255.0\"\nGATEWAY=\"192.168.0.1\"\nVLAN=\"0\"\nTrunk=\"no\"\nBonding=\"no\"\nHWADDR=\"53:54:00:99:2D:7C\"\n\n"},"append/":{"url":"append/","title":"附录","keywords":"","body":"附录\n修订记录:\n\n2015-12-16 完成第一版文档编写\n2016-03-02 增加对VMware ESXi和Windows的支持\n2016-04-25 提供环境搭建一键部署服务,增加Ubuntu支持\n2016-06-30 增加XenServer支持,增加虚拟机管理功能\n2017-01-18 增加硬件工具包使用,支持多组RAID\n2019-02-28 升级 BootOS 硬件驱动,增加 UEFI 的支持,增加作业执行,采用容器部署\n2019-04-12 更新 BootOS 和 WinPE 驱动,支持更多的硬件设备,重新推出 rpm 一键部署\n\n"}}}