From owner-cvs-src@FreeBSD.ORG Mon Jul 25 08:40:15 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 59F9A16A41F; Mon, 25 Jul 2005 08:40:15 +0000 (GMT) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E65343D45; Mon, 25 Jul 2005 08:40:15 +0000 (GMT) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6P8eEDf092036; Mon, 25 Jul 2005 08:40:14 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6P8eEsr092035; Mon, 25 Jul 2005 08:40:14 GMT (envelope-from philip) Message-Id: <200507250840.j6P8eEsr092035@repoman.freebsd.org> From: Philip Paeps Date: Mon, 25 Jul 2005 08:40:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/nanobsd i386.diskimage src/tools/tools/nanobsd/Files/root change_password save_sshkeys updatep X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 25 Jul 2005 08:40:15 -0000 philip 2005-07-25 08:40:13 UTC FreeBSD src repository Modified files: tools/tools/nanobsd i386.diskimage tools/tools/nanobsd/Files/root change_password save_sshkeys Added files: tools/tools/nanobsd/Files/root updatep Log: Add fstab entries for ALTROOTSLICE and CFGSLICE, allowing us to do away with most of the hardcoding of device names in installed convenience scripts. Provide a new script (root/updatep) to easily update the ALTROOTSLICE. It does the same as updatep1/updatep2 without hardcoded device names. If noone protests, I'd like to get rid of updatep1/updatep2 at some point. As an extra bonus: turn on the error led while updating (on hardware with a led). Revision Changes Path 1.2 +3 -1 src/tools/tools/nanobsd/Files/root/change_password 1.2 +3 -1 src/tools/tools/nanobsd/Files/root/save_sshkeys 1.1 +25 -0 src/tools/tools/nanobsd/Files/root/updatep (new) 1.17 +6 -4 src/tools/tools/nanobsd/i386.diskimage