看板 DFBSD_commit 關於我們 聯絡資訊
commit b2ca7e5e500009de153d6a79aa6eb5e2c3e19640 Author: Alex Hornung <ahornung@gmail.com> Date: Sat Jul 10 16:13:37 2010 +0100 initrd - minor fixes * mount the new root as read-only so that fsck doesn't complain and drop us to single-user mode. * drop a few unnecessary tools from the initrd * Remove a debug printf from the mini_init. * Mount the device as read-only in rcmount_crypt since fsck and so on expect it that way. Summary of changes: sbin/mkinitrd/mini_init/oinit.c | 1 - sbin/mkinitrd/mkinitrd.sh | 4 ++-- share/initrd/rc | 11 ++++++++++- share/initrd/rcmount_crypt | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b2ca7e5e500009de153d6a79aa6eb5e2c3e19640 -- DragonFly BSD source repository