mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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:
parent
504cdc5dec
commit
9ce6d7a083
@ -41,6 +41,10 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</para></listitem>
|
</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
|
<listitem><para>December 3rd, 2002 [gerard]: Chapter 06 - Bzip2: Removed
|
||||||
unnecesary lines that first create a symlink, then remove it
|
unnecesary lines that first create a symlink, then remove it
|
||||||
again.</para></listitem>
|
again.</para></listitem>
|
||||||
|
@ -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
|
<para>Replace <filename>xxx</filename> with the name of the LFS partition
|
||||||
(something like <filename>hda5</filename>).</para>
|
(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>
|
</sect1>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user