2 bool "Build GRUB images (Linux x86 or x86_64 host only)"
4 depends TARGET_ROOTFS_EXT2FS || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS || TARGET_ROOTFS_ISO
8 config X86_GRUB_IMAGES_PAD
9 bool "Pad GRUB images to filesystem size (for JFFS2)"
10 depends X86_GRUB_IMAGES
12 config X86_GRUB_BAUDRATE
13 int "Serial port baud rate"
14 depends X86_GRUB_IMAGES
17 config X86_GRUB_KERNELPART
18 int "Kernel partition size (in MB)"
19 depends X86_GRUB_IMAGES
22 config X86_GRUB_ROOTPART
24 prompt "Root partition on target device" if X86_GRUB_IMAGES
25 default "/dev/hda2" if LINUX_2_6_28
28 The root partition on the final device. If you don't know,
29 you probably want the default (/dev/hda2).
31 config X86_GRUB_BOOTOPTS
33 prompt "Extra kernel boot options" if X86_GRUB_IMAGES
36 If you don't know, just leave it blank.
40 bool "Build VirtualBox image files (VDI). Requires VBoxManage"
42 depends TARGET_ROOTFS_EXT2FS
43 depends X86_GRUB_IMAGES
44 select PACKAGE_kmod-pcnet32
46 config X86_VMDK_IMAGES
47 bool "Build VMware image files (VMDK). Requires qemu-img"
49 depends TARGET_ROOTFS_EXT2FS
50 depends X86_GRUB_IMAGES
51 select PACKAGE_kmod-e1000