summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-03-17 09:09:13 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-03-28 10:19:20 +0200
commit30eff42aada6e437cab76639a12970145e41de77 (patch)
tree0363a8ce8b438d03c1830507cddb093db8f2ec54 /platforms
parente449e28d4edfbf0ebc1fe9bfbbf0fa93e134e1c2 (diff)
downloadptxdist-30eff42aada6e437cab76639a12970145e41de77.tar.gz
ptxdist-30eff42aada6e437cab76639a12970145e41de77.tar.xz
image_hd: add noprompt options for partition contents
in a separate .in file, so it can be overwriten, e.g. in a platform Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'platforms')
-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 ""
+