X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=4e29226a9e01afd57c9507d3d0a4227e0b82d0ce;hb=0ed041259b335664ca3f64d50f29cfb071e04100;hp=32adfb6602c20316603daf7e9f02305447d097b2;hpb=5311dd3d93b6e721f5f68a012c2e7142fd76aef4;p=live-boot-grml.git diff --git a/hooks/live b/hooks/live index 32adfb6..4e29226 100755 --- a/hooks/live +++ b/hooks/live @@ -148,7 +148,10 @@ else copy_exec /sbin/udevtrigger /sbin copy_exec /sbin/udevsettle /sbin fi -copy_exec /usr/bin/udevinfo /bin +if [ -x /usr/bin/udevinfo ] +then + copy_exec /usr/bin/udevinfo /bin +fi # Program: wget if [ -x /usr/bin/wget ]