Config.in 731 B

1234567891011121314151617181920212223
  1. config OLPC_BOOTSCRIPT_IMAGES
  2. bool "Build images with bootscript"
  3. depends TARGET_olpc
  4. depends TARGET_ROOTFS_EXT2FS || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS || TARGET_ROOTFS_ISO
  5. default y
  6. config OLPC_BOOTSCRIPT_IMAGES_PAD
  7. bool "Pad bootscript images to filesystem size (for JFFS2)"
  8. depends OLPC_BOOTSCRIPT_IMAGES
  9. config OLPC_BOOTSCRIPT_KERNELPART
  10. int "Kernel partition size (in MB)"
  11. depends OLPC_BOOTSCRIPT_IMAGES
  12. default 4
  13. config OLPC_BOOTSCRIPT_ROOTPART
  14. string
  15. prompt "Root partition on target device" if OLPC_BOOTSCRIPT_IMAGES
  16. default "/dev/sda2"
  17. help
  18. The root partition on the final device. If you don't know,
  19. you probably want the default (/dev/sda2).