Transforming networking bottom script into normal live-boot script.
[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