Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf Add initrd options



details:   https://anonhg.NetBSD.org/src/rev/231a68e7ace1
branches:  trunk
changeset: 433325:231a68e7ace1
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Sep 08 00:42:24 2018 +0000

description:
Add initrd options

diffstat:

 sys/arch/evbarm/conf/std.generic64 |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 2f9d8c9f90c8 -r 231a68e7ace1 sys/arch/evbarm/conf/std.generic64
--- a/sys/arch/evbarm/conf/std.generic64        Sat Sep 08 00:42:01 2018 +0000
+++ b/sys/arch/evbarm/conf/std.generic64        Sat Sep 08 00:42:24 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.generic64,v 1.1 2018/04/01 04:35:04 ryo Exp $
+#      $NetBSD: std.generic64,v 1.2 2018/09/08 00:42:24 jmcneill Exp $
 #
 #      generic NetBSD/evbarm64 with FDT support
 
@@ -28,6 +28,11 @@
 
 makeoptions    BOARDMKFRAG="${THISARM}/conf/mk.generic64"
 
+# initrd support
+options                MEMORY_DISK_HOOKS
+options                MEMORY_DISK_DYNAMIC
+pseudo-device  md
+
 # General options
 options        CHILD_MAX=1024  # 160 is too few
 options        OPEN_MAX=1024   # 128 is too few



Home | Main Index | Thread Index | Old Index