diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-16 18:45:55 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-16 18:45:55 +0000 |
commit | f9fdb5f849f3b37b5b0bb2cdc8c89bf66a71fda4 (patch) | |
tree | 3b73af56d2588dd3107599d508514ae53908a9ad /appendixa/kernel-dep.xml | |
parent | b01dec7ae469c77089ff17592b171df8b63ef6c5 (diff) |
fixed dependency section: packages start with capital
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1886 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/kernel-dep.xml')
-rw-r--r-- | appendixa/kernel-dep.xml | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/appendixa/kernel-dep.xml b/appendixa/kernel-dep.xml index c057d11e3..5b855ae24 100644 --- a/appendixa/kernel-dep.xml +++ b/appendixa/kernel-dep.xml @@ -4,20 +4,20 @@ <para>Linux-&kernel-depversion; needs the following to be installed:</para> <literallayout> -bash: sh -binutils: ar, as, ld, nm, objcopy -fileutils: cp, ln, mkdir, mv, rm, touch -findutils: find, xargs -gcc: cc1, collect2, cpp0, gcc -grep: grep -gzip: gzip -make: make -gawk: awk -modutils: depmod, genksyms -net-tools: dnsdomainname, hostname -sed: sed -sh-utils: basename, date, expr, pwd, stty, uname, whoami, yes -textutils: cat, md5sum, sort, tail +Bash: sh +Binutils: ar, as, ld, nm, objcopy +Fileutils: cp, ln, mkdir, mv, rm, touch +Findutils: find, xargs +Gcc: cc1, collect2, cpp0, gcc +Grep: grep +Gzip: gzip +Make: make +Gawk: awk +Modutils: depmod, genksyms +Net-tools: dnsdomainname, hostname +Sed: sed +Sh-utils: basename, date, expr, pwd, stty, uname, whoami, yes +Textutils: cat, md5sum, sort, tail </literallayout> </sect2> |