From 436ba9f92e7f3174e0e14b0ae5ea0140684717ba Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Thu, 28 Sep 2006 21:24:54 +0000 Subject: usermanual/class_image_ipkg: Add an example of settings multiple image types, and make it a bit clearer that this can contain a space seperated list of image types. --- usermanual/reference/class_image_ipkg.xml | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to 'usermanual/reference') diff --git a/usermanual/reference/class_image_ipkg.xml b/usermanual/reference/class_image_ipkg.xml index fa11e0801e..f6dca24114 100644 --- a/usermanual/reference/class_image_ipkg.xml +++ b/usermanual/reference/class_image_ipkg.xml @@ -15,14 +15,15 @@ Inherits the in order to - bring in the functionality required to generate a root filesystem image - from a set of ipkg's that will be suitable for included in the - image(s); + bring in the functionality required to generate a root filesystem image. + The root filesystem image is generate from a set of ipkg packages, and + then the required images are generated using the contents of the root + filesystem; - Sets BUILD_ALL_DEPS = "1" to force dependency - system to build all packages that are listed in the + Sets BUILD_ALL_DEPS = "1" to force the + dependency system to build all packages that are listed in the RDEPENDS and/or RRECOMENDS of the packages to be installed; @@ -30,7 +31,7 @@ Determines the name of the image device tables or table (IMAGE_DEVICE_TABLES/IMAGE_DEVICE_TABLE) which will - be used to determine the device nodes to create in + be used to describe the device nodes to create in /dev directory in the root filesystem; @@ -49,7 +50,7 @@ Calls into to install all of - the required components into the root filesystem; + the required packages into the root filesystem; @@ -163,8 +164,11 @@ Specifies the type of image files to create. The supported image types, and details on modifying existing types and on creating new - types, are described in the - section. + types, are described in the section. + This variable is set to a space seperated list of image types to + generate. + + Example: "jffs2 tar.gz" Default: "jffs2" -- cgit 1.2.3-korg