Rework sysinstall steps here, users are no longer asked about true
partitions at this stage. Tested only on i386 but the code seems to only ask in the i386 and amd64 cases. PR: 42182
This commit is contained in:
parent
95b216792f
commit
59d9ce79e2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=30244
1 changed files with 13 additions and 12 deletions
|
@ -245,18 +245,6 @@ now. -->
|
|||
<command>A</command>.</para>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
<para>When asked:
|
||||
|
||||
<informalexample>
|
||||
<screen>Do you want to do this with a true partition entry so as to remain
|
||||
cooperative with any future possible operating systems on the
|
||||
drive(s)?</screen>
|
||||
</informalexample>
|
||||
|
||||
answer <command>No</command>.</para>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
<para>When asked if you still want to do this, answer
|
||||
<command>Yes</command>.</para>
|
||||
|
@ -271,6 +259,19 @@ drive(s)?</screen>
|
|||
<command>Yes</command>.</para>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
<para>When asked about installing a boot loader, select
|
||||
<command>None</command> to leave the Master Boot Record
|
||||
untouched. This is only needed on a new install of &os;
|
||||
unless the disk will be placed into another machine.</para>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
<para>Press <keycap>ENTER</keycap> on the message stating
|
||||
<quote>Wrote FDISK partition information out
|
||||
successfully</quote>.</para>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
<para><command>Quit</command>the FDISK Editor and
|
||||
<keycap>ESCAPE</keycap> back to the Index menu.</para>
|
||||
|
|
Loading…
Reference in a new issue