mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix shell-based partitioning.
This commit is contained in:
parent
133cf74b7e
commit
809685bcfc
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ case $? in
|
|||
1) # Shell
|
||||
clear
|
||||
echo "Use this shell to set up partitions for the new system. When finished, mount the system at $BSDINSTALL_CHROOT and place an fstab file for the new system at $PATH_FSTAB. Then type 'exit'. You can also enter the partition editor at any time by entering 'bsdinstall partedit'."
|
||||
sh
|
||||
sh 2>&1
|
||||
;;
|
||||
3) # Manual
|
||||
bsdinstall partedit || error
|
||||
|
|
|
|||
Loading…
Reference in a new issue