svn commit: r222425 - head/usr.sbin/bsdinstall/scripts

Nathan Whitehorn nwhitehorn at FreeBSD.org
Sat May 28 16:15:47 UTC 2011


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


More information about the svn-src-all mailing list