From owner-cvs-all Mon Dec 17 10:48: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 55B0437B63A; Mon, 17 Dec 2001 10:44:43 -0800 (PST) Received: (from guido@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBHIihh68899; Mon, 17 Dec 2001 10:44:43 -0800 (PST) (envelope-from guido) Message-Id: <200112171844.fBHIihh68899@freefall.freebsd.org> From: Guido van Rooij Date: Mon, 17 Dec 2001 10:44:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/reboot boot_i386.8 src/sys/boot/i386/libi386 bootinfo.c src/sys/kern tty_cons.c src/sys/sys reboot.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG guido 2001/12/17 10:44:43 PST Modified files: (Branch: RELENG_4) sbin/reboot boot_i386.8 sys/boot/i386/libi386 bootinfo.c sys/kern tty_cons.c sys/sys reboot.h Log: MFC: Add new boot flag to i386 boot: -p. This flag adds a pausing utility. When ran with -p, during the kernel probing phase, the kernel will pause after each line of output. This pausing can be ended with the '.' key, and is automatically suspended when entering ddb. This flag comes in handy at systems without a serial port that either hang during booting or reser. Revision Changes Path 1.23.2.8 +2 -0 src/sbin/reboot/boot_i386.8 1.23.2.4 +3 -0 src/sys/boot/i386/libi386/bootinfo.c 1.81.2.4 +27 -1 src/sys/kern/tty_cons.c 1.18.2.1 +1 -0 src/sys/sys/reboot.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message