mkdir -p /var/lib/tftpboot/opensuse/i386
mkdir -p /var/lib/tftpboot/opensuse/x86_64
cd /var/lib/tftpboot/opensuse/i386/linux
wget http://download.opensuse.org/factory/repo/oss/boot/i386/loader/linux
wget http://download.opensuse.org/factory/repo/oss/boot/i386/loader/initrd
cd /var/lib/tftpboot/opensuse/x86_64
wget http://download.opensuse.org/factory/repo/oss/boot/x86_64/loader/linux
wget http://download.opensuse.org/factory/repo/oss/boot/x86_64/loader/initrd
LABEL opensuse_64
MENU LABEL ^1 OpenSUSE 64bit install
KERNEL opensuse/i386/linux
APPEND initrd=opensuse/x86_64/initrd splash=silent howopts install=http://download.opensuse.org/factory/repo/oss/ root=/dev/ram0 load_ramdisk=1
LABEL opensuse_32
MENU LABEL ^2 OpenSUSE 32bit install
KERNEL opensuse/i386/linux
APPEND initrd=opensuse/i386/initrd splash=silent howopts install=http://download.opensuse.org/factory/repo/oss/ root=/dev/ram0 load_ramdisk=1