Changeset 4260133 for BOOK


Ignore:
Timestamp:
Jun 3, 2014, 12:48:44 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
3359e39
Parents:
c0590b9e
Message:

Specify root user for more commands, for consistency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/partitioning/common/creatingfilesystem.xml

    rc0590b9e r4260133  
    2020
    2121  <para os="b">To create an <systemitem class="filesystem">ext2</systemitem> file
    22   system on the CLFS partition, run the following:</para>
     22  system on the CLFS partition, run the following as
     23  <systemitem class="username">root</systemitem>:</para>
    2324
    2425<screen os="c"><userinput>mke2fs /dev/<replaceable>[xxx]</replaceable></userinput></screen>
     
    4142    <para>If the output contains features other than: dir_index; filetype;
    4243    large_file; resize_inode or sparse_super then your host system may have custom
    43     enhancements.  In that case, to avoid later problems, you should compile the
     44    enhancements. In that case, to avoid later problems, you should compile the
    4445    stock E2fsprogs package and use the resulting binaries to re-create the
    45     filesystem on your CLFS partition:</para>
     46    filesystem on your CLFS partition. To do this, run the following commands
     47    as <systemitem class="username">root</systemitem>:</para>
    4648
    4749<screen os="g"><userinput>cd /tmp
     
    5860  </note>
    5961
    60   <para os="h">If a swap partition was created, it will need to be initialized
    61   for use by issuing the command below. If you are using an existing swap
    62   partition, there is no need to format it.</para>
     62  <para os="h">If you created a swap partition, you will need to initialize it
     63  for use by issuing the command below as
     64  <systemitem class="username">root</systemitem>:</para>
    6365
    6466<screen os="i"><userinput>mkswap /dev/<replaceable>[yyy]</replaceable></userinput></screen>
    6567
    6668  <para os="j">Replace <replaceable>[yyy]</replaceable> with the name of the
    67   swap partition.</para>
     69  swap partition. If you are using an existing swap partition, there is no
     70  need to format it.</para>
    6871
    6972</sect1>
Note: See TracChangeset for help on using the changeset viewer.