mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
Fix shell-based partitioning.
This commit is contained in:
parent
133cf74b7e
commit
809685bcfc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=222425
@ -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 New Issue
Block a user