summaryrefslogtreecommitdiff
path: root/backends/initramfs-tools/live.script
blob: 1c6ebbfd31b33ec6eee2fee40170c67ab6624dff (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
	Main
}