Skip to content

create pallet

Mason J. Katz edited this page Dec 15, 2015 · 1 revision

create pallet

Usage

stack create pallet {pallet}... [name=string] [version=string]

Description

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.

Arguments

  • {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.

Parameters

  • [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).

Examples

  • 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.

Related

add pallet

disable pallet

enable pallet

list pallet

remove pallet

Clone this wiki locally