From owner-svn-src-user@FreeBSD.ORG Sat Jan 8 18:31:23 2011 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E103B10656BB; Sat, 8 Jan 2011 18:31:23 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D0D198FC12; Sat, 8 Jan 2011 18:31:23 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p08IVN8r000582; Sat, 8 Jan 2011 18:31:23 GMT (envelope-from nwhitehorn@svn.freebsd.org) Received: (from nwhitehorn@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p08IVNjK000580; Sat, 8 Jan 2011 18:31:23 GMT (envelope-from nwhitehorn@svn.freebsd.org) Message-Id: <201101081831.p08IVNjK000580@svn.freebsd.org> From: Nathan Whitehorn Date: Sat, 8 Jan 2011 18:31:23 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r217159 - user/nwhitehorn/bsdinstall X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jan 2011 18:31:24 -0000 Author: nwhitehorn Date: Sat Jan 8 18:31:23 2011 New Revision: 217159 URL: http://svn.freebsd.org/changeset/base/217159 Log: Update README to reflect current status. Modified: user/nwhitehorn/bsdinstall/README Modified: user/nwhitehorn/bsdinstall/README ============================================================================== --- user/nwhitehorn/bsdinstall/README Sat Jan 8 18:30:06 2011 (r217158) +++ user/nwhitehorn/bsdinstall/README Sat Jan 8 18:31:23 2011 (r217159) @@ -1,7 +1,7 @@ FreeBSD Stopgap Installer ========================= Nathan Whitehorn -December 30, 2010 +January 8, 2010 This is designed to be a lightweight replacement for sysinstall until future installers show up, but more modular and easily extended. It is scriptable @@ -11,13 +11,10 @@ bsdinstall must be in PATH. In addition dialog must be installed (devel/cdialog). Status: -- Installs working, bootable systems on powerpc, amd64, and i386 +- Installs working, bootable systems on powerpc, amd64, i386, and sparc64 Missing features: - Distfile fetching not entirely hooked up -- Root password configuration and user adding not yet added -- Network configuration sets up networking for the new system, but not (yet) - the current one Goals: - Reinvent as few wheels as possible