mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Clarify that scripted installations don't require specification of boot
partitions, as there seems to be widespread confusion on this point.
MFC after: 1 day
(cherry picked from commit e8b4c5a622)
This commit is contained in:
parent
e712521e35
commit
e37df024e0
1 changed files with 4 additions and 0 deletions
|
|
@ -199,6 +199,10 @@ As an example, a typical invocation looks like:
|
|||
.Pp
|
||||
bsdinstall scriptedpart ada0 { 20G freebsd-ufs /, 4G freebsd-swap, 20G freebsd-ufs /var, auto freebsd-ufs /usr }
|
||||
.Pp
|
||||
Note that the list of partitions should
|
||||
.Em not
|
||||
include boot partitions (e.g. EFI system partitions), which will be created automatically on whatever disk includes /.
|
||||
.Pp
|
||||
A shorter invocation to use the default partitioning (as
|
||||
.Cm autopart
|
||||
would have used) on the same disk:
|
||||
|
|
|
|||
Loading…
Reference in a new issue