# These are stock boot options. They will start an install as if the user had # booted from a DVD or similar. LABEL f14_x86_64 MENU LABEL ^1) Install Fedora 14 x86_64 (As if from DVD) KERNEL boot/f14/x86_64/vmlinuz APPEND initrd=boot/f14/x86_64/initrd.img method=http://192.168.1.254/f14/x86_64/img/ LABEL f14_x86_64_rescue MENU LABEL ^2) Install Fedora 14 x86_64 (Rescue Mode) KERNEL boot/f14/x86_64/vmlinuz APPEND initrd=boot/f14/x86_64/initrd.img method=http://192.168.1.254/f14/x86_64/img/ rescue LABEL f14_i386 MENU LABEL ^3) Install Fedora 14 i386 (As if from DVD) KERNEL boot/f14/i386/vmlinuz APPEND initrd=boot/f14/i386/initrd.img method=http://192.168.1.254/f14/i386/img/ LABEL f14_i386_rescue MENU LABEL ^4) Install Fedora 14 i386 (Rescue Mode) KERNEL boot/f14/i386/vmlinuz APPEND initrd=boot/f14/i386/initrd.img method=http://192.168.1.254/f14/i386/img/ rescue