diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-02-17 18:07:44 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-02-17 18:07:44 +0000 |
commit | 91db95034df3e7e87a32b8227f82a54477d4a07b (patch) | |
tree | 4bdcd9c88ee6b9a3f8fe411f65799b94a709eb7a /distrib/notes/loongson/features | |
parent | 4707ebeffc8ebdaa26cc330d4517b569fb20c481 (diff) |
Put /sbin/kbd on the ramdisk, as Gdium may have non-US keyboards.
Diffstat (limited to 'distrib/notes/loongson/features')
-rw-r--r-- | distrib/notes/loongson/features | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/notes/loongson/features b/distrib/notes/loongson/features index 790233fbeb1..cb230e8360d 100644 --- a/distrib/notes/loongson/features +++ b/distrib/notes/loongson/features @@ -1,4 +1,4 @@ -dnl $OpenBSD: features,v 1.1 2010/02/03 17:10:44 miod Exp $ +dnl $OpenBSD: features,v 1.2 2010/02/17 18:07:41 miod Exp $ dnl dnl This file lists almost all the conditional features of this port, dnl which are used to provide accurate installation notes. @@ -14,7 +14,7 @@ dnl architecture name (for the packages directory) define({:-MACHINE_ARCH-:},mips64el)dnl dnl dnl define if /sbin/kbd exists on the media -define({:-MDKBD-:},)dnl +define({:-MDKBD-:},1)dnl dnl dnl define if serial consoles need to be enabled in /etc/ttys dnl (i.e. md_consoleinfo is not empty) |