summaryrefslogtreecommitdiff
path: root/backends/initramfs-tools/live.script
blob: 964627463366143cb323e91db2b85073da3ac79e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

#set -e

. /lib/live/boot.sh

. /scripts/functions

mountroot ()
{
	# initramfs-tools entry point for live-boot is mountroot(); function
	Live
}