Hello,
How about mounting the cramfs image and append 'test23' to '/usr'
inside mounted image, then unmount the image.
If the image is compressed,
uncompress - mount - append - unmount - compress
procedure is needed, of course.
Thanks,
-- T.Suzuki
On Feb 14, 2007, at 3:32 PM, Daniel Ng wrote:
In particular, when I run the BuildRoot 'make', I end up with the
final cramfs
image which is great!
However, if I want to add a new file to the Root FS (eg. if I want
to add the
file 'test23' to '/usr') it seems that I have to do a 'make clean'
first, and
then run 'make' ie. a full rebuild.