View | Details | Raw Unified | Return to bug 123333
Collapse All | Expand All

(-)chapter.sgml (-7 / +7 lines)
Lines 227-238 Link Here
227
227
228
	<step>
228
	<step>
229
	  <title><application>fdisk</application> Partition Editor</title>
229
	  <title><application>fdisk</application> Partition Editor</title>
230
	  <para>Once inside <application>fdisk</application>, typing <userinput>A</userinput> will
230
	  <para>Once inside <application>fdisk</application>, pressing <keycap>A</keycap> will
231
	    use the entire disk for FreeBSD.  When asked if you want to
231
	    use the entire disk for FreeBSD.  When asked if you want to
232
	    <quote>remain cooperative with any future possible operating
232
	    <quote>remain cooperative with any future possible operating
233
	      systems</quote>, answer <literal>YES</literal>.  Write the
233
	      systems</quote>, answer <literal>YES</literal>.  Write the
234
	    changes to the disk using <userinput>W</userinput>.  Now exit the
234
	    changes to the disk using <keycap>W</keycap>.  Now exit the
235
	    FDISK editor by typing <userinput>q</userinput>.  Next you will be
235
	    FDISK editor by pressing <keycap>Q</keycap>.  Next you will be
236
	    asked about the <quote>Master Boot Record</quote>.  Since you are adding a
236
	    asked about the <quote>Master Boot Record</quote>.  Since you are adding a
237
	    disk to an already running system, choose
237
	    disk to an already running system, choose
238
	    <literal>None</literal>.</para>
238
	    <literal>None</literal>.</para>
Lines 262-269 Link Here
262
	  <para><application>sysinstall</application>'s Label editor
262
	  <para><application>sysinstall</application>'s Label editor
263
	    favors the <literal>e</literal>
263
	    favors the <literal>e</literal>
264
	    partition for non-root, non-swap partitions.  Within the
264
	    partition for non-root, non-swap partitions.  Within the
265
	    Label editor, create a single file system by typing
265
	    Label editor, create a single file system by pressing
266
	    <userinput>C</userinput>.  When prompted if this will be a FS
266
	    <keycap>C</keycap>.  When prompted if this will be a FS
267
	    (file system) or swap, choose <literal>FS</literal> and type in a
267
	    (file system) or swap, choose <literal>FS</literal> and type in a
268
	    mount point (e.g, <filename>/mnt</filename>).  When adding a
268
	    mount point (e.g, <filename>/mnt</filename>).  When adding a
269
	    disk in post-install mode, <application>sysinstall</application>
269
	    disk in post-install mode, <application>sysinstall</application>
Lines 272-279 Link Here
272
	    you specify is not important.</para>
272
	    you specify is not important.</para>
273
273
274
	  <para>You are now ready to write the new label to the disk and
274
	  <para>You are now ready to write the new label to the disk and
275
	    create a file system on it.  Do this by typing
275
	    create a file system on it.  Do this by pressing
276
	    <userinput>W</userinput>.  Ignore any errors from
276
	    <keycap>W</keycap>.  Ignore any errors from
277
	    <application>sysinstall</application> that
277
	    <application>sysinstall</application> that
278
	    it could not mount the new partition.  Exit the Label Editor
278
	    it could not mount the new partition.  Exit the Label Editor
279
	    and <application>sysinstall</application> completely.</para>
279
	    and <application>sysinstall</application> completely.</para>

Return to bug 123333