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/5a78fb1ead4a
branches: trunk
changeset: 993383:5a78fb1ead4a
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 68d6a3529590 -r 5a78fb1ead4a 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