# /.../
# KIWI boot image setup
# select boot label according to your system image
# ...
DEFAULT Local-Boot
#DEFAULT netboot-suse-SLES10
#DEFAULT netboot-suse-SLES10-SP1

LABEL Local-Boot
      localboot 0

LABEL netboot-suse-SLES10
      kernel boot/initrd-netboot-suse-SLES10.x86_64-2.1.1.kernel.2.6.16.21-0.8-default
      append initrd=boot/initrd-netboot-suse-SLES10.x86_64-2.1.1.splash.gz vga=0x314 ramdisk_size=512000 ramdisk_blocksize=4096 splash=silent showopts
      IPAPPEND 2

LABEL netboot-suse-SLES10-SP1
      kernel boot/initrd-netboot-suse-SLES10-SP1.x86_64-2.1.1.kernel.2.6.16.46-0.12-default
      append initrd=boot/initrd-netboot-suse-SLES10-SP1.x86_64-2.1.1.splash.gz vga=0x314 ramdisk_size=512000 ramdisk_blocksize=4096 splash=silent showopts
      IPAPPEND 2
