Changes
no edit summary
'''hosts.xml''' is a file which defines the the hosts and the profiles, which this hosts will use.
It has to be placed in the same direstory as [[wpkg.js|wpkg.js]], and . WPKG will not work without this file. The structure of '''hosts.xml''' is the following: <wpkg> <host name="host1" profile-id="custom" /> </wpkg> Which means, that a hostname with a name ''host1'' will use a profile ''custom''.Profiles are defined in [[packages.xml]].