2 bool "Build GRUB images (Linux x86 or x86_64 host only)"
3 depends TARGET_x86 && !TARGET_x86_olpc
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_CONSOLE
14 depends X86_GRUB_IMAGES
15 prompt "Use Console Terminal (in addition to Serial)"
16 default n if TARGET_x86_generic_Soekris48xx || TARGET_x86_generic_Soekris45xx || TARGET_x86_net5501
17 default y if ! (TARGET_x86_generic_Soekris48xx || TARGET_x86_generic_Soekris45xx || TARGET_x86_net5501)
19 config X86_GRUB_SERIAL
21 prompt "Serial port device"
22 depends X86_GRUB_IMAGES
23 default "hvc0" if TARGET_x86_xen_domu
24 default "ttyS0" if ! TARGET_x86_xen_domu
26 config X86_GRUB_BAUDRATE
27 int "Serial port baud rate"
28 depends X86_GRUB_IMAGES
29 default 19200 if TARGET_x86_generic_Soekris48xx || TARGET_x86_generic_Soekris45xx || TARGET_x86_net5501
30 default 38400 if ! (TARGET_x86_generic_Soekris48xx || TARGET_x86_generic_Soekris45xx || TARGET_x86_net5501)
32 config X86_GRUB_KERNELPART
33 int "Kernel partition size (in MB)"
34 depends X86_GRUB_IMAGES
37 config X86_GRUB_ROOTPART
39 prompt "Root partition on target device" if X86_GRUB_IMAGES
40 default "/dev/xvda2" if TARGET_x86_xen_domu
41 default "/dev/sda2" if ! TARGET_x86_xen_domu
43 The root partition on the final device. If you don't know,
44 you probably want the default (/dev/sda2).
46 config X86_GRUB_BOOTOPTS
48 prompt "Extra kernel boot options" if X86_GRUB_IMAGES
49 default "xencons=hvc" if TARGET_x86_xen_domu
50 default "" if ! TARGET_x86_xen_domu
52 If you don't know, just leave it blank.
56 bool "Build VirtualBox image files (VDI). Requires VBoxManage"
57 depends TARGET_x86_generic
58 depends TARGET_ROOTFS_EXT2FS
59 depends X86_GRUB_IMAGES
60 select PACKAGE_kmod-pcnet32
62 config X86_VMDK_IMAGES
63 bool "Build VMware image files (VMDK). Requires qemu-img"
64 depends TARGET_x86_generic
65 depends TARGET_ROOTFS_EXT2FS
66 depends X86_GRUB_IMAGES
67 select PACKAGE_kmod-e1000
69 config OLPC_BOOTSCRIPT_IMAGES
70 bool "Build images with bootscript"
71 depends TARGET_x86_olpc
72 depends TARGET_ROOTFS_EXT2FS || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS || TARGET_ROOTFS_ISO
75 config OLPC_BOOTSCRIPT_IMAGES_PAD
76 bool "Pad bootscript images to filesystem size (for JFFS2)"
77 depends OLPC_BOOTSCRIPT_IMAGES
79 config OLPC_BOOTSCRIPT_KERNELPART
80 int "Kernel partition size (in MB)"
81 depends OLPC_BOOTSCRIPT_IMAGES
84 config OLPC_BOOTSCRIPT_ROOTPART
86 prompt "Root partition on target device" if OLPC_BOOTSCRIPT_IMAGES
89 The root partition on the final device. If you don't know,
90 you probably want the default (/dev/sda2).