From: Alex Hornung Date: Tue, 6 Jul 2010 22:19:55 +0000 (+0100) Subject: mkinitrd - add dm-related tools X-Git-Url: https://gitweb.dragonflybsd.org/~lentferj/dragonfly.git/commitdiff_plain/7b7c4f643d93448f93fc8b9fd080748e257d9140 mkinitrd - add dm-related tools --- diff --git a/sbin/mkinitrd/mkinitrd.sh b/sbin/mkinitrd/mkinitrd.sh index fafdd4ceae..298cda4d2d 100644 --- a/sbin/mkinitrd/mkinitrd.sh +++ b/sbin/mkinitrd/mkinitrd.sh @@ -3,7 +3,7 @@ BUILD_DIR="/tmp/initrd" INITRD_SIZE="15m" BIN_TOOLS="echo ln ls mv rm rmdir sh" -SBIN_TOOLS="mount mount_devfs mount_hammer mount_nfs mount_null mount_procfs mount_tmpfs umount iscontrol" +SBIN_TOOLS="mount mount_devfs mount_hammer mount_nfs mount_null mount_procfs mount_tmpfs umount iscontrol cryptsetup lvm" INITRD_DIRS="bin boot dev etc mnt proc sbin tmp var new_root" CONTENT_DIRS="/usr/share/initrd"