summaryrefslogtreecommitdiff
path: root/initramfs-tools/scripts/live
blob: ad67e24601c319bf90c9b6c14b4936aab98deb1e (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

#set -e

if [ -e /lib/live/boot.sh ]
then
	/lib/live/boot.sh ${@}
fi