diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-12 02:24:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-12 02:24:41 +0000 |
commit | b20b08194033c07fddd842d6de594bf6761e88ba (patch) | |
tree | 9213ccf78e190003b0332a281a61d9fe78c7e37f /distrib | |
parent | a7ad20b70168fdfeaed46b17f89eaec122f61144 (diff) |
kbd setting code for the installer. smat@acm.org, miod, and krw. Minimal
last minute tweaks to it by me, but you can trust me, right?
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/miniroot/install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sh b/distrib/miniroot/install.sh index bb1f9e058fc..83bfcc8316b 100644 --- a/distrib/miniroot/install.sh +++ b/distrib/miniroot/install.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sh,v 1.93 2002/04/09 01:01:19 krw Exp $ +# $OpenBSD: install.sh,v 1.94 2002/04/12 02:24:40 deraadt Exp $ # $NetBSD: install.sh,v 1.5.2.8 1996/08/27 18:15:05 gwr Exp $ # # Copyright (c) 1997-2002 Todd Miller, Theo de Raadt, Ken Westerback @@ -315,7 +315,7 @@ md_questions install_sets $THESETS # Copy in configuration information and make devices in target root. -cfgfiles="fstab hostname.* hosts myname mygate resolv.conf" +cfgfiles="fstab hostname.* hosts myname mygate resolv.conf kbdtype" echo if [ -f /etc/dhclient.conf ]; then |