X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=686240777e3e654569a2d2b391411448d4a582a9;hb=001f8ae0b305af8e77f4625542192a7d23a69479;hp=d78da1e04c91675a51245ee7b9236eaa9344d119;hpb=5490c08c04dee41761188ea7a69d2236fb5b82b7;p=live-boot-grml.git diff --git a/hooks/live b/hooks/live index d78da1e..6862407 100755 --- a/hooks/live +++ b/hooks/live @@ -100,6 +100,11 @@ manual_add_modules ext4 # Filesystem: jffs2 manual_add_modules jffs2 +if [ -x /usr/bin/rsync ] +then + copy_exec /usr/bin/rsync /bin +fi + # Filesystem: squashfs copy_exec /sbin/losetup /sbin manual_add_modules loop @@ -172,6 +177,12 @@ then copy_exec /usr/bin/wget /bin fi +# Program: blockdev +if [ -x /sbin/blockdev ] +then + copy_exec /sbin/blockdev /sbin +fi + # FUSE kernel module manual_add_modules fuse