# HG changeset patch # User Rob Landley # Date 1286513945 18000 # Node ID 5c7b6fb032bac2ba61f6a5b17c413191f685e51a # Parent 82a4e3d3a5ff3475e38c76efa08df3073744d9b1 FAQ tweak. diff -r 82a4e3d3a5ff -r 5c7b6fb032ba www/FAQ.html --- a/www/FAQ.html Thu Oct 07 23:58:14 2010 -0500 +++ b/www/FAQ.html Thu Oct 07 23:59:05 2010 -0500 @@ -138,8 +138,9 @@

Q: How do I add $PACKAGE to my system image's root filesystem?

-

A: Build an ext2 or ext3 formatted system image instead of squashfs, one -with enough extra space to install your package in.

+

A: Either build a writeable system image (SYSIMAGE_TYPE=ext2 or ext3 instead +of the default squashfs), or copy the squashfs contents into a writeable chroot +directory.

Aboriginal Linux builds squashfs images by default, and the prebuilt binary tarballs in