X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=hooks%2Flive;h=2e83ab2ff1ca337e02a62971b83156df6f4ac488;hb=a6a9d36d569ca73b14f197dbd5a3e06189884e27;hp=a2e59431d7a7e7fed24f048a84b6898a41668df4;hpb=1d9066cd5da5ad5d4b0624828032d5d96052f7e2;p=live-boot-grml.git diff --git a/hooks/live b/hooks/live index a2e5943..2e83ab2 100755 --- a/hooks/live +++ b/hooks/live @@ -93,7 +93,10 @@ manual_add_modules sr_mod auto_add_modules net # Program: eject -copy_exec /usr/bin/eject /bin +if [ -x /usr/bin/eject ] +then + copy_exec /usr/bin/eject /bin +fi # Program: udev if [ "${BUILD_SYSTEM}" = "Ubuntu" ]