Skip to content

add pallet

Chris Ladd edited this page Oct 11, 2019 · 4 revisions

add pallet

Usage

stack add pallet [pallet ...] [clean=bool] [dir=string] [password=string] [updatedb=string] [username=string]

Description

Add pallet ISO images to this machine's pallet directory. This command
copies all files in the ISOs to the local machine. The default location
is a directory under /export/stack/pallets.

Arguments

  • {pallet}

    A list of pallet ISO images to add to the local machine. If no list is supplied, then if a pallet is mounted on /mnt/cdrom, it will be copied to the local machine. If the pallet is hosted on the internet, it will be downloaded and stored on the local machine.

Parameters

  • {clean=bool}

  • {dir=string}

  • {password=string}

  • {updatedb=string}

  • {username=string}

    If the pallet's download server requires authentication.

Examples

  • stack add pallet clean=1 kernel*iso

    Adds the Kernel pallet to local pallet directory. Before the pallet is added the old Kernel pallet packages are removed from the pallet directory.

  • stack add pallet kernel*iso pvfs2*iso ganglia*iso

    Added the Kernel, PVFS, and Ganglia pallets to the local pallet directory.

Related

create pallet

disable pallet

enable pallet

list pallet

remove pallet

Clone this wiki locally