diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2010-08-08 17:02:15 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2010-08-08 17:02:15 +0000 |
commit | 6e993c7576c692442c192b8c13aa7f44241c89fb (patch) | |
tree | 0aa2a2dd420320c3c5826b6febbaedb5697faee2 /distrib/zaurus/ramdisk | |
parent | 857503eac98e97bc4dec50227754949bd94bad18 (diff) |
Look for MD devices or assurance that apmd would be a useful thing to
run. If found, add "apmd_flags=" installed rc.conf.local. Suggested by
deraadt@.
i386/apm test by kettenis@.
ok deraadt@
Diffstat (limited to 'distrib/zaurus/ramdisk')
-rw-r--r-- | distrib/zaurus/ramdisk/install.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/zaurus/ramdisk/install.md b/distrib/zaurus/ramdisk/install.md index 78a6fdb4608..c9d747badda 100644 --- a/distrib/zaurus/ramdisk/install.md +++ b/distrib/zaurus/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.24 2009/06/11 18:52:42 deraadt Exp $ +# $OpenBSD: install.md,v 1.25 2010/08/08 17:02:14 krw Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -33,6 +33,7 @@ # MDXDM=y +MDAPMD=y md_installboot() { } |