diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-04-28 22:25:00 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-04-28 22:25:00 +0000 |
commit | 3b60741f5a8fe76b0d42f254fa6423247bd0d88b (patch) | |
tree | 5be2f7377e9f02fbc02f110f35a7684f68724766 /chapter02 | |
parent | 5042021869a2b8207d224f553ce4bd03c71e0506 (diff) |
Further syncs with trunk to minimise differences to this branch
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10257 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter02')
-rw-r--r-- | chapter02/creatingfilesystem.xml | 2 | ||||
-rw-r--r-- | chapter02/creatingpartition.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter02/creatingfilesystem.xml b/chapter02/creatingfilesystem.xml index f7c05250f..cb49da0b4 100644 --- a/chapter02/creatingfilesystem.xml +++ b/chapter02/creatingfilesystem.xml @@ -28,7 +28,7 @@ <screen role="nodump"><userinput>mke2fs -jv /dev/<replaceable><xxx></replaceable></userinput></screen> <para>Replace <replaceable><xxx></replaceable> with the name of the LFS - partition (<filename class="devicefile">hda5</filename> in our previous + partition (<filename class="devicefile">sda5</filename> in our previous example).</para> <note> diff --git a/chapter02/creatingpartition.xml b/chapter02/creatingpartition.xml index d9e58f184..86f9e2b98 100644 --- a/chapter02/creatingpartition.xml +++ b/chapter02/creatingpartition.xml @@ -51,7 +51,7 @@ <para>Start a disk partitioning program such as <command>cfdisk</command> or <command>fdisk</command> with a command line option naming the hard disk on which the new partition will be created—for example - <filename class="devicefile">/dev/hda</filename> for the primary Integrated + <filename class="devicefile">/dev/sda</filename> for the primary Integrated Drive Electronics (IDE) disk. Create a Linux native partition and a <systemitem class="filesystem">swap</systemitem> partition, if needed. Please refer to <filename>cfdisk(8)</filename> or <filename>fdisk(8)</filename> if @@ -67,7 +67,7 @@ first time LFS users.</para></note> <para>Remember the designation of the new partition (e.g., <filename - class="devicefile">hda5</filename>). This book will refer to this as + class="devicefile">sda5</filename>). This book will refer to this as the LFS partition. Also remember the designation of the <systemitem class="filesystem">swap</systemitem> partition. These names will be needed later for the <filename>/etc/fstab</filename> file.</para> |