svn commit: r217765 - user/nwhitehorn/bsdinstall

Nathan Whitehorn nwhitehorn at FreeBSD.org
Sun Jan 23 23:17:37 UTC 2011


Author: nwhitehorn
Date: Sun Jan 23 23:17:37 2011
New Revision: 217765
URL: http://svn.freebsd.org/changeset/base/217765

Log:
  Missed a commit. distribution.tgz is no longer generated, so don't try to
  install it.

Modified:
  user/nwhitehorn/bsdinstall/bsdinstall

Modified: user/nwhitehorn/bsdinstall/bsdinstall
==============================================================================
--- user/nwhitehorn/bsdinstall/bsdinstall	Sun Jan 23 23:06:15 2011	(r217764)
+++ user/nwhitehorn/bsdinstall/bsdinstall	Sun Jan 23 23:17:37 2011	(r217765)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-[ -z "$DISTRIBUTIONS" ] && export DISTRIBUTIONS="kernel.tgz world.tgz distribution.tgz"
+[ -z "$DISTRIBUTIONS" ] && export DISTRIBUTIONS="kernel.tgz world.tgz"
 [ -z "$BSDINSTALL_LOG" ] && export BSDINSTALL_LOG="/tmp/bsdinstall_log"
 [ -z "$BSDINSTALL_TMPETC" ] && export BSDINSTALL_TMPETC="/tmp/bsdinstall_etc"
 [ -z "$PATH_FSTAB" ] && export PATH_FSTAB="$BSDINSTALL_TMPETC/fstab"


More information about the svn-src-user mailing list