-
Notifications
You must be signed in to change notification settings - Fork 2
create pallet
stack create pallet {pallet}... [name=string] [version=string]
Create a pallet. You may specify either a single XML file to build one pallet or a list of ISO files to build a Meta pallet.
-
{pallet}
Either a list of pallet ISO files or the name of a single pallet XML description file. If a list of pallet ISO files to be merge together into a single pallet. Otherwise the single argument is assumed to be the name of the XML file generated by the top level Makefile in the pallet's source.
-
[name=string]
The base name for the created pallet.
-
[version=string]
The version number of the created pallet. (default = the version of stacki running on this machine).
-
stack create pallet pallet-base.xml
Creates the Rocks Base pallet from the pallet-base.xml description file.
-
stack create pallet base*iso kernel*iso
Create a composite pallet from a list of pallet ISOs.