看板 DFBSD_commit 關於我們 聯絡資訊
commit 0c5de8957a7bca2bb03e64705e5194348983dd65 Author: Simon Schubert <corecode@dragonflybsd.org> Date: Sun Aug 9 01:30:50 2009 +0200 nrelease: do not mount devfs for build We should not rely on devfs being present on the build host, since it might be running an older kernel (e.g. release). Instead of mounting /dev into the chroot via devfs, use a null mount of the host /dev. Suggested-by: dillon@ Summary of changes: nrelease/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0c5de8957a7bca2bb03e64705e5194348983dd65 -- DragonFly BSD source repository