summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdinstall/scripts/auto
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2011-05-28 16:15:46 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2011-05-28 16:15:46 +0000
commit81ffd2132639e9ee5f3a5aa7f0a553c33ff62b55 (patch)
tree5e5b3ecc54d33dac40c5a64c600fe19bbe51bf08 /usr.sbin/bsdinstall/scripts/auto
parent1acac1b8bf23a301641b2709c8166fcf20c5ed63 (diff)
downloadFreeBSD-src-81ffd2132639e9ee5f3a5aa7f0a553c33ff62b55.zip
FreeBSD-src-81ffd2132639e9ee5f3a5aa7f0a553c33ff62b55.tar.gz
Fix shell-based partitioning.
Diffstat (limited to 'usr.sbin/bsdinstall/scripts/auto')
-rwxr-xr-xusr.sbin/bsdinstall/scripts/auto2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdinstall/scripts/auto b/usr.sbin/bsdinstall/scripts/auto
index c163c2c..6a0e9b5 100755
--- a/usr.sbin/bsdinstall/scripts/auto
+++ b/usr.sbin/bsdinstall/scripts/auto
@@ -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
OpenPOWER on IntegriCloud