blob: 426ca297873c0bbd0daaad6d5fbe308f137d999b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<sect1 id="ch06-mtablink">
<title>Creating the mtab file</title>
<?dbhtml filename="mtablink.html" dir="chapter06"?>
<para>The next thing to do is to create the <filename>/etc/mtab</filename> file.
This is done using the following command:</para>
<para><screen><userinput>touch /etc/mtab</userinput></screen></para>
<para>As of LFS-Bootscripts 1.11 this file is handled correctly
so there are no errors even when booting after a crash.</para>
<para>Note that this requires
support for the proc filesystem to be compiled into the kernel.
This support is included by default.
Don't remove it
unless you <emphasis>really</emphasis> know what you are doing,
as other important things also depend on it.
In short, make sure proc filesystem support is enabled in the kernel.</para>
</sect1>
|