ad67e24601c319bf90c9b6c14b4936aab98deb1e
[live-boot-grml.git] / backends / initramfs-tools / live.script
1 #!/bin/sh
2
3 #set -e
4
5 if [ -e /lib/live/boot.sh ]
6 then
7         /lib/live/boot.sh ${@}
8 fi