From owner-cvs-src@FreeBSD.ORG Sat May 31 04:28:29 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5CEA37B401; Sat, 31 May 2003 04:28:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50F9043F85; Sat, 31 May 2003 04:28:29 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h4VBST0U062795; Sat, 31 May 2003 04:28:29 -0700 (PDT) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h4VBSTS6062794; Sat, 31 May 2003 04:28:29 -0700 (PDT) Message-Id: <200305311128.h4VBSTS6062794@repoman.freebsd.org> From: Scott Long Date: Sat, 31 May 2003 04:28:28 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/sysinstall config.c install.c sysinstall.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2003 11:28:30 -0000 scottl 2003/05/31 04:28:28 PDT FreeBSD src repository Modified files: usr.sbin/sysinstall config.c install.c sysinstall.h Log: Teach sysinstall to recognize if acpi was turned off from the bootloader, and then ask the user if this should be made permanent. Approved by: re Revision Changes Path 1.210 +38 -0 src/usr.sbin/sysinstall/config.c 1.344 +9 -0 src/usr.sbin/sysinstall/install.c 1.246 +4 -0 src/usr.sbin/sysinstall/sysinstall.h