X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=4f119984f573e9f1cb4aed635e74fc10c3410042;hb=99a3dc05824d23cbc684f3af43172f31af17bb8d;hp=adadab37f2ff859642a32d3c428a60c22a2ffb02;hpb=e528c59c651210acd0d8f60d076afa5442a2ffb6;p=live-boot-grml.git diff --git a/hooks/live b/hooks/live index adadab3..4f11998 100755 --- a/hooks/live +++ b/hooks/live @@ -151,6 +151,13 @@ fi # Program: md5sum copy_exec /usr/bin/md5sum /bin +# Program: memdisk +if [ -x /usr/bin/memdiskfind ] +then + copy_exec /usr/bin/memdiskfind + manual_add_modules phram mtdblock +fi + # Program: cpio # busybox and klibc lacks --no-absolute-filenames and --sparse, needed for snapshots if [ -e "${DESTDIR}/bin/cpio" ] @@ -204,3 +211,12 @@ if [ -x /usr/bin/curlftpfs ] then copy_exec /usr/bin/curlftpfs /bin fi + +# iSCSI +if [ -x /usr/sbin/iscsistart ] +then + copy_exec /usr/sbin/iscsistart /bin + #manual_add_modules ib_iser + manual_add_modules iscsi_tcp + manual_add_modules crc32c +fi