看板 DFBSD_commit 關於我們 聯絡資訊
commit a208b6ca921421a5ad5c1af8c6ce4f5b18f56385 Author: Alex Hornung <ahornung@gmail.com> Date: Wed Jul 7 23:31:26 2010 +0100 initrd - Update for LVM root support * Also add support for some generic mounting of local volumes (configured via the loader tunable vfs.root.realroot) and scriptable mounting of other kinds of volumes. * Add some more tools to the default mkinitrd set * Add support to mount crypt volumes Summary of changes: sbin/mkinitrd/mkinitrd.sh | 4 +- share/initrd/Makefile | 2 +- share/initrd/rc | 52 +++++++++++++++++++++++++++++++++++++++++++- share/initrd/rc.lvm2 | 23 +++++++++++++++++++ share/initrd/rcmount_crypt | 28 +++++++++++++++++++++++ 5 files changed, 105 insertions(+), 4 deletions(-) create mode 100755 share/initrd/rc.lvm2 create mode 100755 share/initrd/rcmount_crypt http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a208b6ca921421a5ad5c1af8c6ce4f5b18f56385 -- DragonFly BSD source repository