<os>

Groups the operating system parameters.

Text content

None.

Selected attributes

None.

Usage

Domain configuration-XML

Parent elements

<domain>

Child elements

Example

<os>
    <type arch="s390x" machine="s390-ccw-virtio">hvm</type>
    <initrd>/boot/initramfs.img</initrd>
    <kernel>/boot/vmlinuz</kernel>
    <cmdline>rd.md=0 rd.lvm=0 LANG=en_US.UTF-8  
             KEYTABLE=us SYSFONT=latarcyrheb-sun16 rd.luks=0 
             root=/dev/disk/by-path/ccw-0.0.e714-part1 
             rd.dm=0 selinux=0 CMMA=on 
             crashkernel=128M plymouth.enable=0
    </cmdline>
</os>