[Debian-live-changes] r2244 - dists/trunk/live-initramfs/hooks

daniel at alioth.debian.org daniel at alioth.debian.org
Mon Jun 25 10:27:27 UTC 2007


Author: daniel
Date: 2007-06-25 10:27:26 +0000 (Mon, 25 Jun 2007)
New Revision: 2244

Modified:
   dists/trunk/live-initramfs/hooks/live
Log:


Modified: dists/trunk/live-initramfs/hooks/live
===================================================================
--- dists/trunk/live-initramfs/hooks/live	2007-06-25 10:14:16 UTC (rev 2243)
+++ dists/trunk/live-initramfs/hooks/live	2007-06-25 10:27:26 UTC (rev 2244)
@@ -93,7 +93,10 @@
 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" ]




More information about the Debian-live-changes mailing list