summaryrefslogtreecommitdiff
path: root/sys/arch/i386/i386/autoconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386/i386/autoconf.c')
-rw-r--r--sys/arch/i386/i386/autoconf.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/autoconf.c b/sys/arch/i386/i386/autoconf.c
index f2d81167e71..c30749be39d 100644
--- a/sys/arch/i386/i386/autoconf.c
+++ b/sys/arch/i386/i386/autoconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.c,v 1.13 1996/09/28 08:31:21 downsj Exp $ */
+/* $OpenBSD: autoconf.c,v 1.14 1996/09/29 08:00:41 downsj Exp $ */
/* $NetBSD: autoconf.c,v 1.20 1996/05/03 19:41:56 christos Exp $ */
/*-
@@ -259,7 +259,8 @@ setconf()
#ifdef INSTALL
if (((bootdev >> B_TYPESHIFT) & B_TYPEMASK) == 2) {
printf("\n\nInsert file system floppy...\n");
- cngetc();
+ if (!(boothowto & RB_ASKNAME))
+ cngetc();
}
#endif