Skip to content

add bootaction

Anoop Rajendra edited this page May 15, 2017 · 1 revision

add bootaction

Usage

stack add bootaction [action=string] [args=string] [kernel=string] [ramdisk=string]

Description

Add a bootaction specification to the system.

Parameters

  • {action=string}

  • {args=string}

  • {kernel=string}

  • {ramdisk=string}

    The name of the ramdisk that is associated with this boot action.

Examples

  • stack add bootaction action=os kernel="localboot 0"

    Add the 'os' bootaction.

  • stack add bootaction action=memtest command="memtest"

    Add the 'memtest' bootaction.

Clone this wiki locally