docs: update IMAGE_ROOTFS variable
authorLynn Lin <Lin_Lynn@emc.com>
Sat, 27 Jun 2009 17:45:05 +0000 (01:45 +0800)
committerLynn Lin <Lin_Lynn@emc.com>
Sat, 27 Jun 2009 17:45:05 +0000 (01:45 +0800)
2343808f7386cbd4c7b43f1b24e65e173f5ddf15 this commit changed IMAGE_ROOTFS
variable from ${TMPDIR}/rootfs to ${TPMDIR}/rootfs/${PN}

docs/usermanual/reference/class_rootfs_ipkg.xml
docs/usermanual/reference/image_types.xml

index fde8a38..b447335 100644 (file)
         directory.</para>
 
         <para>Default: <command>IMAGE_ROOTFS =
-        "${TMPDIR}/rootfs"</command></para>
+        "${TMPDIR}/rootfs/${PN}"</command></para>
       </listitem>
     </varlistentry>
 
index 4ea174f..2093f58 100644 (file)
@@ -12,7 +12,7 @@
 
   <para>The final root file system will consist of all of the files located in
   image root filesystem directory, <command>${IMAGE_ROOTFS}</command>, which
-  is usually <command>tmp/rootfs</command> in the build area. One important
+  is usually <command>tmp/rootfs/${PN}</command> in the build area. One important
   difference between the images and the root file system directory is that any
   files which can only be created by privileged users, such as device nodes,
   will not appear in the <command>${IMAGE_ROOTFS}</command> directory but they