summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2006-11-22 14:54:26 +0000
committerSascha Hauer <s.hauer@pengutronix.de>2006-11-22 14:54:26 +0000
commit1cf07f19ee777f9bf8fbb756785ffc7c63e327f6 (patch)
tree12bcfb4b79a12d0c4c20070a8b2bb2af65f70251 /rules
parent9cb62fc3bcbb004269907ee4c798be2595033860 (diff)
downloadptxdist-1cf07f19ee777f9bf8fbb756785ffc7c63e327f6.tar.gz
ptxdist-1cf07f19ee777f9bf8fbb756785ffc7c63e327f6.tar.xz
remove old partition magic for hd image
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6363 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules')
-rw-r--r--rules/images.in19
1 files changed, 5 insertions, 14 deletions
diff --git a/rules/images.in b/rules/images.in
index 3013dbd67..67f8c87fd 100644
--- a/rules/images.in
+++ b/rules/images.in
@@ -11,20 +11,11 @@ config IMAGE_TGZ
config IMAGE_HD
bool
+ select IMAGE_EXT2
prompt "Generate images/hd.img"
help
Build a harddisk root image
-config IMAGE_HD_CONF
- string
- prompt "Geometry file for hd image"
- depends on IMAGE_HD
- help
- FIXME
-
- Usually your hd geometry file lives in ${PTXDIST_WORKSPACE}, so enter
- something like "${PTXDIST_WORKSPACE}/your-filename" here.
-
config IMAGE_IPKG_IMAGE_FROM_REPOSITORY
bool
prompt "make images: use packets from repository"
@@ -113,14 +104,14 @@ config IMAGE_UIMAGE_EXTRA_ARGS
config IMAGE_EXT2
bool
select HOST_GENEXT2FS
- prompt "Generate images/root.ext2 (initrd)"
+ prompt "Generate images/root.ext2"
help
- Build an ext2 image of the root filesystem that can be used as an initrd
+ Build an ext2 image of the root filesystem
config IMAGE_EXT2_SIZE
int
- default -1
- prompt "Size in blocks"
+ default 20480
+ prompt "Size in kilobytes"
depends on IMAGE_EXT2
help
FIXME: This item needs to be documented