I've got another set of changes for the embedded book that are ready for review. Pull request is below.
Included in here are some fix-ups along with a bit of a major change to change the Beyond section into a few chapters. Currently I've got an intro, networking, and file system chapter. E2fsprogs has been moved into the Beyond filesys chapter. If this gets accepted, trac ticket #832 can be updated. Not sure it can be closed till we add some additional file system utilities, but this is a good start. Please let me know if there's any issues and I'll correct them ASAP. Thanks, Andrew The following changes since commit 7f87fed26fac7d2b4a2afc80ca2e4e4d44658307: Fixed GCC ARM soft float patch (2011-04-12 07:30:42 -0400) are available in the git repository at: [email protected]:abradford/clfs-embedded.git master Andrew Bradford (17): EGLIBC is a valid alternate to glibc Formatting clean-up of hostapd Typo correction on creating hostapd.conf Acknowledgements additions Created dedicated Beyond CLFS Embedded section Created Networking Software beyond section Don't delete the bootscripts source dir when complete Fix Dropbear symlinks Renamed beyond-clfs to beyond-networking Created Beyond-Introduction chapter Update beyond-intro intro to be more generic Changed beyond-networking intro to be just about networking Update beyond-networking packages/patches to be more specific Create beyond-filesys section Remove e2fsprogs from main book, put in beyond Updated Changelog Updated date BOOK/arm-index.xml | 18 +++++++++-- .../arm-chapter.xml | 12 ++----- .../common/e2fsprogs.xml | 0 .../common/introduction.xml | 10 ++---- BOOK/beyond-filesys/common/packages.xml | 30 ++++++++++++++++++++ .../mips-chapter.xml | 12 ++----- .../wrt-chapter.xml | 12 ++----- .../x86-chapter.xml | 12 ++----- BOOK/beyond-intro/arm-chapter.xml | 16 ++++++++++ .../common/introduction.xml | 6 ++-- BOOK/beyond-intro/mips-chapter.xml | 16 ++++++++++ BOOK/beyond-intro/wrt-chapter.xml | 16 ++++++++++ BOOK/beyond-intro/x86-chapter.xml | 16 ++++++++++ .../arm-chapter.xml | 6 ++-- .../common/dropbear.xml | 10 +++--- .../common/hostapd.xml | 22 ++++++++------ .../common/introduction.xml | 10 ++---- .../common/iptables.xml | 0 .../common/libnl.xml | 0 .../common/packages.xml | 2 +- .../common/patches.xml | 4 +- .../mips-chapter.xml | 6 ++-- .../wrt-chapter.xml | 6 ++-- .../x86-chapter.xml | 6 ++-- BOOK/bootscripts/common/bootscripts.xml | 8 +++++ BOOK/final-system/arm-chapter.xml | 1 - BOOK/final-system/mips-chapter.xml | 1 - BOOK/final-system/x86-chapter.xml | 1 - BOOK/general.ent | 2 +- BOOK/introduction/common/acknowledgements.xml | 8 ++++- BOOK/introduction/common/changelog.xml | 23 +++++++++++++++ BOOK/materials/common/packages.xml | 9 ------ BOOK/mips-index.xml | 18 +++++++++-- BOOK/packages.ent | 12 ++++---- BOOK/prologue/common/hostreqs.xml | 4 +- BOOK/wrt-index.xml | 18 +++++++++-- BOOK/x86-index.xml | 18 +++++++++-- 37 files changed, 254 insertions(+), 117 deletions(-) copy BOOK/{beyond-clfs => beyond-filesys}/arm-chapter.xml (51%) rename BOOK/{final-system => beyond-filesys}/common/e2fsprogs.xml (100%) copy BOOK/{beyond-clfs => beyond-filesys}/common/introduction.xml (50%) create mode 100644 BOOK/beyond-filesys/common/packages.xml copy BOOK/{beyond-clfs => beyond-filesys}/mips-chapter.xml (51%) copy BOOK/{beyond-clfs => beyond-filesys}/wrt-chapter.xml (51%) copy BOOK/{beyond-clfs => beyond-filesys}/x86-chapter.xml (51%) create mode 100644 BOOK/beyond-intro/arm-chapter.xml copy BOOK/{beyond-clfs => beyond-intro}/common/introduction.xml (70%) create mode 100644 BOOK/beyond-intro/mips-chapter.xml create mode 100644 BOOK/beyond-intro/wrt-chapter.xml create mode 100644 BOOK/beyond-intro/x86-chapter.xml rename BOOK/{beyond-clfs => beyond-networking}/arm-chapter.xml (85%) rename BOOK/{beyond-clfs => beyond-networking}/common/dropbear.xml (88%) rename BOOK/{beyond-clfs => beyond-networking}/common/hostapd.xml (82%) rename BOOK/{beyond-clfs => beyond-networking}/common/introduction.xml (50%) rename BOOK/{beyond-clfs => beyond-networking}/common/iptables.xml (100%) rename BOOK/{beyond-clfs => beyond-networking}/common/libnl.xml (100%) rename BOOK/{beyond-clfs => beyond-networking}/common/packages.xml (97%) rename BOOK/{beyond-clfs => beyond-networking}/common/patches.xml (92%) rename BOOK/{beyond-clfs => beyond-networking}/mips-chapter.xml (85%) rename BOOK/{beyond-clfs => beyond-networking}/wrt-chapter.xml (85%) rename BOOK/{beyond-clfs => beyond-networking}/x86-chapter.xml (85%) _______________________________________________ Clfs-dev mailing list [email protected] http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org
