2009-02-16 01:17:15 how to make some changes of the filesystem
jacqueline liu (CHINA)
Message: 69470
hi.
i'm trying to make some changes of the filesystem before compling the kernel .
but i don't know where should i make the changes in the uclinux-dist dictionary.
or should i do any other things?
TranslateQuoteReplyEditDelete
2009-02-16 01:44:19 Re: how to make some changes of the filesystem
Mike Frysinger (UNITED STATES)
Message: 69471
the romfs/ dir is the basis for the root filesystem images
QuoteReplyEditDelete
2009-02-16 01:53:19 Re: how to make some changes of the filesystem
jacqueline liu (CHINA)
Message: 69472
but this dir doesn't exist before i've build the kernel .
will it have any change in the file /images/uImage if i make my change there?
TranslateQuoteReplyEditDelete
2009-02-16 01:58:32 Re: how to make some changes of the filesystem
Mike Frysinger (UNITED STATES)
Message: 69473
so make the dirs/files yourself
you can run `make image` to generate just the files in images/
QuoteReplyEditDelete
2009-02-16 02:31:22 Re: how to make some changes of the filesystem
jacqueline liu (CHINA)
Message: 69475
thanks