summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
Diffstat (limited to 'platforms')
-rw-r--r--platforms/image_iso.in29
1 files changed, 0 insertions, 29 deletions
diff --git a/platforms/image_iso.in b/platforms/image_iso.in
deleted file mode 100644
index 0677badf4..000000000
--- a/platforms/image_iso.in
+++ /dev/null
@@ -1,29 +0,0 @@
-## SECTION=image
-
-menuconfig IMAGE_ISO
- bool
- select SYSLINUX
- select HOST_CDRKIT
- select IMAGE_ROOT_CPIO_GZ
- depends on ARCH_X86
- prompt "Generate images/bootcd.iso "
- help
- build a bootable cd image
-
-if IMAGE_ISO
-
-config IMAGE_ISO_ADDON_DIR
- string
- prompt "addon dir"
- default "${PTXDIST_TOPDIR}/config/image_iso"
- help
- Specify a directory which contents will be copied to the
- ISO image.
-
- The default is:
- "${PTXDIST_TOPDIR}/config/image_iso"
-
- If you want to specify a path in your workspace, use:
- "${PTXDIST_WORKSPACE}/<path>"
-
-endif