Adding commented 'set -e' explicitly in all subscripts to avoid running it with ...
[live-boot-grml.git] / initramfs-tools / scripts / live
1 #!/bin/sh
2
3 #set -e
4
5 if [ -e /lib/live/boot.sh ]
6 then
7         /lib/live/boot.sh ${@}
8 fi