manual: Recommend `-O dir_index'.
svn path=/nixos/trunk/; revision=25580
This commit is contained in:
parent
88a4fda7d8
commit
41fcad19fb
@ -96,11 +96,12 @@ $ nix-build ./nixos/release.nix -A iso_minimal.iso</screen>
|
|||||||
|
|
||||||
<listitem><para>For initialising Ext2/Ext3 partitions:
|
<listitem><para>For initialising Ext2/Ext3 partitions:
|
||||||
<command>mke2fs</command>. Ext3 is recommended; use the
|
<command>mke2fs</command>. Ext3 is recommended; use the
|
||||||
<option>-j</option> to create a journalled file system. It is
|
<option>-j</option> to create a journalled file system. For
|
||||||
also recommended that you assign a unique symbolic label to the
|
faster access to the Nix store, you may also want to use the
|
||||||
file system using the option <option>-L
|
<option>-O dir_index</option>. It is also recommended that you
|
||||||
<replaceable>label</replaceable></option>. This will make the
|
assign a unique symbolic label to the file system using the option
|
||||||
file system configuration independent from device
|
<option>-L <replaceable>label</replaceable></option>. This will
|
||||||
|
make the file system configuration independent from device
|
||||||
changes.</para></listitem>
|
changes.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>For creating swap partitions:
|
<listitem><para>For creating swap partitions:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user