diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-10-17 08:48:03 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-10-17 08:48:03 +0000 |
commit | 6135b95e080e9330461eb4dfcf3db227fd28a84d (patch) | |
tree | 480353b1cf375e5db8dceb1b940db1e4e958247f /chapter05 | |
parent | b457a1d5d0f0ba61e8b4e1197fe127f219d59a29 (diff) |
Experimental - don't build udev in chapter 5, instead create a minimal device enviornment at the beginning of chapter 6, and run udevstart after udev is installed in chapter 6.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4295 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/chapter05.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chapter05/chapter05.xml b/chapter05/chapter05.xml index dbeb3bf40..8a61ef051 100644 --- a/chapter05/chapter05.xml +++ b/chapter05/chapter05.xml @@ -44,7 +44,9 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="flex.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="util-linux.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="perl.xml"/> +<!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="udev.xml"/> +--> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="stripping.xml"/> </chapter> |