Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/amd64 Enabled building the kernel module containing ...
details: https://anonhg.NetBSD.org/src/rev/aab4ceb11756
branches: trunk
changeset: 787930:aab4ceb11756
user: khorben <khorben%NetBSD.org@localhost>
date: Mon Jul 15 00:29:49 2013 +0000
description:
Enabled building the kernel module containing the ramdisk required for full-disk encryption support by default. This should be the last part necessary on the amd64 port.
XXX reproduce and test on the i386 port
XXX implement support for full-disk encryption installs in sysinst
diffstat:
distrib/amd64/Makefile | 3 ++-
distrib/amd64/kmod-cgdroot/Makefile | 6 ++++++
2 files changed, 8 insertions(+), 1 deletions(-)
diffs (26 lines):
diff -r a989af8d379c -r aab4ceb11756 distrib/amd64/Makefile
--- a/distrib/amd64/Makefile Mon Jul 15 00:25:38 2013 +0000
+++ b/distrib/amd64/Makefile Mon Jul 15 00:29:49 2013 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.6 2012/01/22 03:53:32 tsutsui Exp $
+# $NetBSD: Makefile,v 1.7 2013/07/15 00:29:49 khorben Exp $
SUBDIR=
SUBDIR+= ramdisks
SUBDIR+= .WAIT
SUBDIR+= instkernel
SUBDIR+= kmod
+SUBDIR+= kmod-cgdroot
SUBDIR+= .WAIT
SUBDIR+= cdroms
SUBDIR+= floppies
diff -r a989af8d379c -r aab4ceb11756 distrib/amd64/kmod-cgdroot/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/distrib/amd64/kmod-cgdroot/Makefile Mon Jul 15 00:29:49 2013 +0000
@@ -0,0 +1,6 @@
+# $NetBSD: Makefile,v 1.1 2013/07/15 00:29:49 khorben Exp $
+
+MINIROOT= cgdroot
+RAMDISK= ramdisk-cgdroot
+
+.include "../../common/Makefile.minirootkmod"
Home |
Main Index |
Thread Index |
Old Index