Root/target/linux/x86/image/Config.in

1config X86_GRUB_IMAGES
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_ISO || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS
5    select PACKAGE_grub
6    default y
7
8config X86_GRUB_CONSOLE
9    bool "Use Console Terminal (in addition to Serial)"
10    depends X86_GRUB_IMAGES
11    default y if !(TARGET_x86_generic_Soekris45xx || TARGET_x86_generic_Soekris48xx)
12
13config X86_GRUB_SERIAL
14    string "Serial port device"
15    depends X86_GRUB_IMAGES
16    default "hvc0" if TARGET_x86_xen_domu
17    default "ttyS0"
18
19config X86_GRUB_BAUDRATE
20    int "Serial port baud rate"
21    depends X86_GRUB_IMAGES
22    default 19200 if TARGET_x86_generic_Soekris45xx || TARGET_x86_generic_Soekris48xx
23    default 38400
24
25config X86_GRUB_BOOTOPTS
26    string "Extra kernel boot options"
27    depends X86_GRUB_IMAGES
28    default "xencons=hvc" if TARGET_x86_xen_domu
29    help
30      If you don't know, just leave it blank.
31
32config X86_VDI_IMAGES
33    bool "Build VirtualBox image files (VDI)"
34    depends X86_GRUB_IMAGES
35    depends TARGET_x86_generic
36    depends TARGET_ROOTFS_EXT2FS
37    select PACKAGE_kmod-pcnet32
38
39config X86_VMDK_IMAGES
40    bool "Build VMware image files (VMDK)"
41    depends X86_GRUB_IMAGES
42    depends TARGET_x86_generic
43    depends TARGET_ROOTFS_EXT2FS
44    select PACKAGE_kmod-e1000
45
46
47config OLPC_BOOTSCRIPT_IMAGES
48    bool "Build images with bootscript"
49    depends TARGET_x86_olpc
50    depends TARGET_ROOTFS_EXT2FS || TARGET_ROOTFS_ISO || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS
51
52
53config TARGET_IMAGES_PAD
54    bool "Pad images to filesystem size (for JFFS2)"
55    depends OLPC_BOOTSCRIPT_IMAGES || X86_GRUB_IMAGES
56
57config TARGET_KERNEL_PARTSIZE
58    int "Kernel partition size (in MB)"
59    depends OLPC_BOOTSCRIPT_IMAGES || X86_GRUB_IMAGES
60    default 4
61
62config TARGET_ROOTFS_PARTNAME
63    string "Root partition on target device"
64    depends OLPC_BOOTSCRIPT_IMAGES || X86_GRUB_IMAGES
65    default "/dev/xvda2" if TARGET_x86_xen_domu
66    default "/dev/sda2"
67    help
68      The root partition on the final device. If you don't know,
69      you probably want the default (/dev/sda2).
70

Archive Download this file



interactive