From owner-freebsd-current Wed Sep 17 19:48:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA29408 for current-outgoing; Wed, 17 Sep 1997 19:48:37 -0700 (PDT) Received: from word.smith.net.au (word.smith.net.au [202.0.75.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA29401 for ; Wed, 17 Sep 1997 19:48:25 -0700 (PDT) Received: from word.smith.net.au (localhost.smith.net.au [127.0.0.1]) by word.smith.net.au (8.8.7/8.8.5) with ESMTP id MAA01761; Thu, 18 Sep 1997 12:15:38 +0930 (CST) Message-Id: <199709180245.MAA01761@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Steve Kargl cc: freebsd-current@freebsd.org Subject: Re: what is boot.help? In-reply-to: Your message of "Wed, 17 Sep 1997 17:48:13 MST." <199709180048.RAA00306@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 18 Sep 1997 12:15:38 +0930 From: Mike Smith Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Subject says it all. word:~>cat /boot.help Usage: bios_drive:interface(unit,partition)kernel_name options bios_drive 0, 1, ... interface fd, wd or sd unit 0, 1, ... partition a, c, ... kernel_name name of kernel, or ? for list of files in root directory options -a (ask name) -C (cdrom) -c (userconfig) -D (dual consoles) -d (debug early) -g (gdb) -h (serial console) -P (probe kbd) -r (default root) -s (single user) -v (verbose) Examples: 1:sd(0,a)mykernel boot `mykernel' on the first SCSI drive when one IDE drive is present 1:wd(2,a) boot from the second (secondary master) IDE drive 1:sd(0,a)? list the files in the root directory on the specified drive/unit/partition, and set the default bios_drive, interface, unit and partition -cv boot with the defaults, then run UserConfig to modify hardware parameters (c), and print verbose messages (v) You will find it in /sys/i386/boot/biosboot/boot.help; it probably belongs in /usr/mdec as well. You can replace it with your own text if you prefer; this being why it is in a file (aside from the space saving). mike