diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-09-25 23:48:31 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-09-25 23:48:31 +0000 |
commit | 04f55298c9e18967d2203a7664c6633a13b583b8 (patch) | |
tree | 81798917e2251dfbc40fe5d92798459682626d12 /chapter03/creatingfs.xml | |
parent | 7ecf0bbfd2d085625141bde1017a2c5d330b1145 (diff) |
added <?dbhtml> tag for output redirection into subdir
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1263 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03/creatingfs.xml')
-rw-r--r-- | chapter03/creatingfs.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter03/creatingfs.xml b/chapter03/creatingfs.xml index e02004d25..9f8dd63f9 100644 --- a/chapter03/creatingfs.xml +++ b/chapter03/creatingfs.xml @@ -1,5 +1,6 @@ <sect1 id="ch04-creatingfs"> <title>Creating a file system on the new partition</title> +<?dbhtml filename="creatingfs.html" dir="chapter04"?> <para>Once the partition is created, we have to create a new file system on that partition. The standard file system used these days is the ext2 |