summaryrefslogtreecommitdiff
path: root/backends/initramfs-tools/live.script
blob: 46576fb30be855a5f5039671caddde3926d6ae70 (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