diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-06-21 00:29:05 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-06-21 00:29:05 +0000 |
commit | 8453242b5691023e76320641ccda5eb699426dba (patch) | |
tree | 64d35752b3997ae494d3b7c53149490e4c396ca5 /appendixa/appendixa.xml | |
parent | 449c13049586c9046f187ee628e9fe5559ea01b2 (diff) |
Reordered - put packages in same order as they are installed
closed bug 73 with this change
thanks to mark hymers for submitting the diff
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@687 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/appendixa.xml')
-rw-r--r-- | appendixa/appendixa.xml | 33 |
1 files changed, 18 insertions, 15 deletions
diff --git a/appendixa/appendixa.xml b/appendixa/appendixa.xml index 84cb3b921..211c059f0 100644 --- a/appendixa/appendixa.xml +++ b/appendixa/appendixa.xml @@ -3,14 +3,13 @@ &aa-introduction; &aa-glibc; -&aa-kernel; -&aa-ed; -&aa-patch; -&aa-gcc; -&aa-bison; -&aa-mawk; +&aa-manpages; &aa-findutils; +&aa-mawk; &aa-ncurses; +&aa-vim; +&aa-gcc; +&aa-bison; &aa-less; &aa-groff; &aa-man; @@ -21,34 +20,38 @@ &aa-automake; &aa-bash; &aa-flex; +&aa-file; +&aa-libtool; +&aa-bin86; &aa-binutils; &aa-bzip2; +&aa-ed; +&aa-gettext; +&aa-kbd; &aa-diffutils; &aa-e2fsprogs; -&aa-file; &aa-fileutils; -&aa-gettext; &aa-grep; &aa-gzip; -&aa-libtool; -&aa-bin86; &aa-lilo; &aa-make; -&aa-shellutils; -&aa-shadowpwd; &aa-modutils; +&aa-patch; &aa-procinfo; &aa-procps; -&aa-vim; &aa-psmisc; &aa-sed; +&aa-shellutils; +&aa-shadowpwd; &aa-sysklogd; &aa-sysvinit; &aa-tar; &aa-textutils; &aa-utillinux; -&aa-kbd; -&aa-manpages; + + +&aa-kernel; + &aa-netkitbase; &aa-nettools; |