changeset 731:545f5665835b

Documentation tweak.
author Rob Landley <rob@landley.net>
date Mon, 18 May 2009 15:05:40 -0500
parents 433290547485
children 0ac06d08cfe5
files config
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/config	Mon May 18 15:05:02 2009 -0500
+++ b/config	Mon May 18 15:05:40 2009 -0500
@@ -32,7 +32,8 @@
 # export BUILD_STATIC=1
 
 # This may be set by the target's "details" file, but you can override it here.
-# You can set it to ext2, initramfs, or squashfs.  It defaults to ext2 if blank.
+# You can set it to ext2, initramfs, or squashfs.  It defaults to squashfs
+# if blank.
 
 # export SYSIMAGE_TYPE=ext2
 
@@ -55,7 +56,7 @@
 
 # If you don't enable this, host-tools.sh will attempt to symlink these
 # commands out of the host $PATH, although it won't fail if it can't find
-# them (unlink symlinking the host toolchain).
+# them (unlike symlinking the host toolchain).
 
 # export HOST_BUILD_EXTRA=1