X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=cba7120e9c201e73627590380c4b38721967c1a6;hb=7e87b1e58c2ba3f6b80c924f3f91d59a117706ac;hp=645b168d917d79e06af3501fc4c9c4caf8a47e06;hpb=6fc8f78d026b31f4f4a3ee6507d726ddc37adbc8;p=live-boot-grml.git diff --git a/hooks/live b/hooks/live index 645b168..cba7120 100755 --- a/hooks/live +++ b/hooks/live @@ -27,14 +27,6 @@ esac # Handling live-boot # Configuration -if [ -r /etc/live.conf ] -then - . /etc/live.conf - - mkdir -p "${DESTDIR}"/etc - cp /etc/live.conf "${DESTDIR}"/etc -fi - mkdir -p "${DESTDIR}"/usr/share/live-boot cp /usr/share/live-boot/languagelist "${DESTDIR}"/usr/share/live-boot @@ -212,3 +204,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