Dropping conditionals in backend, stuff is either there or not but not nothing in...
[live-boot-grml.git] / backends / initramfs-tools / live.script
index 7f99cc3..1c6ebbf 100755 (executable)
@@ -2,15 +2,9 @@
 
 #set -e
 
-if [ -e /lib/live/boot.sh ]
-then
-       . /lib/live/boot.sh
-fi
+. /lib/live/boot.sh
 
-if [ -e /scripts/functions ]
-then
-       . /scripts/functions
-fi
+. /scripts/functions
 
 mountroot ()
 {