# HG changeset patch # User Rob Landley # Date 1242677140 18000 # Node ID 545f5665835b139de6138e620bc0fcd6c0f6357b # Parent 433290547485d7217b74462d881430a418485340 Documentation tweak. diff -r 433290547485 -r 545f5665835b config --- 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