465d1daecfc4769f01ab2b913cf42db23e6713d2
[live-boot-grml.git] / initramfs-tools / scripts / live
1 #!/bin/sh
2
3 if [ -e /lib/live/boot.sh ]
4 then
5         /lib/live/boot.sh ${@}
6 fi