Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 May 2011 16:15:46 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r222425 - head/usr.sbin/bsdinstall/scripts
Message-ID:  <201105281615.p4SGFkmJ091720@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nwhitehorn
Date: Sat May 28 16:15:46 2011
New Revision: 222425
URL: http://svn.freebsd.org/changeset/base/222425

Log:
  Fix shell-based partitioning.

Modified:
  head/usr.sbin/bsdinstall/scripts/auto

Modified: head/usr.sbin/bsdinstall/scripts/auto
==============================================================================
--- head/usr.sbin/bsdinstall/scripts/auto	Sat May 28 15:43:56 2011	(r222424)
+++ head/usr.sbin/bsdinstall/scripts/auto	Sat May 28 16:15:46 2011	(r222425)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105281615.p4SGFkmJ091720>