added note to run mkswap

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2216 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2002-12-03 19:46:37 +00:00
parent 504cdc5dec
commit 9ce6d7a083
2 changed files with 13 additions and 0 deletions

View File

@ -41,6 +41,10 @@
</itemizedlist>
</para></listitem>
<listitem><para>December 3rd, 2002 [gerard]: Chapter 03 - Creating
filesystem: Added a note that <userinput>mkswap</userinput> has to be run
if a new swap partition has been created.</para></listitem>
<listitem><para>December 3rd, 2002 [gerard]: Chapter 06 - Bzip2: Removed
unnecesary lines that first create a symlink, then remove it
again.</para></listitem>

View File

@ -16,5 +16,14 @@ url="http://beyond.linuxfromscratch.org/view/cvs/postlfs/filesystems.html"/>.</p
<para>Replace <filename>xxx</filename> with the name of the LFS partition
(something like <filename>hda5</filename>).</para>
<para>If you created a (new) swap partition you need to initialize it as a
swap partition too (also known as formatting, like you did above with
<userinput>mke2fs</userinput>) by running:</para>
<para><screen><userinput>mkswap /dev/yyy</userinput></screen></para>
<para>Replace <filename>yyy</filename> with the name of the swap
partition.</para>
</sect1>