Module Name: src
Committed By: martin
Date: Wed Jan 28 22:06:14 UTC 2015
Modified Files:
src/distrib/utils/embedded/conf [netbsd-7]: x86.conf
Log Message:
Pullup rev 1.6, requested by skrll in ticket #465
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.4.6.1 src/distrib/utils/embedded/conf/x86.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/x86.conf
diff -u src/distrib/utils/embedded/conf/x86.conf:1.4 src/distrib/utils/embedded/conf/x86.conf:1.4.6.1
--- src/distrib/utils/embedded/conf/x86.conf:1.4 Fri Apr 4 16:45:51 2014
+++ src/distrib/utils/embedded/conf/x86.conf Wed Jan 28 22:06:14 2015
@@ -1,4 +1,4 @@
-# $NetBSD: x86.conf,v 1.4 2014/04/04 16:45:51 christos Exp $
+# $NetBSD: x86.conf,v 1.4.6.1 2015/01/28 22:06:14 martin Exp $
# x86 shared config
#
@@ -7,8 +7,6 @@ MACHINE=${board}
kernel=$src/sys/arch/${board}/compile/GENERIC/netbsd
bootfile=$release/usr/mdec/boot
-specialdirs="/kern /proc"
-
extra=8 # spare space
size=0 # autocompute
netbsdid=169
@@ -92,6 +90,8 @@ make_fstab() {
else
make_fstab_normal
fi
+ echo "./etc/fstab type=file uname=root gname=wheel mode=0755" \
+ >> "$tmp/selected_sets"
}
customize() {
@@ -135,4 +135,9 @@ populate() {
exit 1
fi
cp ${bootfile} ${mnt}/boot
+
+ echo "./netbsd type=file uname=root gname=wheel mode=0755" \
+ >> "$tmp/selected_sets"
+ echo "./boot type=file uname=root gname=wheel mode=0444" \
+ >> "$tmp/selected_sets"
}