diff options
author | Tom Cosgrove <tom@cvs.openbsd.org> | 2004-06-24 17:10:18 +0000 |
---|---|---|
committer | Tom Cosgrove <tom@cvs.openbsd.org> | 2004-06-24 17:10:18 +0000 |
commit | f07fff9193f18ad1cdee79b2a27bb99814808040 (patch) | |
tree | c1c54c5e36eba2dccc413706053091fa889c45f1 /sys/stand/boot | |
parent | b3d20c2d62c3701294d4ba01f8db2de7fb6d8e51 (diff) |
Add comment explaining what "bootprompt" is for
Diffstat (limited to 'sys/stand/boot')
-rw-r--r-- | sys/stand/boot/boot.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/stand/boot/boot.c b/sys/stand/boot/boot.c index 84e3885b22b..947c728dd39 100644 --- a/sys/stand/boot/boot.c +++ b/sys/stand/boot/boot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: boot.c,v 1.30 2004/01/29 00:54:08 tom Exp $ */ +/* $OpenBSD: boot.c,v 1.31 2004/06/24 17:10:17 tom Exp $ */ /* * Copyright (c) 2003 Dale Rahn @@ -49,6 +49,8 @@ char *progname = "BOOT"; extern const char version[]; struct cmd_state cmd; + +/* bootprompt can be set by MD code to avoid prompt first time round */ int bootprompt = 1; void |