Skip to content

set bootaction kernel

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

set bootaction kernel

Usage

stack set bootaction kernel {action} {kernel=string} [os=string] [type=string]

Description

Updates the kernel for a bootaction.

Arguments

  • [action]

    Name of the bootaction that needs to be updated.

Parameters

  • [kernel=string]

  • {os=string}

  • {type=string}

    type of the bootaction. Can be install or os.

Examples

  • stack set bootaction kernel memtest kernel="memtest" type="os" os="redhat"

    Sets the kernel for bootaction named memtest with type="os" and os="redhat" to be "memtest".

Clone this wiki locally