Config.in 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. config X86_GRUB_IMAGES
  2. bool "Build GRUB images (Linux x86 or x86_64 host only)"
  3. depends TARGET_x86
  4. depends TARGET_ROOTFS_EXT2FS || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS || TARGET_ROOTFS_ISO
  5. select PACKAGE_grub
  6. default y
  7. config X86_GRUB_IMAGES_PAD
  8. bool "Pad GRUB images to filesystem size (for JFFS2)"
  9. depends X86_GRUB_IMAGES
  10. config X86_GRUB_BAUDRATE
  11. int "Serial port baud rate"
  12. depends X86_GRUB_IMAGES
  13. default 38400
  14. config X86_GRUB_KERNELPART
  15. int "Kernel partition size (in MB)"
  16. depends X86_GRUB_IMAGES
  17. default 4
  18. config X86_GRUB_ROOTPART
  19. string
  20. prompt "Root partition on target device" if X86_GRUB_IMAGES
  21. default "/dev/hda2" if LINUX_2_6_28
  22. default "/dev/sda2"
  23. help
  24. The root partition on the final device. If you don't know,
  25. you probably want the default (/dev/hda2).
  26. config X86_GRUB_BOOTOPTS
  27. string
  28. prompt "Extra kernel boot options" if X86_GRUB_IMAGES
  29. default ""
  30. help
  31. If you don't know, just leave it blank.
  32. config X86_VDI_IMAGES
  33. bool "Build VirtualBox image files (VDI). Requires VBoxManage"
  34. depends TARGET_x86
  35. depends TARGET_ROOTFS_EXT2FS
  36. depends X86_GRUB_IMAGES
  37. select PACKAGE_kmod-pcnet32
  38. config X86_VMDK_IMAGES
  39. bool "Build VMware image files (VMDK). Requires qemu-img"
  40. depends TARGET_x86
  41. depends TARGET_ROOTFS_EXT2FS
  42. depends X86_GRUB_IMAGES
  43. select PACKAGE_kmod-e1000