<cmdline>

Specifies arguments to be passed to the kernel (or installer) at boot time.

Text content

Command line arguments using the same syntax as if they were specified in the command line.

Selected attributes

None.

Usage

Configuring a kernel image file as IPL device

Parent elements

<os>

Child elements

None.

Example

<os>     
    <type arch="s390x" machine="s390-virtio">hvm</type>     
    <kernel>/boot/vmlinuz</kernel>     
    <initrd>/boot/initramfs.img</initrd>     
    <cmdline>printk.time=1</cmdline>
</os>