Dropping conditionals in backend, stuff is either there or not but not nothing in...
[live-boot-grml.git] / backends / dracut / live.script
index 270fce9..2f29e70 100755 (executable)
@@ -2,10 +2,7 @@
 
 #set -e
 
-if [ -e /lib/live/boot.sh ]
-then
-       . /lib/live/boot.sh
-fi
+. /lib/live/boot.sh
 
 DRACUT_FIXME ()
 {