summaryrefslogtreecommitdiffstats
path: root/platforms/image_hd_content.in
diff options
context:
space:
mode:
Diffstat (limited to 'platforms/image_hd_content.in')
-rw-r--r--platforms/image_hd_content.in23
1 files changed, 23 insertions, 0 deletions
diff --git a/platforms/image_hd_content.in b/platforms/image_hd_content.in
new file mode 100644
index 000000000..e84bff2ce
--- /dev/null
+++ b/platforms/image_hd_content.in
@@ -0,0 +1,23 @@
+## SECTION=image
+
+config IMAGE_HD_PART1_CONTENT
+ string
+ depends on IMAGE_HD_PART1
+ default "${IMAGEDIR}/linuximage" if BAREBOX
+ default "${IMAGEDIR}/root.ext2" if !BAREBOX
+
+config IMAGE_HD_PART2_CONTENT
+ string
+ depends on IMAGE_HD_PART2
+ default "${IMAGEDIR}/root.ext2" if BAREBOX
+
+config IMAGE_HD_PART3_CONTENT
+ string
+ depends on IMAGE_HD_PART3
+ default ""
+
+config IMAGE_HD_PART4_CONTENT
+ string
+ depends on IMAGE_HD_PART4
+ default ""
+