Name

setargs — Sets arguments to be passed to an OS started with the boot command

Synopsis

setargs {arguments...}

Options

arguments

Arguments to be passed to OS

Description

Sets arguments to be passed to an OS started with the boot command.

Example 15.3. Using the setargs command

>showargs
BOOTARGS=root=/dev/hda3
>setargs root=/dev/hdc1 console=ttySAC0,115200
>showargs
BOOTARGS='root=/dev/hdc1 console=ttySAC0,115200'
>