Module Name:    src
Committed By:   jmcneill
Date:           Tue Feb 12 12:04:39 UTC 2013

Modified Files:
        src/distrib/utils/embedded/conf: evbarm.conf

Log Message:
create /proc and /kern


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/distrib/utils/embedded/conf/evbarm.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/utils/embedded/conf/evbarm.conf
diff -u src/distrib/utils/embedded/conf/evbarm.conf:1.7 src/distrib/utils/embedded/conf/evbarm.conf:1.8
--- src/distrib/utils/embedded/conf/evbarm.conf:1.7	Sun Feb 10 23:37:32 2013
+++ src/distrib/utils/embedded/conf/evbarm.conf	Tue Feb 12 12:04:39 2013
@@ -1,4 +1,4 @@
-# $NetBSD: evbarm.conf,v 1.7 2013/02/10 23:37:32 jmcneill Exp $
+# $NetBSD: evbarm.conf,v 1.8 2013/02/12 12:04:39 jmcneill Exp $
 # evbarm shared config
 #
 image=$HOME/${board}.img
@@ -85,4 +85,7 @@ EOF
 	fi
 	echo "${bar} running MAKEDEV ${bar}"
 	(cd ${mnt}/dev && sh ${release}/dev/MAKEDEV all)
+
+	echo "${bar} creating directories ${bar}"
+	mkdir ${mnt}/proc ${mnt}/kern
 }

Reply via email to