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

#set -e

. /bin/live-boot

. /scripts/functions

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