git: initrd - Update for LVM root support

看板DFBSD_commit作者時間15年前 (2010/07/12 05:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1CEZXaKf (DFBSD_commit)