Replacing live initramfs-tools script with empty stub that calls the real, in future...
[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