mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-02-01 03:42:13 +00:00
5384d51e52
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2433 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
15 lines
457 B
XML
15 lines
457 B
XML
<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>
|
|
|
|
</sect1>
|
|
|