summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/bootstrap.h
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-10-07 02:38:26 +0000
committermsmith <msmith@FreeBSD.org>1998-10-07 02:38:26 +0000
commit387d0e8c2b336bf34a8b434f0f090fd31e4e3d7f (patch)
treef649378e8cb57ba1e3a2d3e85e6ba1f68a44bd51 /sys/boot/common/bootstrap.h
parent436333e172727c23d47b79a4e1e45dbc916b5dec (diff)
downloadFreeBSD-src-387d0e8c2b336bf34a8b434f0f090fd31e4e3d7f.zip
FreeBSD-src-387d0e8c2b336bf34a8b434f0f090fd31e4e3d7f.tar.gz
- VERBOSE_LS is obsolete, as the heap is much better behaved now.
- Don't whine about nodes we can't stat(); these are usually symlinks that lead out of the filesystem. - Autoboot is now controlled by $autoboot_delay, which is a value in seconds or NO to disable autoboot. - Don't autoboot at the end of boot.conf if we have already tried. - Add a 'read' command to complement 'echo'. Both are still hidden. - Improve the 'source' command/function so that it is possible to source scripts off removable media. The entire script is read and saved before beginning execution. Script lines beginning with '@' will not be echoed when being executed. Script execution will normally terminate at the first error, however if the script line begins with '-' this behaviour is overriden for that command.
Diffstat (limited to 'sys/boot/common/bootstrap.h')
-rw-r--r--sys/boot/common/bootstrap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/common/bootstrap.h b/sys/boot/common/bootstrap.h
index 1c4d00f..bf3874b 100644
--- a/sys/boot/common/bootstrap.h
+++ b/sys/boot/common/bootstrap.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: bootstrap.h,v 1.9 1998/09/30 19:25:26 peter Exp $
+ * $Id: bootstrap.h,v 1.10 1998/10/02 08:04:56 peter Exp $
*/
#include <sys/types.h>
@@ -62,6 +62,7 @@ extern int parse(int *argc, char ***argv, char *str);
/* boot.c */
extern int autoboot(int delay, char *prompt);
+extern void autoboot_maybe(void);
/* misc.c */
extern char *unargv(int argc, char *argv[]);
OpenPOWER on IntegriCloud